diff --git a/docs/nodes/credentials/FTP/README.md b/docs/nodes/credentials/FTP/README.md new file mode 100644 index 000000000..7c4caf7bf --- /dev/null +++ b/docs/nodes/credentials/FTP/README.md @@ -0,0 +1,17 @@ +--- +permalink: /credentials/ftp +--- + +# FTP + +You can find information about the operations supported by the FTP node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.ftp) page. You can also browse the source code of the node on [GitHub](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/Ftp.node.ts). + +## Prerequisites + +Create an account on an FTP server. + +## Using FTP/SFTP + +1. Retrieve your login credentials and FTP/SFTP host and port parameters. +2. Use the login credentials and FTP/SFTP host and port parameters with your FTP node credentials in n8n. +3. Click on the ***Save*** button to save your credentials. \ No newline at end of file