xarses/LFTP deploy action

Deploy a set of files via LFTP (supports FTPS)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
hostHost to connect toyes
portPort used by the host
protocolProtocol to connect withftp
usernamelogin usernameyes
passwordlogin passwordyes
ssl_verify_certShould the host's x509 SSL certificate be verifiedtrue
ssl_forceShould SSL be manditory (prevents non TLS/SSL fallback if HELO said it was an option)false
ssl_priorityCipher priorty string to pass to gnutls. (Set to 'NORMAL:%COMPAT:+VERS-TLS1.0' if you need compat)""
mirror_argsAdditional arguments to pass to LFTP mirror command
local_paththe local path to upload from the deployment repoyes
remote_paththe path to upload the files to on the remote hostyes

no outputs