sand4rt / ftp-deployer

Simple SFTP / FTP deployment with NodeJS.
https://github.com/marketplace/actions/ftp-deployer
MIT License
47 stars 12 forks source link

Remove pasive from readme (for version 1.5) #21

Closed BaseMax closed 1 year ago

BaseMax commented 1 year ago

Warning: Unexpected input(s) 'pasive', valid inputs are ['sftp', 'host', 'port', 'username', 'password', 'remote_folder', 'local_folder', 'cleanup', 'include', 'exclude', 'passive']

It seems "pasive" not supported in version 1.5 but it supported in version 1.4

BaseMax commented 1 year ago

maybe need to rename to passive. because passive supported in version 1.5.

sand4rt commented 1 year ago

Correct in v1.5 it's renamed to from pasive to passive: https://github.com/sand4rt/ftp-deployer/pull/14