actions-marketplace-validations/Simple FTP deploy Fork

Deploy files to an FTP server using GitHub actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ftp_hostFTP hostyes
ftp_usernameFTP usernameyes
ftp_passwordFTP passwordyes
local_source_dirThe local folder to copyyes
dist_target_dirThe remote folderyes
deleteDelete files not present in the local folder on the remote foldernofalse
only_newerDownload only newer filesnofalse
ignore_timeIgnore time when deciding whether to downloadnofalse
excludeIgnore file(s) and/or directorie(s)no""
disable_ssl_certificate_verificationDisable SSL certificate verificationnotrue
other_flagsOptional raw string of flags for lftp eg. --no-empty-dirsno""

no outputs