modern-dev/FTP Mirror
Copy all the files and folders via FTP from your Git project to your server in a specific path, delete remote folder before.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| server | FTP Server. | yes | — |
| user | FTP User. | yes | — |
| password | FTP Password. | yes | — |
| local_dir | Local directory. | no | ./ |
| remote_dir | Remote directory. | no | ./ |
| delete | Delete all the files inside of the remote directory. | no | false |
| exclude | Exclude matching files. | no | "" |
| exclude_glob | Exclude matching files | no | "" |
| max_retries | Times that the lftp will be executed if an error occurred. | no | 10 |
| no_symlinks | Do not create symbolic links. | no | true |
| ftp_ssl_allow | FTP - Allow SSL encryption. | no | false |
| ftp_use_feat | FTP - FEAT: Determining what extended features the FTP server supports. | no | false |
| ftp_nop_interval | FTP - Delay in seconds between NOOP commands when downloading tail of a file. | no | 2 |
| net_max_retries | NET - Maximum number of operation without success. 0 unlimited. 1 no retries. | no | 1 |
| net_persist_retries | NET - Ignore hard errors. When reply 5xx errors or there is too many users. | no | 5 |
| net_timeout | NET - Sets the network protocol timeout. | no | 15s |
| dns_max_retries | DNS - 0 no limit trying to lookup an address otherwise try only this number of times. | no | 8 |
| dns_fatal_timeout | DNS - Time for DNS queries. Set to "never" to disable. | no | 10s |
Outputs
no outputs