-
Notifications
You must be signed in to change notification settings - Fork 384
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 550 #446
Comments
Does the user from whom the FTP login occurs have the necessary rights (write) to the directory? |
I had to add the server folder in the config
|
I found a solution to the problem that might help. This apparently happens because it exceeds the open and inactive connection timeout. Same error in a C# library: https://www.chilkatsoft.com/p/p_462.asp The solution I found was to increase the "timeout" to 2 minutes: |
Thanks, this worked for me after debugging for almost a week @paulopereira-tec |
The folder in the root directory exists, doesn't have any idea why it throws an error.

The text was updated successfully, but these errors were encountered: