I am having some files in FTP having a directory named say "ParentDirectory" and it too have a child folder named "Child1". How can I move a file from ParentDirectory to its child folder.
Say ParentDirectory is having file named "File01.pdf" in it, now I want to move it to ParentDirectory/Child1/
Without downloading a file then again uploading it to server and then deleting it from ftp server. Is there any way to directly move the file to its child directory.