Posted By:
Anonymous
Posted On:
Sunday, December 8, 2002 02:32 AM
Hi Friends,
I am developing a Download manager which speeds the downloading .. it downloads a file in segments to speed the download and recombines it. I am opening multiple URLConnections for a same resources from same location from a same server... i am getting 403 forbiden error and download is terminated...
Can any one suggest me how can i initialize a downloading a file from mulitple servers in segments using java.io, java.net or any api available.