Network Support and Aminet

Report any Hollywood bugs here
Post Reply
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Network Support and Aminet

Post by djrikki »

Hi,

I already have your DownloadFile command working with OS4Depot, but for some reason it won't work with Aminet. The only difference I see is that aminet doesn't start with W3.

http://www.os4depot.net
http://aminet.net

Any idea?

WORKS:

data$, count = DownloadFile("http://www.os4depot.net/share/document/ ... ya2011.pdf", {File = "RAM:gtmooya.pdf", Fail404 = True, SilentFail = False} )
data$ = nil

DOES NOT WORK:

data$, count = DownloadFile("http://aminet.net/util/misc/MultiRen.lha", {File = "RAM:MultiRen.lha", Fail404 = True, SilentFail = False} )
data$ = nil
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
p-OS
Posts: 171
Joined: Mon Nov 01, 2010 11:56 pm

Re: Network Support and Aminet

Post by p-OS »

tried both, none of them works on my system.
User avatar
airsoftsoftwair
Posts: 5833
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Network Support and Aminet

Post by airsoftsoftwair »

The first one works here, Aminet indeed doesn't work. I'll have a look at this. Maybe the Aminet server uses some special redirection mode.
Post Reply