Built-in apps
SFTP
3min
with the sftp app in {{product name}} , you can manage files, folders, and file permissions on a remote server connect sftp and {{product name}} to create the connection log in to your {{product name}} account, add an sftp module to your {{scenario singular lowercase}} , 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 {{scenario plural lowercase}} if your connection requires reauthorization at any point, follow the steps connect an application docid\ so88fm6pkt0g adkddfzz sftp modules you can use the following modules to build your {{scenario plural lowercase}} actions 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 permissions 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 age to get more information upload a file