adiegoweb/lftp-mirror-action-no-output

Upload or update a directory tree via SFTP

View on GitHub

Trust Signals

Scorecard Score
Scorecard 0–2scored Jul 6, 2026
Maintenance Recency
Stalelast commit Oct 25, 2023
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: adiegoweb/lftp-mirror-action-no-output@4701a21ae98372dc359bee21f19bc11276151af3 # v0.1

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

namedescriptionrequireddefault
hostThe hostname of the SFTP serveryes
portThe port of the SFTP serverno22
userThe username to use for authenticationyes
passThe password to use for authenticationyes
forceSSLRefuse to send password in clear when server does not support SSLnotrue
verifyCertificateVerify server’s certificate to be signed by a known Certificate Authoritynotrue
fingerprintKey fingerprint of the host we want to connect tono""
onlyNewerOnly transfer files that are newer than the ones on the remote servernotrue
parallelNumber of parallel transfersno1
settingsAny additional lftp settings to configureno""
localDirThe local directory to copy fromno.
remoteDirThe remote directory to copy tono/var/www/html/
reverseWhether to copy from the remote to the local directorynotrue
ignoreFileThe name of the file to use as the ignore listno.lftp_ignore
optionsAny additional mirror command options to configureno""

no outputs