-
Notifications
You must be signed in to change notification settings - Fork 243
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
Error: You aren't logged in #270
Comments
I've tried with another FTP server and have a similar error message with the same error log : Seems like it is a message from the FTP server itself, because the user and pass are not passed correctly. I'm using node-ftp through another module so I will try to continue investigate that. |
I was having this error whilst using the module @phileastv was talking about, nexrender. |
hey guys, |
Hello !
I'm trying to transfer a file to a FTP server. I double checked all my creditentials, but I keep getting this error
Error: You aren't logged in
. My server have a self-signed TLS certificate, but I correctly passed the parameterrejectUnauthorized: false
in mysecureOptions
. I also tried to passsecure: true, false and mixed
, but nothing changed. My FTP server is working as expected with other clients.This error is not very clear for me, it seems like it is due to line 113, but I can't figure what it does.
Thanks a lot for your patience.
The text was updated successfully, but these errors were encountered: