xarses/LFTP deploy action
Deploy a set of files via LFTP (supports FTPS)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Host to connect to | yes | — |
| port | Port used by the host | — | — |
| protocol | Protocol to connect with | — | ftp |
| username | login username | yes | — |
| password | login password | yes | — |
| ssl_verify_cert | Should the host's x509 SSL certificate be verified | — | true |
| ssl_force | Should SSL be manditory (prevents non TLS/SSL fallback if HELO said it was an option) | — | false |
| ssl_priority | Cipher priorty string to pass to gnutls. (Set to 'NORMAL:%COMPAT:+VERS-TLS1.0' if you need compat) | — | "" |
| mirror_args | Additional arguments to pass to LFTP mirror command | — | — |
| local_path | the local path to upload from the deployment repo | yes | — |
| remote_path | the path to upload the files to on the remote host | yes | — |
Outputs
no outputs