-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FTPS on tls, using port 990 #153
Comments
Were you able to get an answer to this or figure it out? I am having a similar issue. |
True - same issues here. I also haven't found any docs on the |
Ok, sorry found docs: https://nodejs.org/api/tls.html#tls_tls_connect_options_callback |
EDIT: Still an issue in master, fixed in next comment Anyone find a solution? |
My issue was port 990 and using secure: implicit (implicit FTP over TLS). You can change it and use FTPES(explicit FTP over TLS) without reconfiguration of your ftp server. Working Code:
|
Nice Gander7 it works for me, thanks. |
Hello,
I'm trying to connect using the implicit secure option with port 990.
Here my configuration:
I've tried with with option 'implicit' but it don't works. Nothing happens.
Is-it possible to use implicit over TLS with node-ftp ?
Thanks !
The text was updated successfully, but these errors were encountered: