Overview of the FTP plugin

The FTP plugin contains functions that can be used for file transfers and for performing operations on remote files and directories:

  • Directory Create: To create a directory on an FTP-site.
  • Directory Delete: To delete a directory on an FTP-site.
  • Directory Exists: To check whether a directory exists on an FTP-site.
  • File Delete: To delete a file on an FTP-site.
  • File Move: To move a file on an FTP-site.
  • FTP Upload: To upload a file to an FTP-site.
  • FTP Download: To download a file from an FTP-site.
  • FTP List: To return a list of all the files and directories in the specified remote path.


FTP License