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 evaluating ScriptFTP and it seems perfect except that the download speed is only 2 MB/s while FileZilla on the same site and file transfer at 9.8 MB/s, which is the full speed of my internet connection.

The script is simple:
FTP Script
  1. LOGTO("c:\temp\ftp_test\logfile.txt", APPEND)
  2. $time = GETTIME(FORMAT0)
  3. PRINT("Starting FTP at: " . $time)
  4. OPENHOST("ftp.videoredo.net", "yyyy", "yyyy" )
  5. CHDIR("xxxxx")
  6. GETLIST($list, REMOTE_FILES)
  7. LOCALMKDIR( "e:\temp\ftp_test")
  8. LOCALCHDIR( "e:\temp\ftp_test" )
  9. FOREACH $item in $list
  10.     PRINT($item)
  11.     GETFILE( $item )
  12.  
  13. PRINT("Finished FTP at: " . GETTIME(FORMAT0) )
Yes, this is a known bug of the current version (4.1). It is being addressed for the next release