Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
3.2k views
in .NET FTP by (160 points)
Hi there,
I come to you because I'm a little bit lost... I encounter this error when I try to upload a file to one of my FTP server, and I don't understand why. I use exactly the same code (moreover in the same application) to connect and upload in another FTp server.

'APPE': command unrecognized. (code=500)


Here you have the stack trace :

2 Answers

0 votes
by (162k points)
Seems that your FTP server doesn't support the APPE command, which is to append to an existing file.
0 votes
by (160 points)
Thank you for your answer... Previously I had the following line :

FTPConnexionGalerie.UploadFile(MyFile, MyFileOnFTP, true);


I remove the "append" argument, and it works.

Thank you !!!

Categories

...