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.
Link served by @Petoj helped to get the solution.
It was being provided as comment to the question. As it was not in the answer section I could not mark it as being answered.
possible duplicate of How can I use FTP to move files between directories? – Petoj Nov 30 ’11 at 9:23