gulp-deploy-ftp

1.0.1 • Public • Published

gulp-deploy-ftp

Build Status

Upload file through ftp

Install

npm install --save-dev gulp-deploy-ftp

Usage

const gulp = require('gulp');
const gulpDeployFtp = require('gulp-deploy-ftp');
 
gulp.src('path/to/file')
  .pipe(gulpDeployFtp({
    remotePath: '/tmp',
    host: 'localhost',
    port: 21,
    user: 'foo',
    pass: 'bar'
  })
  .pipe(gulp.dest('dest'));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    5
  • 1.0.0
    0
  • 0.0.2
    11
  • 0.0.1
    0

Package Sidebar

Install

npm i gulp-deploy-ftp

Weekly Downloads

16

Version

1.0.1

License

ISC

Last publish

Collaborators

  • fatelei