1438fb82056f2d3626472057bef4502438b3f985 galt Thu Jun 24 04:06:38 2010 -0700 initial paraFetch work - the fast multiple connection parallel downloader diff --git src/inc/net.h src/inc/net.h index 1864582..99acc07 100644 --- src/inc/net.h +++ src/inc/net.h @@ -216,5 +216,9 @@ boolean netGetFtpInfo(char *url, long long *retSize, time_t *retTime); /* Return date and size of ftp url file */ + +boolean parallelFetch(char *url, int numConnections, char *outPath); +/* Open multiple parallel connections to URL to speed downloading */ + #endif /* NET_H */