Add FTP credentials

This commit is contained in:
Amudhan 2020-09-14 10:59:47 +05:30
parent 3e16cf227f
commit 5448690b81

View File

@ -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.