I am writing an app that can upload/download/delete files and folders to/from an FTP server using CURLSMBS and it’s working well. But now I want to Archive some files on the FTP server into a subfolder on the FTP server.
I could download the files then upload them into a different folder, but it would be faster if I could ask the FTP server to COPY or MOVE the files instead. Is this possible in FTP?