I am having a problem doing a recursive get from a web page.  The issue is 
that the "link" it downloads happens to have a date in it.  It is obviously 
formated like 5/28/01.  The problem is that wget saves the file out and the 
shell assumes that the / in the date is a new directory.  Now I've got 
several directories where I should have files and the index page is unable to 
find the correct file because it has been converted to a series of 
directories.  I assume the fix would be to make sure that the write function 
does a literal creation of the filename or somehow convert / characters with 
something else in both the file creation and the downloaded referencing page. 

Thanks much

Reply via email to