Hi guys,
On our Galaxy is proxy-ed via Apache according to the wiki guide, the normal download dataset via browser is working fine.
However, when I tried download from command line via wget or curl -O (I copied the dataset URL by right clicking the floppy disk icon).
And here is the wget output:
Resolving galaxy.demo.edu.au... 1xx.x4.1xx.xx5
HTTP request sent, awaiting response... 302 Found
Location: /galaxy/root?dataset_id=ccc5aff28d2c8616&filename=None [following]
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: "root?dataset_id=ccc5aff28d2c8616&filename=None.1"
[ <=> ] 28,476 --.-K/s in 0.001s
2012-10-25 10:57:42 (31.4 MB/s) - "root?dataset_id=ccc5aff28d2c8616&filename=None.1" saved [28476]
It seems like the Apache returned another URL (returned 302, probably due to proxy) and the new URL is broken.
Thanks in advance.
Cheers,
Derrick