Downloading archive from aminet

Find quick help here to get you started with Hollywood
Post Reply
OlafSch
Posts: 8
Joined: Thu Jun 02, 2016 1:15 pm

Downloading archive from aminet

Post by OlafSch »

Hi,

I have a propably simple question... I want to download 2 archives from aminet and save both to ram:

Is there a simple code that I could use for it? SSL is not needed
p-OS
Posts: 167
Joined: Mon Nov 01, 2010 11:56 pm

Re: Downloading archive from aminet

Post by p-OS »

Code: Select all

DownloadFile("http://aminet.net/demo/intro/8stars.lha", {File = "ram:8stars.lha"})
OlafSch
Posts: 8
Joined: Thu Jun 02, 2016 1:15 pm

Re: Downloading archive from aminet

Post by OlafSch »

cool

more simple than I thought

thanx

:)
Post Reply