Hello!
I'm currently trying to download a file from an url which ends like the following:
Code:
http://...subversion/nodes?format=tar.gz&rev=9
I always get an error message:
Code:
HTTP request sent, waiting for answer... 200 OK
Length: 184.902 (181K) [application/octet-stream]
nodes?format=tar.gz: Permission denied
Can't write to »nodes?format=tar.gz«(Permission denied).
It seems that wget recognizes the last part as the download target, does it?
How can I provoke wget to a correct parsing of this type of url? Quotes arround the url doesn't solve the problem.
Regards
OK