ablelincoln/Push to SFTP

Push files to your server via SFTP (no SSH needed!)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Apr 20, 2023
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: ablelincoln/push-to-sftp@ec23e57e7646a532c2087371fe2685d4bb085630 # v2.1

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

namedescriptionrequireddefault
hostSFTP serveryes""
portSFTP server portyes22
usernameSFTP usernameno""
passwordSFTP passwordno""
privateKeySSH Keyno
passphrasePassphrase for encrypted private keysno
sourceDirSource directory to upload from (will upload all files in this directory)yes""
targetDirRemote directory to upload to (WARNING: overwrites ALL files in this directory)yes""

no outputs