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.
Post here if you experience file transfer problems or unexpected errors.
I'm running a CentOS 6.x server with Pure-FTPd 1.0.42. I have a customer trying to connect via ScriptFTP 4.0, but it's failing. The log shows:
Oct 26 00:32:00 myserver.com pure-ftpd: (?@10.10.10.10?????) [INFO] New connection from 10.10.10.10
Oct 26 00:32:00 myserver.com pure-ftpd: (?@10.10.10.10?????) [INFO] SSL/TLS: Enabled TLSv1/SSLv3 with DES-CBC3-SHA, 112 secret bits cipher
Oct 26 00:32:00 myserver.com pure-ftpd: (?@10.10.10.10?????) [ERROR] SSL/TLS: Cipher too weak
I don't want to use weak ciphers on my server. I didn't see any way to manipulate the ciphers via ScriptFTP. Is there anything that could be done on my customers server to make this work?

Here's his script
FTP Script
  1. SETPROTOCOL(FTPS_EXPLICIT)
  2. SETPORT("21")
  3. OPENHOST("10.10.15.15","user@domain.com","mypassword")
  4. SETTYPE(ASCII)
  5. GETLIST($list,REMOTE_FILES,"*.csv")
  6. FOREACH $item IN $list
  7.     PRINT($item)
This is a bug that has been fixed in the latest version. Please download it and give it a try.