ercindedeoglu/Secure FTP Transfer

This action transfers files between the local environment and a remote FTP server using secure protocols.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
hostThe FTP server hostname. Example: ftp.example.comyes
userThe username for the FTP server. Example: user123yes
passwordThe password for the FTP server. It is recommended to use secrets for this input.yes
forceSslEnforce SSL encryption for the connection. Defaults to true for security.notrue
localDirThe local directory to transfer files from. Defaults to the current directory. Example: ./build/no.
remoteDirThe remote directory to transfer files to. Defaults to the root directory. Example: /public_html/no.
optionsAdditional options for the lftp mirror command. Example: --only-newerno
namedescription
file_countThe number of files transferred.