Link to home
Start Free TrialLog in
Avatar of ashish_me2
ashish_me2

asked on

IMPORTANT: Need Java code to resume FTP transfers

I need the Java code for resuming FTP transfers urgently
Avatar of Mick Barry
Mick Barry
Flag of Australia image

upload or download?

Avatar of ashish_me2
ashish_me2

ASKER

Both upload and download but I am currently interested in resuming the download
ASKER CERTIFIED SOLUTION
Avatar of Venci75
Venci75

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
sorry - should be:
client.sendServer("REST 100\n");
Both upload and download but I am currently interested in resuming the download
Send following ftp commands:
REST <file offset>
STOR <filename>

*and* ensure you start sending the file bytes from the correct offset (or saving for the get).
Both upload and download but I am currently interested in resuming the download
Both upload and download but I am currently interested in resuming the download
Both upload and download but I am currently interested in resuming the download