agundur-kde/FTP Hash Deploy
Deploy only changed files via FTP/FTPS using server-side Git-style hashing — no state files, no guesswork.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ftp-host | FTP server hostname | yes | — |
| ftp-user | FTP username | yes | — |
| ftp-password | FTP password | yes | — |
| ftp-port | FTP port | no | 21 |
| ftps | Use FTPS explicit TLS (true) or plain FTP (false) | no | true |
| local-dir | Local directory to deploy (trailing slash required) | no | ./ |
| server-dir | Web root on the FTP server — the path where your site files live (e.g. /web/, /public_html/, /htdocs/). Defaults to / (FTP account root), but most hosts put web files in a subdirectory. | no | / |
| site-url | Public URL of the site (used to fetch server hashes via hashme.php) | yes | — |
| dry-run | Show diff without uploading anything | no | false |
Outputs
no outputs