sand4rt/FTP Deployer
Simple SFTP / FTP deployment with NodeJS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sftp | SFTP on | no | false |
| host | FTP host URL like: ftp.host.com or sftp.host.com | yes | — |
| port | FTP port | no | 21 |
| username | Ftp username | yes | — |
| password | Ftp password | yes | — |
| remote_folder | The remote folder location of your FTP server | no | — |
| local_folder | The local folder location | no | dist |
| cleanup | Remove existing files inside FTP remote folder | no | false |
| include | includes | no | false |
| exclude | exclude | no | false |
| passive | passive | no | false |
Outputs
no outputs