FTP (File Transfer Protocol) -
Examples How to
use?
Example 1: Download a file routinely from FTP
- Open the Task Editor from Tools -> Task Editor.
- Double click on the 'FTP' command. Select the 'Connect' option.
- Specify the server address like ftp://yourserver.com , username/password
and click Save.
- Double click on the 'FTP' command. Select 'Get File' option.
- In 'Remote File' specify the file name on the FTP server that you want to download for e.g. Folder1/Folder2/myfile.doc.
- In Local file select the folder name by clicking on '...' button.
- If your document is html, txt or any other ASCII format, select ASCII format, else select binary.
- Click on 'Save'.
- Double click on the 'FTP' command. Select 'Disconnect'.
Example 2: Download your Website
- Insert an FTP->Connect command.
- Insert an FTP->Get Folder command. Specify the folder you want to download from your web server.
- Specify the Local Folder where you want to download the FTP folder.
- Optionally specify *.htm File Type to download only .htm files.
- Insert an FTP->Disconnect command.
Example 3: Upload your Website
- Insert an FTP->Connect command.
- Insert an FTP->Put Folder command. Specify the folder you want to upload onto your web server.
- Specify the File Type that you want to upload for e.g. *.htm.
- Insert an FTP->Disconnect command.
Example 4: Periodically clean your FTP folder
- Insert an FTP->Connect command.
- Insert an FTP->Delete File(s) command.
- Specify the File Types that you want to delete for e.g. abc.htm
or *.htm or abc*.atmn or *.* etc.
- Insert an FTP->Disconnect command.
Example 5: Rename files in your FTP folder before you upload the new ones.
- Insert an FTP->Connect command.
- Insert an FTP->Rename File(s) command.
- Specify the file names that you want to rename for e.g. abc.htm or *.htm or abc*.atmn or *.* etc.
- Specify the file name that you want to give to the files for e.g. OLD*.htm or OLD*.* etc.
- Insert an FTP->Disconnect command.