Are you able to do this manually when connected to the FTP server? I was able to do, just to make sure that Procomm could handle this since the FTP client only performs basic operations.
Here is the command that you would need to use (tested it and it worked fine for me) to copy that file from one folder to another. It assumes that you are already in the /out folder, so you may need to modify the path information:
proc main
ftp remote rename "file.txt" "backup/file.txt"
endproc
Of course, you would need to replace file.txt with the actual filename (or a string variable containing the filename).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.