actions-marketplace-validations/Copy your files over FTP - GitHub Action

Automate deploying websites and more with this GitHub action via FTP and FTPS

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
serverftp serveryes
usernameftp usernameyes
passwordftp passwordyes
portServer port to connect to (read your web hosts docs)no
protocolprotocol to deploy with - ftp, ftps, or ftps-legacyno
local-dirFolder to upload from, must end with trailing slash /no
server-dirPath to upload to on the server. Must end with trailing slash /no
state-namePath and name of the state file - this file is used to track which files have been deployedno
dry-runPrints which modifications will be made with current config options, but doesnt actually make any changesno
dangerous-clean-slateDeletes ALL contents of server-dir, even items in excluded with exclude argumentno
excludeAn array of glob patterns, these files will not be included in the publish/delete processno
log-levelHow verbose should the information be - minimal, standard, or verboseno
securitystrict or looseno
timeoutTimeout in milliseconds for FTP operationsno

no outputs