actions-marketplace-validations/FTP Smart File Copy
.NET-based GitHub Action to copy files over FTP.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 5, 2021
- License
- Public domain
Pinned Snippet
uses: actions-marketplace-validations/cinderblockgames_ftp-action@9b3798ee67920a2c8df41d76386738fbea691362 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| server | Address for the destination server. | yes | — |
| port | Port for the destination server. | no | 21 |
| username | Username for the destination server. | yes | — |
| password | Password for the destination server. | yes | — |
| source | Directory in source from which to upload. | no | / |
| destination | Directory in destination to which to upload. | no | / |
| skipUnchanged | Only upload files that have changed. | no | false |
| skipDirectories | Folders to be ignored in both source and destination, separated by a pipe (|) character. | no | .github|.well-known |
| test | Do not perform file deletions or uploads; just output intended actions. | no | false |
Outputs
no outputs