Peter Körner wrote:
The server itsself reports 0 bytes and neither curl nor firefox nor chrome is able to download the file.
I tried telnet and it is definitively a server side issue:
[root@vm2007 ~]# telnet toolserver.org 80 Trying 91.198.174.203... Connected to toolserver.org. Escape character is '^]'. GET /~mazder/osm_vm/OSM%20Render%20Stack.vmdk HTTP/1.1 Host: toolserver.org
Connection closed by foreign host. [root@vm2007 ~]#
mzmcbride@nightshade:~$ stat /home/mazder/public_html/osm_vm File: `/home/mazder/public_html/osm_vm' -> `/mnt/user-store/mazder/osm_vm/'
From basic testing I did just now, you can't symlink from user-store to a
publicly accessible directory like that. It will return the exact error you're describing. That's the cause of your problem.
I don't know whether this is intentional or fixable.
MZMcBride