FTP
The FTP node is useful to access and upload files to an FTP server.
Credentials
You can find authentication information for this node here.
Basic Operations
- Delete a file
- Download a file
- List contents of a folder
- Rename/move content from old path to new path
- Upload a file
Note: To attach a file for upload, you will need to use an additional node such as the Read/Write Files from Disk node or the HTTP Request node to pass the file as a data property.
Node Reference
- Protocol: A dropdown list to choose between the FTP or SFTP protocol.
- Path: A field used to specify the remote path that you would like to connect to.
- Recursive: A toggle that can be used to include all subdirectories and files.