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
An open source .NET web crawler written in C# using SQL 2008.
Join the arachnode.net group on Facebook: http://www.facebook.com/groups.php?ref=sb#/group.php?gid=166721755872
Twitter: http://twitter.com/arachnode_net
arachnode.net is provides custom crawling and contracting resources. Please ask.
http://bit.ly/TOFX4
Perfect!
Thanks!!