0.11.1 • Published 4 years ago

plus-uploader v0.11.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Plus-uploader - alpha

Plus-uploader is a static file uploader using ftp protocol.

Instalation

This package needs to be uploaded globally

npm i -g plus-uploader

Usage

You can use plus-uploader in this way:

File structure:

project
│   .deployconf 
│
└───Public
│   │   index.html
│   │   ... css & js files

In project folder you must create .deployconf file where you enter:

ftp=server_host_name
username=ftp_username
password=password

If this exists just run:

~/project $ plus-uploader public/

That is it. If FTP is well set up (to) root FTP folder be the website folder. This should work out of the box. If you want to clean the folder before upload just run it with flag --clean true.

~/project $ plus-uploader public/ --clean true
0.11.1

4 years ago

0.11.0

4 years ago

0.10.0

4 years ago

0.9.3

4 years ago

0.9.2

4 years ago

0.9.1

4 years ago