Hi,
I have to download files from an Url like
http://comune.accadia.fg.it/sito/bandi/Urb_PIP/ (between Urb and PIP there is the caracter "_" )
Arachnode create the folders:
http -> comune -> accadia -> fg -> it -> sito -> bandi -> urb -> pip
Why AN generate 2 folder for "Urb_PIP" and not only one folder with that name?
And If in the URL there are some special caracter (such as "%" or "&") wath's happen in the folder creation?
Thank you in advance...
Massimo
AN strips out all non-alphanumeric chars when creating the dirs.
If you want to change this you can do so here: http://workingcopy.arachnode.net/Functions/ExtractDirectory.cs
Thanks!Mike
For best service when you require assistance:
An open source .NET web crawler written in C# using SQL 2005/2008.
Twitter: http://twitter.com/arachnode_net
arachnode.net provides custom crawling and contracting resources. Please ask.
C# crawler, C# web crawler, C# site crawler
Perfect!
Thanks!!