challa.net








Use:
GetWebFile getwebfile.exe is a simple console application that can download a
webpage. Technically, you will be able to download the
'Http::Response' of a 'Http::Request'. This program was created to mimic
basic functionality of the WGET in UNIX/Linux in Windows. But unlike WGET
in UNIX, this Windows variant can download only 'ONE' file at a time.
This app is based on Microsoft .net 2.0 framework. Most windows machines
should already have it; otherwise you could download and install it from
http://download.microsoft.com.
Author: Shiva Challa (http://challa.net)(schalla - at - live.com).
Syntax:

getwebfile.EXE "URL" "Folder Path" "File Name"

Note:
* At a minimum, URL is needed; else you will get this help message.
* FolderPath is optional.
- Target Folder should already exist.
- If folder is not specified, file will be saved to current folder.
* File Name is optional.
- If a file with the same name exists, it will be replaced.
- If no filename is specified, getwebfile_TARGET.TXT will be used.
Example: >getwebfile.EXE "http://challa.net/getwebfile/wgettest.txt" "c:\shiva" "target.txt"
>getwebfile.EXE "http://challa.net/getwebfile/wgettest.txt"
For this help message, type getwebfile.EXE, and hit enter key.









Screenshots: Screenshot








  Goto Top^  

List of DOWNLOADS go here
Download Getwebfile.exe Download by clicking here

* To download, Right-click on the above link and select "Save target as"
* Once Saved, open the file in Command Shell and start using it.








 Goto Top^ 

Source Code Source code details will be added in the near future.
The Code will be checked into code.google.com SVN
Developer Homepage: Challa.net
Developer Email: schalla [at] live.com
License

"This software is distributed under GNU GPL3 license."
     GNU GPL3

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.  http://www.gnu.org/licenses/


Copyright © 2010  Shivaram Challa