ftp automation

ScriptFTP

The professional tool to automate FTP, SFTP, FTPS and schedule FTP batch jobs

The forum is now read only. Please, go to the the main ScriptFTP website if you need help.
Need help writing a script? Have any question about ScriptFTP?
Hello,

As the SFTP Features available in the new version of ScriptFTP, i'm just wondering if we can do SFTP by Exchanging Public Private Keys.

Thanks in advance for your answer.

Regards,

Safee
Hello Safee,

I am not sure if this answers your question but now you can set the private key for a SFTP connection . You need to download the beta (4.3) from here: (sorry no link)

http://www.ScriptFTP.com/beta

It is done with the new SETKEYFILE command. For example:

FTP Script
  1. SETKEYFILE("C:\my_key_files\test.ppk")
  2. OPENHOST("127.0.0.1","myuser")
FTP Script
  1. SETKEYFILE("C:\my_key_files\test.ppk")
  2. OPENHOST("127.0.0.1","myuser","mypassword")