FTP
App Overview
Transfer and organize files using FTP, FTPS, or SFTP protocols.
Getting Started: Installations
Name | Type | Description | Exemple | Hidden |
---|---|---|---|---|
protocol | string | FTP | false | |
host | string | Url of the ftp server | false | |
port | number | Port of the ftp server | false | |
username | string | Username to connect to the ftp server | false | |
password | string | Password to connect to the ftp server | true | |
connectionMode | string | In passive mode, the client uses a PASV command, gets a server port, and starts the data transfer connection. Marjory only supports passive mode. | Passive | false |
privateKey | file | The private key file to connect via SFTP | false | |
privateKeyPassPhrase | string | Passphrase to decrypt the private key file for SFTP | false | |
securityMode | string | In explicit mode, an FTPS client must "explicitly request" security from an FTPS server and then step up to a mutually agreed encryption method. If a client does not request security, the FTPS server can either allow the client to continue in insecure mode or refuse the connection. Marjory only supports explicit mode at the moment. | Explicit | false |
clientKey | file | The client key file to connect via FTPS | false | |
clientCertificate | file | Certificate file to connect via FTPS | false | |
clientCa | file | The client CA file to connect via FTPS | false |
App Items
Events
Technical Actions
Version(s)
1.0.4 