Thread: Location of downloaded files
Status: Alpha
Brought to you by:
coroberti
From: sajal <s.b...@qu...> - 2010-10-06 05:11:40
|
Hi, I am using curl-loader to fetch index.html files from a web server using GET command. I am not able to locate the appropriate directory where the curl-loader stores these file. Can anyone tell me where exactly does curl-loader stores these files? Thanks and Regards -- Sajal Bhatia Research Masters Student QUT, Brisbane AUSTRALIA |
From: Robert I. <cor...@gm...> - 2010-10-06 05:20:59
|
Hi Sajal, On Wed, Oct 6, 2010 at 6:51 AM, sajal <s.b...@qu...> wrote: > Hi, > > I am using curl-loader to fetch index.html files from a web server using > GET command. I am not able to locate the appropriate directory where the > curl-loader stores these file. Can anyone tell me where exactly does > curl-loader stores these files? > > Thanks and Regards > > -- > > Sajal Bhatia > Research Masters Student > QUT, Brisbane > AUSTRALIA > > curl-loader is a tool to test your web-server, farm or a web-site. It is working at a client computer and does not store there the files, that are fetched. If you need for some reasons to do that, you might use curl or wget tools. -- Truly, Robert Iakobashvili, Ph.D. Home: http://www.ghotit.com Blog: http://dyslexia-blog.ghotit.com Twitter: http://twitter.com/ghotit Facebook: http://facebook.com/ghotit ...................................................................... Ghotit Dyslexia Assistive technology that understands you ...................................................................... |
From: sajal <s.b...@qu...> - 2010-10-06 05:59:12
|
On 06/10/10 15:20, Robert Iakobashvili wrote: > does not store the Hi, Thanks for a quick reply. If it not stores these files then what exactly happens to these files once they are fetched from the web server? One more thing, what exactly curl-loader uses to fetch the files? I haven't looked into the code which appears to be a bit long so if you can answer this it would help me save some time :-) Regards -- Sajal Bhatia Research Masters Student QUT, Brisbane AUSTRALIA |
From: Robert I. <cor...@gm...> - 2010-10-06 06:04:29
|
Hi, On Wed, Oct 6, 2010 at 7:58 AM, sajal <s.b...@qu...> wrote: > On 06/10/10 15:20, Robert Iakobashvili wrote: > > does not store the > Hi, > > Thanks for a quick reply. If it not stores these files then what exactly > happens to these files once they are fetched from the web server? Drops the bytes. This is about just not to write to the files the bytes you get by TCP/IP and read into memory. > One > more thing, what exactly curl-loader uses to fetch the files? Client-side of HTTP/FTP protocol using libcurl > I haven't > looked into the code which appears to be a bit long so if you can answer > this it would help me save some time :-) > Regards > > -- > > Sajal Bhatia > Research Masters Student > QUT, Brisbane > AUSTRALIA > > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > -- Truly, Robert Iakobashvili, Ph.D. Home: http://www.ghotit.com Blog: http://dyslexia-blog.ghotit.com Twitter: http://twitter.com/ghotit Facebook: http://facebook.com/ghotit ...................................................................... Ghotit Dyslexia Assistive technology that understands you ...................................................................... |
From: sajal <s.b...@qu...> - 2010-10-06 06:19:43
|
On 06/10/10 16:04, Robert Iakobashvili wrote: > Hi, > > On Wed, Oct 6, 2010 at 7:58 AM, sajal <s.b...@qu... > <mailto:s.b...@qu...>> wrote: > > On 06/10/10 15:20, Robert Iakobashvili wrote: > > does not store the > Hi, > > Thanks for a quick reply. If it not stores these files then what > exactly > happens to these files once they are fetched from the web server? > > > Drops the bytes. This is about just not to write to the files the > bytes you get by TCP/IP > and read into memory. > > One > more thing, what exactly curl-loader uses to fetch the files? > > > Client-side of HTTP/FTP protocol using libcurl > > I haven't > looked into the code which appears to be a bit long so if you can > answer > this it would help me save some time :-) > > > Regards > > -- > > Sajal Bhatia > Research Masters Student > QUT, Brisbane > AUSTRALIA > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating > great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > <mailto:cur...@li...> > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > > > > > -- > Truly, > Robert Iakobashvili, Ph.D. > > Home: http://www.ghotit.com > Blog: http://dyslexia-blog.ghotit.com <http://dyslexia-blog.ghotit.com/> > Twitter: http://twitter.com/ghotit > Facebook: http://facebook.com/ghotit > ...................................................................... > Ghotit Dyslexia > Assistive technology that understands you > ...................................................................... > Hi, Thanks for your reply. Is it also using libcurl to generate the clients? or is it using some other base program or library? Regards -- Sajal Bhatia Research Masters Student QUT, Brisbane AUSTRALIA |
From: Robert I. <cor...@gm...> - 2010-10-06 06:22:29
|
Hi, On Wed, Oct 6, 2010 at 8:19 AM, sajal <s.b...@qu...> wrote: > On 06/10/10 16:04, Robert Iakobashvili wrote: > > > > Thanks for your reply. Is it also using libcurl to generate the clients? or > is it using some other base program or library? > > > Regards > > -- > > Sajal Bhatia > Research Masters Student > QUT, Brisbane > AUSTRALIA > > > http://curl-loader.sourceforge.net/doc/faq.html <http://curl-loader.sourceforge.net/doc/faq.html> http://curl-loader.sourceforge.net/doc/fast.html <http://curl-loader.sourceforge.net/doc/fast.html> http://curl-loader.sourceforge.net/high-load-hw/index.html -- Truly, Robert Iakobashvili, Ph.D. Home: http://www.ghotit.com Blog: http://dyslexia-blog.ghotit.com Twitter: http://twitter.com/ghotit Facebook: http://facebook.com/ghotit ...................................................................... Ghotit Dyslexia Assistive technology that understands you ...................................................................... |