How to move files from FTP folder to another sub directory folder.
E.g:
My FTP file path from "ftp://3.111.123.001/ftproot/Incoming/Test.xml"
I would like to move "ftp://3.111.123.001/ftproot/Incoming/Test.xml"
file to below path:
"ftp://3.111.123.001/ftproot/Incoming/Processed/Test.xml"
How to do. Please help me to solve.