actions-marketplace-validations/lftp-mirror-action

Upload or update a directory tree via SFTP

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
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
restoreMTimeRestore the modification time of the filesnotrue
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