0 votes
by (120 points)
edited

Hi All,

I am using the Putfile to upload the file to server am getting the below mentioned error, using the Rebex version 2.0.2482.0, please any one make me to over come this problem.

Rename/move failure: No such file or directory (553).       
at Rebex.Net.Ftp.2aYAeNZ(String , Boolean , OTxlj , Int64 , String , String , Int64 , FtpTransferState )
at Rebex.Net.Ftp.y7ABW(String , String , Stream , Int64 , Int64 , 27NpLhZ )
at Rebex.Net.Ftp.y7ABW(String , String , String , Int64 , Int64 , Int64 , 27NpLhZ )
at Rebex.Net.Ftp.PutFile(String localPath, String remotePath)
at FTP_TEST.Form1.button1_Click(Object sender, EventArgs e)

Thank in advance

1 Answer

0 votes
by (70.2k points)

Please send us the communication log created using the Ftp object's LogWriter property (as described here). The log should make it possible to see what is actually going on.

...