vinyl-ftp
.
Deprecated in favor of Upload files to an FTP-server
Useful for uploading and deploying things.
Install
$ npm install --save-dev gulp-ftp
Usage
var gulp = ;var gutil = ;var ftp = ; gulp;
API
ftp(options)
options.host
Required
Type: string
options.port
Type: number
Default: 21
options.user
Type: string
Default: 'anonymous'
options.pass
Type: string
Default: '@anonymous'
options.remotePath
Type: string
Default: '/'
The remote path to upload too.
Nonexistent directories will be created for you.
License
MIT © Sindre Sorhus