Ftp-WG: ANN: Invention to increase FTP upload times on high bandwidth, high latency connections by 400%
Sami Korhonen <[email protected]> Tue, 6 Jan 2004 04:14:44
| Newsgroups | gmane.ietf.ftpext |
|---|---|
| Message-ID | <[email protected]> |
Hello Fastream, Monday, January 5, 2004, 8:49:26 PM, you wrote: FT> Dear FTP Fellows, FT> As a company dedicated to FTP and file serving and delivery, we have an US FT> patent pending invention to increase upload times 400%, using multiple FTP FT> connections, utilizing a specialized client and a standard (RFC959) server FT> such as Microsoft IIS and Fastream NETFile on high latency/bandwidth FT> connections (such as satellite and cross-atlantic links). FT> Licensors/buyers seeked globally for the invention. FT> I do not want to disturb uninterested members anymore so if you are FT> interested in acquiring a PDF brochure and .exe demo of the invention, just FT> send an email to [email protected] with your name, company, company field FT> and address. FT> Best Regards, FT> G. I. Ates FT> CEO, Fastream Technologies FT> Content Delivery and Management Experts FT> www.fastream.com FT> [email protected] I didn't know, that one was allowed to use this list for advertisement purposes. (And I can't see how someone would be able to patent something like this) I actually used simple shell script utilizing following method, with my previous isp, when transfering large files (few years back). Upload file 'foo.tgz' using 3 concurrent streams: - STOR foo.tgz (transfer first chunk) - STOU foo.tgz, or STOR foo.tgz.1 (transfer second chunk) - STOU foo.tgz, or STOR foo.tgz.2 (transfer third chunk) Once all chunks have been transfered, use site to site transfers to merge chunks. - REST z - PASV - STOR foo.tgz - PORT a,b,c,d,x,y - RETR foo.tgz.1 - DELE foo.tgz.1 ... -- Best regards, Sami mailto:[email protected]