actions-marketplace-validations/SFTP uploader

Upload files to server via SFTP (v3)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jan 3, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/wangyucode_sftp-upload-action@de26d3377670e5e2e3ac8447772fa666f1c6c0f1 # no releases — HEAD as of 2026-07-12

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

namedescriptionrequireddefault
hostSFTP Hostyes
portSFTP Portno22
usernameSFTP Usernamenoroot
passwordSFTP Passwordno
privateKeySSH Private Keyno
passphrasePassphrase for Private Keyno
localDirLocal directory to uploadyes
remoteDirRemote directory pathyes
dryRunDry run mode (no changes)nofalse
excludeGlob patterns to excludeno
forceUploadForce upload all files (disable hash check)nofalse
removeExtraFilesOnServerRemove extra files on server that are not in local directorynofalse
concurrencyNumber of concurrent uploadsno4

no outputs