samuraitruong/use-ftp-action
An ftp client ac tion to sync data between ci & remote ftp server
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| FTP_USER | username to access ftp server | yes | — |
| FTP_PASSWORD | password to access ftp server | yes | — |
| FTP_HOST | ftp server name or IP | yes | — |
| FTP_ROOT_FOLDER | the root folder on ftp | no | . |
| LOCAL_FOLDER | Local folder name | no | . |
| SYNC_MODE | Sync mode: download or upload | no | download |
| PARALLEL_CONNECTIONS | Number of parallel connections (1-10, use 1 for slow servers) | no | 1 |
| CONNECTION_TIMEOUT | Connection timeout in seconds | no | 60 |
| RETRY_COUNT | Number of connection retries | no | 3 |
| TRANSFER_RATE_LIMIT | Transfer rate limit in KB/s (0 for unlimited) | no | 0 |
| DEBUG_MODE | Enable debug logging (true/false) | no | false |
Outputs
no outputs