Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
5k views
in Java FTP by
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

1 Answer

0 votes
by (162k points)
You should upgrade to the latest version BTW.

It depends on the size of the file - if it is 10 MB you shouldn't have any trouble holding it in memory.

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

Categories

...