Closed marcandrews closed 9 years ago
Yes, FTPS support already exists. SFTP support however, requires a different module (e.g. ssh2
).
Thanks!
I would like to add that the options "secureOptions" isn't documented very well. I don't know the internals of it or what parameters we can pass to it, can that be expanded? See also ref issue https://github.com/mscdex/node-ftp/issues/153
ok, sorry, found it: https://nodejs.org/api/tls.html#tls_tls_connect_options_callback
Is FTPS support available and if not, can it be added?