New SFTP plugin available now

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Gemorroj
Junior Member
Junior Member
Posts: 5
Joined: 2012-01-15, 11:23 UTC

Post by *Gemorroj »

flo wrote:I have the same problem. The URL listed below doesn't work:

http://www.gknw.net/mirror/curl/win32/curl-7.24.0-devel-mingw32.zip

Can I get dlls from other site?
http://rghost.ru/36474911
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50400
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Unfortunately the newest one I have is curl-7.23.1-devel-mingw32.zip . :(
Author of Total Commander
https://www.ghisler.com
flo
Junior Member
Junior Member
Posts: 51
Joined: 2007-01-21, 14:57 UTC

Post by *flo »

Thanks Gemorroj

your URL works great and it is 7.24 version!!
flo
Junior Member
Junior Member
Posts: 51
Joined: 2007-01-21, 14:57 UTC

Post by *flo »

I have windows 7, total commander x64 beta 19 but the plugin can not detect the dlls

I have tried to put this libraries in total commander directory, plugin directory and in the system path, but the plugin never detect dlls

what can i do?

Thanks
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50400
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

1. Make sure to get the very latest version of the plugin from the first message.
2. Put dlls in plugin directory or subdir "x64" of the plugin directory.
Author of Total Commander
https://www.ghisler.com
flo
Junior Member
Junior Member
Posts: 51
Joined: 2007-01-21, 14:57 UTC

Post by *flo »

I have only got this plugin works with a zip with libraries for 64 bit that i have found in this forum, but not using 7.24.0.

Moreover the error alert is not good because it only says plugin doesn't find the libraries.
Sob
Power Member
Power Member
Posts: 945
Joined: 2005-01-19, 17:33 UTC

Post by *Sob »

@flo: And you do realize that if you tried dlls from curl-7.24.0-devel-mingw32.zip you were asking for with 64-bit TC, you had zero chance to succeed, as those dlls are 32-bit ones? :)
JOUBE
Power Member
Power Member
Posts: 1664
Joined: 2004-07-08, 08:58 UTC

Post by *JOUBE »

For your information about libcurl binaries (archiv: curl-x.xx.0-devel-mingw32.zip) at www.gknw.net/mirror/curl/win32/curl-7.24.0-devel-mingw32.zip (link at cUrl download page: http://curl.haxx.se/download.html )

Code: Select all

Am 20.02.2012 schrieb Guenter Knauf:
> Hardware ab[ge]raucht
...
>> wir werden die win32 binaries zwischenzeitlich auf haxx.se anbieten, 
> alle Win32 Files sind nun hier verfügbar: http://curl.haxx.se/gknw.net/win32/
Translation:

Code: Select all

20.02.2012 Guenter Knauf wrote:
> hardware problem
...
>> in the meantime we will offer the win32 binaries on haxx.se, 
> all win32 files are now available here: http://curl.haxx.se/gknw.net/win32/
So, see (for the moment) here: http://curl.haxx.se/gknw.net/win32/ Search the libcurl win32 binaries "curl-x.xx.x-devel-mingw32.zip"
(version 7.24.0 in the moment) on that page and download it from there.

JOUBE
j_hoppe
Junior Member
Junior Member
Posts: 4
Joined: 2006-05-05, 11:59 UTC

libcurl dlls for 64 bit

Post by *j_hoppe »

Hi,

http://curl.haxx.se/gknw.net/win32/ is fine,

but is there any path to the 64bit dlls now?

thanks,
Joerg
Sob
Power Member
Power Member
Posts: 945
Joined: 2005-01-19, 17:33 UTC

Post by *Sob »

It seems curl-7.23.1-devel-mingw64.7z isn't mirrored anywhere, at least Google doesn't know and it usually knows everything.

But I found previously downloaded copy on disk. Uploaded here: http://www.mediafire.com/?z9lq9apwz50dedn (SHA1: 8eea10a02119fe61d9a6be6a5ab02aa51ab3cac3)

Other options are compiling your own or using Ghisler's version, but that doesn't seem to work with Pageant.
User avatar
Charly
Junior Member
Junior Member
Posts: 50
Joined: 2004-05-11, 11:08 UTC

Post by *Charly »

Hi,

i want to use this plugin with an VMware-ESXI-Server V4.1.1.
I activate the ssh-access to the OS (Linux) and install an sftpserver
http://thebsdbox.co.uk/?p=224.

A year ago with older versions (i don't know the versions any more) it works fine, but actually i have the problem, that the directory-listing of a bigger directory don't work.
A small directory with only a few entrances works fine.

I tried older versions of the libssh2-package but that causes other problems.
Perhaps it is a problem of the directory names ?

Code: Select all

\\\Secure FTP\CRSPESXI03\vmfs\volumes\4d468317-ec7cc4fa-6381-3c4a92f27b09\
With OpenSSH ist works fine.

Greeds,

Charly
AndrewCreator
Member
Member
Posts: 122
Joined: 2011-10-10, 23:25 UTC

Post by *AndrewCreator »

There might be a bug in the SFTP plugin.

Steps to reproduce:
1) Download and run http://www.coreftp.com/server/download/msftpsrvr.exe
2) Install TC 8.0 RC1 32 or 64 bit with SFTP plugin 1.20.
3) Try quick connection to connect to localhost.
4) Get the error:

Error: Could not initialize SFTP session!
Unable to startup channel

5) Create connection to localhost, set system and encoding to auto-detect.
6) Try to connect to localhost.
7) Get the same error.
8) Try to connect one more time.
9) Connect successfully (!).
10) Disconnect.
11) Check the connection properties and notice that system and encoding have been changed from auto-detect to Windows and ANSI (local).
12) Change system and encoding back to any other except to auto-detect.
13) Try to connect one more time.
14) Connect successfully.
15) Change system and encoding back to auto-detect.
16) Try to connect to localhost.
17) Get the same error.
18) Try to connect one more time.
19) Connect successfully.

Summary: auto-detect system and encoding is not working as expected thus causing connection error.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50400
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

The plugin opens a command connection and sends a command to check the encoding used by the server by sending a shell command. Apparently your server doesn't support such conenctions. You will probably also get an error when you try to execute a command on the command line (while the active panel is the SFTP plugin).
Author of Total Commander
https://www.ghisler.com
AndrewCreator
Member
Member
Posts: 122
Joined: 2011-10-10, 23:25 UTC

Post by *AndrewCreator »

I appreciate your quick answer.

Ok, this can be a problem with server which is used only for testing. I should check it later in a wild and inform if there are any problems.
georgthegreat
New Member
New Member
Posts: 1
Joined: 2012-05-15, 09:44 UTC

New format support

Post by *georgthegreat »

Is it possible to support more keyfile formats?
I used puttygen to generate keys and now have .pub and .ppk files (not .pem).

Also, is it possible to support unix key format (the one you get after running ssh-******)?
Post Reply