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.
Missing any feature or command? Post your ideas here. Suggestions are welcome.
FTP Script
  1. # GETFILE(file,SUBDIRS)
  2.  
  3. # Example
  4.  
  5.  
  6. #  $filename is string variable
  7.  
  8. #  String can be LONGER than field [                        ] , shown, scrolls [ <-            ] , Example: [dentaldatab] <-ase.db
  9. #                                                                                                                             Example: [dentaldatabase.db]
  10.  
  11. INPUT_STR ("File Name:", $filename)
  12.  
  13. GETFILE($filename, SUBDIRS)
  14.  
  15. ---------------------------------------------------
  16.  
  17. # Program Runs! ]
  18. # GETFILE Creates
  19.  
  20. Enter File Name : [                                               ]
  21.  
  22. # User (1) "Enter" File name  OR (2) "Paste" it
  23. Enter File Name : [dentaldatabase.db]    
  24.  
  25. # Hit  Return, or click on a button, the $String is sent in to some other user string, in this example $filename
  26.  
  27. # This in turn can be used by GETFILE
  28.  
  29. GETFILE($filename, SUBDIRS)