upftp

1.0.0 • Public • Published

upftp

Fast Update Remote Files

Installation

npm install upftp

Usage

Local Root Path create upftp.json

  • main: section
  • ftpData: ftp account
  • files: uploaded files
{
    "main":{
        "dir":"",
        "ftpData":{
            "host":"ftp.host",
            "port":"21",
            "user":"ftp.username",
            "pass":"ftp.password"
        },
        "files":[
            "controllers",
            "models",
            "views",
            "static",
            "system/staticpages",
            "system/helper",
            "system/class.php"
        ]
    }
}

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i upftp

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • myazar