Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted committed Jul 23, 2024
1 parent aa895f9 commit da25243
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/custom-actions/action-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,12 +266,24 @@ Allows uploading a file to a SFTP (SSH) server, specifying a hostname, port, use

We recommend authenticating using a pre-generated keypair, which can be created under Control Panel -> Providers.

### SFTP Download

Allows downloading a file to a SFTP (SSH) server, specifying a hostname, port, username, password and the path to the file. The file content is downloaded to a Variable.

We recommend authenticating using a pre-generated keypair, which can be created under Control Panel -> Providers.

### FTP(S) Upload

Allows uploading a file to a FTP or FTPS (FTP with TLS/SSL) server, specifying a hostname, port, username, password, relative path to the file, whether to use SSL and whether to use passive mode. Finally, the file content can be specified, in which Variables are replaced.

We recommend storing the password as a Global Variable.

### FTP(S) Download

Allows downloading a file to a FTP or FTPS (FTP with TLS/SSL) server, specifying a hostname, port, username, password, path, whether to use SSL and whether to use passive mode. The file content is downloaded to a Variable.

We recommend storing the password as a Global Variable.

### Database Query

Allows running a database query, with support for fetching out data in a series of variables. We recommend storing the password as a Global Variable.
Expand Down

0 comments on commit da25243

Please sign in to comment.