vinyl-ftp icon indicating copy to clipboard operation
vinyl-ftp copied to clipboard

SFTP support?

Open chriswetterman opened this issue 9 years ago • 43 comments

Are there any plans to implement SFTP?

Thanks.

chriswetterman avatar Apr 01 '15 16:04 chriswetterman

No, not currently. I think https://github.com/mscdex/ssh2-streams would provide most of the functionality, so maybe an abstraction of FTP/SFTP inside of vinyl-ftp is viable. However, I think this should go in a separate module vinyl-sftp because FTP and SFTP don't seem to be related too much. (I might be wrong about that, though.)

morris avatar Apr 02 '15 17:04 morris

+1

droplab avatar Apr 23 '15 23:04 droplab

+1

charlesbodman avatar May 20 '15 20:05 charlesbodman

+1

thomaslindstrom avatar Jun 25 '15 22:06 thomaslindstrom

+1

krispy1298 avatar Jun 26 '15 14:06 krispy1298

+1

pyrsmk avatar Jul 22 '15 17:07 pyrsmk

+1 this would be an awesome feature. I use SFTP whenever possible, and some servers even require to use only STFP

fgilio avatar Aug 20 '15 17:08 fgilio

+1

webcaetano avatar Sep 25 '15 21:09 webcaetano

+1

skrzyszewski avatar Dec 18 '15 12:12 skrzyszewski

+1

levymetal avatar Feb 10 '16 02:02 levymetal

+1

OutThisLife avatar Feb 19 '16 16:02 OutThisLife

+1

travisholliday avatar Mar 03 '16 16:03 travisholliday

+1

MichaelTSS avatar Mar 09 '16 14:03 MichaelTSS

+1

christophwolff avatar Mar 14 '16 10:03 christophwolff

+1

Leagnus avatar Mar 16 '16 20:03 Leagnus

+1

mrksdiehl avatar Apr 06 '16 09:04 mrksdiehl

Currently, I'm using gulp-sftp in addition to vinyl-ftp ;)

pyrsmk avatar Apr 06 '16 09:04 pyrsmk

+1

onezerodigits avatar May 09 '16 00:05 onezerodigits

+1

wujekbogdan avatar May 16 '16 17:05 wujekbogdan

+1

bmango avatar May 27 '16 08:05 bmango

+1

kenanfallon avatar Jun 08 '16 05:06 kenanfallon

+1

jukuan avatar Jun 28 '16 11:06 jukuan

Have working implementation with ssh2:

https://github.com/bigcompany/hook.io-vfs/blob/master/lib/adapters/sftp.js

https://github.com/bigcompany/hook.io-vfs/blob/master/examples/sftp-readFile.js https://github.com/bigcompany/hook.io-vfs/blob/master/examples/sftp-writeFile.js

Is coupled to multi-cloud virtual file-system. Feel free to use.

Marak avatar Jun 29 '16 01:06 Marak

cool!!

morris avatar Jun 29 '16 07:06 morris

+1

JacobDB avatar Aug 07 '16 16:08 JacobDB

+1

Marcel-G avatar Aug 17 '16 02:08 Marcel-G

+1

weevood avatar Aug 29 '16 13:08 weevood

+1

tiefenb avatar Sep 14 '16 11:09 tiefenb

+1!

TCB13 avatar Sep 25 '16 20:09 TCB13

+1

alex-steinberg avatar Oct 30 '16 20:10 alex-steinberg

+1

hescano avatar Feb 17 '17 06:02 hescano

I was just looking at the documentation, and saw there was a parameter for "secured." Is that for SFTP? Going to try and test it later today.

  • secure: Set true for secured FTP connections

EDIT: Nope, just TLS.

JacobDB avatar Feb 17 '17 17:02 JacobDB

+1

naymapl avatar Mar 11 '17 13:03 naymapl

+1

zethzeth avatar May 16 '17 08:05 zethzeth

+1

Lichtjaeger avatar Jul 06 '17 11:07 Lichtjaeger

+1

lmammino avatar Sep 11 '17 08:09 lmammino

+1

Voltokk avatar Oct 15 '17 17:10 Voltokk

+1

thomjjames avatar Jan 03 '18 11:01 thomjjames

+1

balya avatar Mar 13 '18 13:03 balya

+1

fransstudio2 avatar Jul 05 '18 12:07 fransstudio2

confused

onezerodigits avatar Jul 05 '18 13:07 onezerodigits

I've had this working in production for some time. The base of the code is using ssh2 and https://github.com/bigcompany/hook.io-vfs/blob/master/lib/adapters/sftp.js.

If anyone wants this enough to pay me to build a new separate library vinyl-sftp let me know and I should be able to get it built.

Marak avatar Jul 05 '18 13:07 Marak

+1

rvducay avatar Jul 22 '22 06:07 rvducay