Any way to copy a file from a web server via DOS?

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
kelemvor
Posts: 1
Joined: 20 Jul 2011 12:08

Any way to copy a file from a web server via DOS?

#1 Post by kelemvor » 20 Jul 2011 12:12

We have some log files stored on a server that I access via a url. e.g. http://server.domain.com:8080/folder/whatever.

Is there any way to COPY a file from a location like that via DOS? Even if I have to somehow map a drive so it shows up as an SMB path or something like that. Open to any suggestions.

flabdablet
Posts: 6
Joined: 21 Jul 2011 11:37

Re: Any way to copy a file from a web server via DOS?

#2 Post by flabdablet » 21 Jul 2011 11:48

You need wget.

Post Reply