0.1.3 • Published 7 months ago

@patch_dev/ftp-deploy v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

ftp-deploy

A Node.js package to help with deploying code. Ftp a folder from your local disk to a remote ftp destination. Does not delete from destination directory.

Installation

npm install --save-dev @patch_dev/ftp-deploy

And run

ftp-deploy --host example.com --user demo --password demo --localRoot ./dist/ --remoteRoot /web
0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago