I don't know if this has been pointed out before but this is what I did and it worked immediately:
Goto: http://curl.haxx.se/download.html
Find: Win64 - MinGW64
Download: MinGW64 7.29.0 binary SSL SSH Günter Knauf
(The version number may be different)
Unpack: curl-7.29.0-rtmp-ssh2-ssl-sspi-zlib-winidn-static-bin-w64
Find: libeay32.dll & ssleay32.dll
Put: libeay32.dll & ssleay32.dll in totalcmd folder
Restart Total Commander
Hit control-F and duplicate an existing (non-secure) FTP connection or create a new one. Be sure to check [x] SSL/TLS. That seems to be the only difference.
No root certificate seems to be required.
--
Bob
Using the ssl/tls feature for secure ftp on 64-bit ToCo
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50923
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Actually you should unpack ALL the dlls (except for the curl dll) from the above package to the TC directory, especially the zip library. Otherwise you may still get the error about the missing dlls.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
The only other dll in my copy of the package is libcurl.dll. Should that be added to the TC directory? And by "zip library" do you mean mk-ca-bundle.vbs?ghisler(Author) wrote:Actually you should unpack ALL the dlls (except for the curl dll) from the above package to the TC directory, especially the zip library. Otherwise you may still get the error about the missing dlls.
The following are the contents of my curl-7.29.0-rtmp-ssh2-ssl-sspi-zlib-winidn-static-bin-w64.zip
build.txt
CHANGES
COPYING
curl.exe
curl.html
curl.pdf
libcurl.dll
libeay32.dll
mk-ca-bundle.vbs
README
RELEASE-NOTES
ssleay32.dll
--
Bob
If you download the "devel" version from your link and look in the "bin" subdirectory you find these files:gezgin wrote:The only other dll in my copy of the package is libcurl.dll. Should that be added to the TC directory? And by "zip library" do you mean mk-ca-bundle.vbs?ghisler(Author) wrote:Actually you should unpack ALL the dlls (except for the curl dll) from the above package to the TC directory, especially the zip library. Otherwise you may still get the error about the missing dlls.
The following are the contents of my curl-7.29.0-rtmp-ssh2-ssl-sspi-zlib-winidn-static-bin-w64.zip
build.txt
CHANGES
COPYING
curl.exe
curl.html
curl.pdf
libcurl.dll
libeay32.dll
mk-ca-bundle.vbs
README
RELEASE-NOTES
ssleay32.dll
--
Bob
libeay32.dll
libssh2.dll
ssleay32.dll
zlib1.dll
Copy the files in the "64" subdirectory of the program
directory.
#106383 Windows 10 Pro 64-bit
Re: Using the ssl/tls feature for secure ftp on 64-bit ToCo
I did exactly as you said and it worked PERFECTLY! I even removed Filezilla. All I put in the TC directory were the 2 files you mentioned.gezgin wrote:I don't know if this has been pointed out before but this is what I did and it worked immediately:
Goto: http://curl.haxx.se/download.html
Find: Win64 - MinGW64
Download: MinGW64 7.29.0 binary SSL SSH Günter Knauf
(The version number may be different)
Unpack: curl-7.29.0-rtmp-ssh2-ssl-sspi-zlib-winidn-static-bin-w64
Find: libeay32.dll & ssleay32.dll
Put: libeay32.dll & ssleay32.dll in totalcmd folder
Restart Total Commander
Hit control-F and duplicate an existing (non-secure) FTP connection or create a new one. Be sure to check [x] SSL/TLS. That seems to be the only difference.
No root certificate seems to be required.
--
Bob
Thanks for the input.