gulp-sftp icon indicating copy to clipboard operation
gulp-sftp copied to clipboard

Gulp SFTP Deploy

Results 43 gulp-sftp issues
Sort by recently updated
recently updated
newest added

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Would be great to have support für `gulp-cached` (https://github.com/contra/gulp-cached). Right now the filtered stream is ignored. `gulp-cached` has this note but I hope its possible to fix this either: >...

Just wanted to confirm whether .ppk putty keys are not supported in windows, or if I'm doing something wrong. Cheers.

Added onStart, onError, onEnd, onClose callbacks and updated the readme this PR is available as a package on npm (the desired is that this PR gets merged and we keep...

`gulp-sftp` requires the size of all uploaded files to be known, otherwise it crashes on this line: https://github.com/gtg092x/gulp-sftp/blob/master/index.js#L272. Since Gulp is supposed to be the _streaming_ build system, and `gulp-sftp`...

8 pull requests waiting, 26 issues with little activity and no major code updates in over a year! If the author needs support managing the project how about giving a...

Is there a way to say "don't echo every time a file uploads?" It's mainly just distracting for me. It'd be more useful if I could say "echo only if...

Hi. Just wanted to inform about that the service fails on symbolic links pointing pointing to a directory.

the issue is only one file gets uploaded. I have 2 files and multple folders that do NOT get transferred. There seems to be an issue with this. Thoughts? return...

Proposed solution for https://github.com/gtg092x/gulp-sftp/issues/34 Doesn't actually check if directories exist or not, so the `mkdir` command is still sent regardless, but simply suppresses the error if the directory exists.