akilaid/python ftp deploy
A GitHub Action to upload files to an FTP server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | FTP server hostname | yes | — |
| username | FTP server username | yes | — |
| password | FTP server password | yes | — |
| ftpdir | FTP server directory (default: ./) | no | ./ |
| localdir | Local directory to upload (default: ./) | no | ./ |
| hashfile | Name of the hash file (default: .file_hashes.json) | no | .file_hashes.json |
Outputs
no outputs