New SFTP plugin available now
Moderators: Hacker, petermad, Stefan2, white
I also have Windows 7 x64 and sFTP works fine with OpemSSH servers for Windows on the other side.Bjorn2 wrote:I'm having trouble getting SFTP to work. I use v7.50a and Windows 7 x64. Has anyone got this to work? It works fine with Winscp so the login credentials are ok. Nothing happens when trying to connect. I really want this to work so I can ditch winscp.
I'm trying to post the file names but I get this error message:
"In order to try to prevent spammers, we do not allow our users to post URLs in any form until they have posted at least 1 legitimate posts and have been with us for more than 1 days. We appreciate your understanding in this matter in order to help us eliminate spam from this forum. If you have somehow gotten this message even though you meet both of the criteria, please let us know ASAP."
"In order to try to prevent spammers, we do not allow our users to post URLs in any form until they have posted at least 1 legitimate posts and have been with us for more than 1 days. We appreciate your understanding in this matter in order to help us eliminate spam from this forum. If you have somehow gotten this message even though you meet both of the criteria, please let us know ASAP."
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Indeed the OpenSSH SCP functions don't seem to be able to handle spaces in names, sorry. 

Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
This is the files I have put in the totalcmd folder:
curl.exe
libcurl.dll
libeay32.dll
libidn-11.dll
libssh2.dll
libssl32.dll
zlib1.dll
Curl is the x64 version. Have I missed something maybe? It tries to connect but it just times out. The server (Linux) responds on port 25000 though, so I added :25000 to the host, but that shouldn't matter, maybe a bug?
curl.exe
libcurl.dll
libeay32.dll
libidn-11.dll
libssh2.dll
libssl32.dll
zlib1.dll
Curl is the x64 version. Have I missed something maybe? It tries to connect but it just times out. The server (Linux) responds on port 25000 though, so I added :25000 to the host, but that shouldn't matter, maybe a bug?
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Are you sure you are using the SFTP plugin (in Network Neighborhood) and not the internal FTP client (Ctrl+F)? The former is needed for SFTP (FTP over SSH), while the latter is needed for FTPS (FTP over SSL). The two are two completely different, incompatible standards for secure data transfers.
SFTP is similar to Telnet/SSH, while FTPS is similar to HTTPS.
SFTP is similar to Telnet/SSH, while FTPS is similar to HTTPS.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Two fixes:
- Win2000: WSAAddressToStringA is in ws2_32.dll, not in wship6.dll
- non-blocking connect() broke detection of failed connections and plugin waited forever
http://web.hisoftware.cz/sob/download/sftpplug_src097beta-fix.patch
- Win2000: WSAAddressToStringA is in ws2_32.dll, not in wship6.dll
- non-blocking connect() broke detection of failed connections and plugin waited forever
http://web.hisoftware.cz/sob/download/sftpplug_src097beta-fix.patch
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Hmm, to what message on what page (of 36) do you refer to?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Ah, I see - that's something which needs to be changed in Total Commander, not in the plugin. The problem is that users may want different settings for each plugin here, so I cannot simply add a switch to wincmd.ini...
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com