Error 550
The folder in the root directory exists, doesn't have any idea why it throws an error.
The folder in the root directory exists, doesn't have any idea why it throws an error...
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
server-dir: httpdocs/
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: timeout: 120000.
https://github.com/SamKirkland/FTP-Deploy-Action/issues/220#issuecomment-2100554564