SFTP
| With the SFTP app in , you can manage files, folders, and file permissions on a remote server. |
---|
To create the connection:
Log in to your account, add an SFTP module to your , and click Create a connection.
Optional: In the Connection name field, enter a name for the connection.
In the Host field, enter the host address of the server you want to connect.
In the Port field, enter the SFTP server port. It must be a number between 1 and 65535. The default value is 22.
In the Auth type dropdown list, select the authorization method you want to use for connecting to the SFTP server.
- In the User name field, enter the user name that you use to enter the server.
- For the User name and password auth type: In the Password field, enter the password that you use to enter the server.
- For the User name and key auth type: In the Private key field, upload the private key to use the client-side authorization. Upload your certificate (P12, PFX, or PEM file) to use TLS using your self-signed certificate. If you use the client-side certificate authorization, you can enter your CA certificate here.
Optional: Set up an algorithm.
Click Save.
You've successfully established the connection and can now use the SFTP app in your . If your connection requires reauthorization at any point, follow the steps here.
You can use the following modules to build your .
- Create a folder
- Note: Use the chmod parameters, for example, 777 or -rwxrwxrwx. The entered data should match the patters: /(.?([r-][w-][x-]){3})|[0-7]{3}/. Refer to the chmod main page to get more information.
- Delete a file
- Delete a folder
- Get a file
- Get files
- List a folder's content
- Move a file
- Rename a file
- Update file permissionsNote: Use the chmod parameters, for example, 777 or -rwxrwxrwx. The entered data should match the patters: /(.?([r-][w-][x-]){3})|[0-7]{3}/. Refer to the chmod main age to get more information.
- Upload a file