ftp:rename return codes

Hi Experts,

I have a scenario where I need to check the retrun codes of pub.client.ftp:rename built in service based on the Operating System the files are picked from. My question is whether the ftp rename command will return different return codes for different underlying OSs?
I am writing a generic code which will read ftp configuration parameters from a config file, login to that particular ftp host and rename the files and the next step is I need to check the ftp return code based on that I need to proceed further with my logic based on requiremnt.

Please help me out!! Thanks in advance.
Regards,
Datta

What return codes are you looking for any thing specific other than its returning from FTP site?

yes ftp retrurn codes that will be displayed when you give a cmd like dir. My question is will it be same for all underlying OSs.

Regards,
Datta