maaaathis/SFTP Upload

Upload files to a server using SFTP with SSH private key authentication.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
usernameThe username for the SFTP connection.yes
serverThe address of the SFTP server.yes
portThe port number for the SFTP server (default: 22).yes22
ssh_private_keySSH private key for authentication. Ensure the format is preserved when copying from your *.pem file.no
local_pathThe local path to the files that will be uploaded.yes./*
remote_pathThe remote directory path where the files will be uploaded.yes
sftpArgsAdditional arguments for the SFTP command.no
delete_remote_filesIf set to true, all files in the remote path will be deleted before the upload. Use with caution.nofalse
passwordSSH password. If set, the SSH private key will be ignored.no

no outputs