FTP-Deploy-Action icon indicating copy to clipboard operation
FTP-Deploy-Action copied to clipboard

Error 550

Open YevheniiVolosiuk opened this issue 1 year ago • 4 comments

The folder in the root directory exists, doesn't have any idea why it throws an error. image

YevheniiVolosiuk avatar Mar 26 '24 20:03 YevheniiVolosiuk

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?

aqpanaciy avatar Mar 27 '24 02:03 aqpanaciy

I had to add the server folder in the config

      server-dir: httpdocs/

dampee avatar Mar 29 '24 22:03 dampee

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

paulopereira-tec avatar May 08 '24 13:05 paulopereira-tec