FTP
Last updated
Last updated
The FTP plugin contains functions that can be used for file transfers and for performing operations on remote files and directories:
FTP Upload To upload a file to a FTP-site.
FTP Download To download a file from a FTP-site.
FTP List To return a list of all the files and directories in the specified remote path.
Directory Create To create a directory on a FTP-site.
Directory Delete: To delete a directory on a FTP-site.
Directory Exists: To check whether a directory exists on a FTP-site.
File Delete To delete a file on a FTP-site.
File Move To move a file on a FTP-site.
File Exists To check whether a file exists on a FTP-site.