Socket
Socket
Sign inDemoInstall

upftp

Package Overview
Dependencies
51
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    upftp

Fast Update Remote Files


Version published
Maintainers
1
Install size
3.35 MB
Created

Readme

Source

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

FAQs

Last updated on 24 Feb 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc