The topic pretty much sums it up. Does SmartFTP support SFTP?
Aren't TLS/SSL HTTP protocols? How does that work in SmartFTP? You can connect to https://?
Thanks.
Hi, I had used SmartFTP to download a file daily from a ftps
server. There is no proble in download. However, I tried to
code a console application so that it will download files daily
automatically because this is a routine job. The conncetion
is and AUTH TLS is fine and the reply message is as follows:
"234 Proceed with negotiation." . However, I don't know the
command to send the session Key to the remote server which
SmartFTP echo the messge as "Exchanging encryption keys...
[22:28:01] Session Cipher: 168 bit 3DES". Would you kindly
let me know what is the command to send the sessionKey
to the remote server? THanks in advance