mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
✨ Add FTP credentials
This commit is contained in:
parent
3e16cf227f
commit
5448690b81
17
docs/nodes/credentials/FTP/README.md
Normal file
17
docs/nodes/credentials/FTP/README.md
Normal 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.
|
||||
Loading…
Reference in New Issue
Block a user