Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
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…
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.