Hi
I'm trying to transfer a file from a remote folder to another remote folder within the same server. Is there any other way to do it except using both get() & put()? Since the file is already up on the server, I guess there's no need to download and upload again to waste space?? According to your help api, get() might experience memory limitations as the entire file must be held in memory at one time.
I'm using ftpj-1.3.2.
thanks
Priscilla