Tuesday, September 14, 2010

'wget' as way to download files

Need to download files from our Domino server by this path http://host/myfile.log, using MS DOS command?
You can try to use wget as one of possible way to do that.
here is an exmplae of DOS command:
wget.exe http://host/myfile.log
I've run this DOS command in my JS file (yes ActiveX is required for that), but anywhere it is quite interesting approach.

2 comments :

Sean Cull said...

It works really well with Amazon S3

Stephan H. Wissel said...

I'm always torn back and forth between wget and curl
:-) stw