gtg092x / gulp-sftp

Gulp SFTP Deploy
140 stars 61 forks source link

Add support for keepaliveInterval #30

Open chriswetterman opened 9 years ago

chriswetterman commented 9 years ago

I have a watch and on file change compile as necessary then upload. After the upload completes the connection is closed. Looking to be able to configure keepaliveInterval so the connection isn't closed every time in this use case.

TCB13 commented 7 years ago

Same use case as you!

Andyliwr commented 7 years ago

Same, too.