|
Example Task:
1. User needs to connect to a FTP server and download files from a
folder, backup files locally and remotely.
2. Append customized timestamp to the transferred filename.
3. If all transfers are successful, then delete the source file.
|
Our Graphical Forms |
Competitors Building
Blocks |
| In our software, you
select various options in the FTP task
form to achieve you
customized needs. Then saves
the form!
|
TYPICALSTEPS INVOLVED using Building
Blocks:
Log ON to Server
Change FTP Directory to remote folder
List Files
LOOP for each file
Set Local download directory
Download file to local directory
Append timestamp to transferred filename
Set Local backup directory
Download files to backup directory
Change FTP directory to remote backup Directory
Upload (backup) file to remote folder
Change FTP directory back to remote folder
Delete Source file if no error in steps above
END LOOP
Disconnect from server |
|