Socket
Socket
Sign inDemoInstall

ember-cli-deploy-ftp

Package Overview
Dependencies
52
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-cli-deploy-ftp

ember-cli-deploy wrapper for ftp-deploy


Version published
Weekly downloads
18
decreased by-5.26%
Maintainers
1
Install size
3.23 MB
Created
Weekly downloads
 

Changelog

Source

v2.0.0 (2021-06-14)

:boom: Breaking Change
  • #10 Drop support for Node.js 10 and below (@Turbo87)
:rocket: Enhancement
:house: Internal
  • #12 Use pnpm to install dependencies (@Turbo87)
  • #11 Modernize plugin code (@Turbo87)
  • #6 package.json: Remove unused dev dependencies (@Turbo87)
Committers: 3

Readme

Source

ember-cli-deploy-ftp

ember-cli-deploy wrapper for ftp-deploy

Installation

npm install ember-cli-deploy-ftp

Usage

Add e.g. the following snippet to your config/deploy.js file:

ENV.ftp = {
  host: 'ftp.your-server.com',
  username: 'johndoe',
  password: process.env.FTP_PASSWORD,
};

Options

  • hostrequired: FTP host name or IP address
  • portoptional: FTP server port (default: 21)
  • usernameoptional: FTP username (default: anonymous)
  • passwordoptional: FTP password (default: anonymous)
  • remoteRootoptional: deploy target folder on the FTP server (default: /)
  • includeoptional: included files (default: ['*', '**/*'])
  • excludeoptional: excluded files (default: [])

License

This project is licensed under the MIT License.

Keywords

FAQs

Last updated on 14 Jun 2021

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