actions-marketplace-validations/SFTP Upload

A GitHub Action for uploading files via SFTP.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
serverThe SFTP server (e.g. sftp.server.com).yes
usernameThe SFTP username.yes
passwordThe SFTP password.no
keyThe private key.no
passphraseThe passphrase for your private key.no
portThe SFTP port.no22
dry-runIf true, outputs the results of the upload, without actually uploading.nofalse
uploadsA list of folders to upload in the format of `folder/ => upload_folder/`yes
ignorea list of files to ignore using glob patternsno
ignore-fromthe path to a file containing a list of files to ignore using glob patternsno
deleteIf true, any existing files in the remote upload directories are deleted.nofalse

no outputs