For the complete documentation index, see llms.txt. This page is also available as Markdown.

FTP

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

FTP

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

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

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.

FTP License

Last updated