1.0.2 • Published 7 years ago

node-ftp-deploy v1.0.2

Weekly downloads
14
License
MIT
Repository
github
Last release
7 years ago

NPM

node-ftp-deploy

A simple folder to folder deploy tools, some time just don't want to git push and run CI for small project ;D

How to use

npm install -g node-ftp-deploy

nodedeploy ftp_host username password folder_in_running_path remote_path

Example

Your want to deploy build folder from my_react_project to remote ftp html folder

npm install -g node-ftp-deploy

cd my_react_project // enter the folder

nodedeploy example.io username password /build /html // upload ./build

Args

ArgumentDescription
ftp_hostYour remote FTP host
usernameYour remote FTP username
passwordYour remote FTP password
folder_in_running_pathFolder you want to upload
remote_pathFolder you want to received on FTP host
  • temp not support sftp