actions-marketplace-validations/FTP Smart File Copy

.NET-based GitHub Action to copy files over FTP.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Apr 5, 2021
License
Public domain

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/cinderblockgames_ftp-action@9b3798ee67920a2c8df41d76386738fbea691362 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
serverAddress for the destination server.yes
portPort for the destination server.no21
usernameUsername for the destination server.yes
passwordPassword for the destination server.yes
sourceDirectory in source from which to upload.no/
destinationDirectory in destination to which to upload.no/
skipUnchangedOnly upload files that have changed.nofalse
skipDirectoriesFolders to be ignored in both source and destination, separated by a pipe (|) character.no.github|.well-known
testDo not perform file deletions or uploads; just output intended actions.nofalse

no outputs