actions-marketplace-validations/FTP Deploy Wind
Automate deploying websites and more with this GitHub action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| server | FTP Server. | yes | — |
| username | FTP Username | yes | — |
| password | FTP Password | yes | — |
| port | Server Port | no | 21 |
| local_dir | Local directory. | no | ./ |
| server_dir | Server directory | no | ./ |
| max_retries | Times that the lftp will be executed if an error occurred. | no | 2 |
| passive_mode | sets passive FTP mode. This can be useful if you are behind a firewall or a dumb. | no | true |
| nop_interval | FTP - Delay in seconds between NOOP commands when downloading tail of a file. | no | 10 |
| use_mlsd | when true, lftp will use MLSD command for directory listing if supported by the server. | no | false |
| use_mdtm | when true (default), lftp uses MDTM command to determine file modification time. | no | true |
| ssl_allow | FTP - Allow SSL encryption. | no | false |
| net_timeout | NET - Sets the network protocol timeout. | no | 20 |
| net_max_retries | NET - Maximum number of operation without success. 0 unlimited. 1 no retries. | no | 0 |
| net_persist_retries | NET - Ignore hard errors. When reply 5xx errors or there is too many users. | no | 5 |
| net_reconnect_interval_multiplier | sets multiplier by which base interval is multiplied each time new attempt to perform an operation fails. When the interval reaches maximum, it is reset to base value. See net:reconnect-interval-base and net:reconnect-interval-max. | no | 1 |
| net_reconnect_interval_base | sets the base minimal time between reconnects. Actual interval depends on net:recon‐ nect-interval-multiplier and number of attempts to perform an operation. | no | 5 |
| delete | Delete all the files inside of the remote directory. | no | true |
| no_perms | don't set file permissions. | no | true |
| settings | FTP setting config. | no | — |
| options | mirror options. | no | — |
| debug | FTP DEBUG. | no | false |
| working-directory | Specifies the working directory. | no | — |
Outputs
no outputs