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