FTP Functions
From UBot Studio
(Difference between revisions)
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
The '''FTP Functions''' allow you to modify FTP files and folders and check to see if a file or folder exists at an FTP server. | The '''FTP Functions''' allow you to modify FTP files and folders and check to see if a file or folder exists at an FTP server. | ||
− | These functions work within the FTP commands | + | These functions work within the [[FTP Commands]] as well as other UBot commands, as long as the command is located within the [[Connect to FTP Server]] command |
− | [[File: | + | [[File:fpfunctions.jpg]] |
Latest revision as of 17:46, 13 September 2013
The FTP Functions allow you to modify FTP files and folders and check to see if a file or folder exists at an FTP server. These functions work within the FTP Commands as well as other UBot commands, as long as the command is located within the Connect to FTP Server command
[edit] List of FTP Commands
FTP File Exists: This function will check to see if a specified file exists at the FTP server location provided.
FTP Get Folders: This function will grab folders from a specified FTP server location.
FTP Get Files: This function will grab files from a specified FTP server location.
FTP Folder Exists: This function will check to see if a specified folder exists at the FTP server location provided.