ercindedeoglu/Secure FTP Transfer
This action transfers files between the local environment and a remote FTP server using secure protocols.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | The FTP server hostname. Example: ftp.example.com | yes | — |
| user | The username for the FTP server. Example: user123 | yes | — |
| password | The password for the FTP server. It is recommended to use secrets for this input. | yes | — |
| forceSsl | Enforce SSL encryption for the connection. Defaults to true for security. | no | true |
| localDir | The local directory to transfer files from. Defaults to the current directory. Example: ./build/ | no | . |
| remoteDir | The remote directory to transfer files to. Defaults to the root directory. Example: /public_html/ | no | . |
| options | Additional options for the lftp mirror command. Example: --only-newer | no | — |
Outputs
| name | description |
|---|---|
| file_count | The number of files transferred. |