Questions tagged [gulp-ftp]

Useful for uploading and deploying things. Deprecated in favor of vinyl-ftp.

3 questions
2
votes
2 answers

Gulp script that FTPs to Azure WebApp failing with 'getaddrinfo ENOTFOUND'

I'm attempting to put together a gulp script that will watch my changed files (front end files like css, js, cshtml) and will FTP them to my Azure WebApp the moment they are modified. I'm using gulp-ftp, but if there is a better option, please let…
Sean Holmesby
  • 2,135
  • 3
  • 23
  • 34
0
votes
1 answer

Vinyl FTP upload specific directory

I'm trying to get Gulp Vinyl FTP to upload a specific Wordpress theme directory, here is the deploy command. gulp.task('deploy', function() { console.log('uploading to server'); var conn = ftp.create({ host: '', user: '', …
Jordash
  • 2,926
  • 8
  • 38
  • 77
0
votes
1 answer

Gulp deploy ftp to production

I am using some gulp task to deploy to production, but i have problem with gulp-deploy, i need some other files form other folder to be copied on diferrent location on server this is my task //Gulp APP ftp deploy gulp.task('deploy-app', function ()…
Miomir Dancevic
  • 6,726
  • 15
  • 74
  • 142