You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is your opinion on implementing remote file deletion instead of skipping empty/deleted files? I am currently trying using gulpssh.dest to synchronize my local directory with my server directory, which seems to work for everything but file deletion.
The text was updated successfully, but these errors were encountered:
I need it to work with gulp-watch, though. So if the file watcher detects that a file is deleted, it is deleted on the destination server as well. Currently, this scenario causes lines 239-241 to trigger. My thoughts would be to run sftp.unlink here rather than skipping.
What is your opinion on implementing remote file deletion instead of skipping empty/deleted files? I am currently trying using
gulpssh.dest
to synchronize my local directory with my server directory, which seems to work for everything but file deletion.The text was updated successfully, but these errors were encountered: