![]() |
Platforms, Frameworks & Libraries »
.NET Framework »
General
Advanced
WinSpider - The Windows WebCrawler ApplicationBy noushadkcWeb leaching utility devoloped in C# - This is a front end named WinSpider, This application uses "wget" in backend for "crawling" operation. It impliments a simple, parellel method of interprocess communication. |
C#, Windows, .NET1.0, Dev, QA
|
||||||||||
|
Advanced Search Add to IE Search |
|
|
|
||||||||||||||||

This application can be used to leach a url contents and it subdirectories(optional)
This will work behind firewall and have capabilty to minimize to system try. The progress will update in the status window (yellow)
For allowing url input Iam using a url combo box featuring history.
The back end of this utility is wget (Open source project ), You can get its latest from http://www.wget.org
Some one commented that the leached directories are getting deleted from the current folder. ( This is the tempory directory created, where will be the files get leached at first).
Then copied to the specified directory. ( you can see them on leaching in temporary directory)
Please remove the directory removing section to keep both the contents, so that later on you can get updated version of the url faster ).
void StartLeach()
{
if(urlComboAddress.Text.ToLower() == "http://"
|| urlComboAddress.Text.ToLower() == "ftp://")
{
MessageBox.Show("Please specify an http:// or ftp:// site location.", "Error");
return;
}
if(cCheckEnableProxy.Checked)
{
if( cTextServer.Text == ""
||cTextUser.Text == ""
|| cTextPass.Text == ""
|| cTextPort.Text == "" )
{
MessageBox.Show("Please specify correct proxy server, port, username and password.", "Error");
return;
}
}
General
News
Question
Answer
Joke
Rant
Admin
Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads.
|
PermaLink |
Privacy |
Terms of Use
Last Updated: 3 Feb 2005 Editor: |
Copyright 2003 by noushadkc Everything else Copyright © CodeProject, 1999-2010 Web10 | Advertise on the Code Project |