mscdex / node-ftp

An FTP client module for node.js
MIT License
1.13k stars 243 forks source link

SFTP Example #51

Closed hydrotik closed 11 years ago

hydrotik commented 11 years ago

Not seeing an example for SFTP. Trying to change around the secure param settings and not having much luck. I noticed FTPS hasn't been added, but is SFTP supported?

Cheers,D

mscdex commented 11 years ago

FTPS !== SFTP.

SFTP utilizes SSH, both of which you can find here.