FTP rename service fails

Hi:

We are using webMethods FTP port. Client service (java) is trying to rename file via FTP protocol but its throwing error message “<>” no such file or directory.

However, able to read & write file through FTP protocol.

Thanks
Nagarajan.D

Able to delete. But FTP rename command is failing…

Thanks
Nagarajan.D

while exceuting the pub.client.ftp.rename, what message you are getting in the following service outputs.

returncode
returnmsg
logmsg

returncode - 550
returnmessage - 550 ‘xxxx.xml’: No such file or directory.
logmsg - → RNFR yyyy.xml

← 350 File exists, ready for destination name.
→ RNTO xxxx.xml

← 550 ‘xxxx.xml’: No such file or directory.