0.7.0 • Published 7 months ago

ftpup v0.7.0

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

FTP Uploader

Simple FTP uploader for node.js.

npm version

Install

This package is meant to be installed globally.

npm install ftpup --global

CLI

Usage
  $ ftpup [OPTION]... [SRC] [USERNAME[:PASSWORD]@]HOST[:DEST]

Options
  -u, --username=USERNAME  username
  -p, --password=PASSWORD  password
      --secure             explicit ftps over tls
      --allow-unauthorized allow invalid certificates
      --exclude=PATTERN    exclude pattern
      --purge=PATH         purge directory
      --scope=SCOPE        scope name
      --fresh              ignore server state, perform fresh upload
      --test               perform a trial run with no changes made
  -v, --version            show version number
  -h, --help               show this help

Example
  $ ftpup user@example.com
  $ ftpup public user@example.com/subfolder
  $ ftpup projectfolder --exclude node_modules user@example.com -p topsecret

License

MIT

0.7.0

7 months ago

0.6.0

2 years ago

0.5.0

3 years ago

0.4.3

3 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.3

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago