1.0.0 • Published 7 years ago

upftp v1.0.0

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

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