actions-marketplace-validations/Simple FTP deploy Fork
Deploy files to an FTP server using GitHub actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ftp_host | FTP host | yes | — |
| ftp_username | FTP username | yes | — |
| ftp_password | FTP password | yes | — |
| local_source_dir | The local folder to copy | yes | — |
| dist_target_dir | The remote folder | yes | — |
| delete | Delete files not present in the local folder on the remote folder | no | false |
| only_newer | Download only newer files | no | false |
| ignore_time | Ignore time when deciding whether to download | no | false |
| exclude | Ignore file(s) and/or directorie(s) | no | "" |
| disable_ssl_certificate_verification | Disable SSL certificate verification | no | true |
| other_flags | Optional raw string of flags for lftp eg. --no-empty-dirs | no | "" |
Outputs
no outputs