www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Re: linux install script

reply Tom Demmer <t_demmer web.de> writes:
BCS Wrote:

 I wrote a script that downloads and installs dmd on linux

Neat, but the ftp part does not work for me because my client does not send "ftp" "tdemmer ". So I replaced the part by the line wget ftp://ftp.digitalmars.com/dmd.zip Ciao Tom
Jun 23 2007
parent reply BCS <ao pathlink.com> writes:
Reply to Tom,

 BCS Wrote:
 
 I wrote a script that downloads and installs dmd on linux
 

Neat, but the ftp part does not work for me because my client does not send "ftp" "tdemmer ". So I replaced the part by the line wget ftp://ftp.digitalmars.com/dmd.zip Ciao Tom

interesting, could you be more specific (OS/ver/etc). I got the FTP part working only after the wget version didn't work on the machine I wrote it on.
Jun 25 2007
parent reply Tom Demmer <t_demmer web.de> writes:
BCS Wrote:

 Reply to Tom,
 
 BCS Wrote:
 
 I wrote a script that downloads and installs dmd on linux
 

Neat, but the ftp part does not work for me because my client does not send "ftp" "tdemmer ". So I replaced the part by the line wget ftp://ftp.digitalmars.com/dmd.zip Ciao Tom

interesting, could you be more specific (OS/ver/etc). I got the FTP part working only after the wget version didn't work on the machine I wrote it on.

laptop, with Cygwin on it. But normally wget allows for whatever parameters you need. I can even wget through the company firewall via the conpany firewall over http. If you want to, I can dig out the parameters for the proxy to put into the .wgetrc file. Ciao Tom
Jun 25 2007
parent reply BCS <ao pathlink.com> writes:
Reply to Tom,

 BCS Wrote:
 
 Reply to Tom,
 
 BCS Wrote:
 
 I wrote a script that downloads and installs dmd on linux
 

Neat, but the ftp part does not work for me because my client does not send "ftp" "tdemmer ". So I replaced the part by the line wget ftp://ftp.digitalmars.com/dmd.zip Ciao Tom

part working only after the wget version didn't work on the machine I wrote it on.

company laptop, with Cygwin on it. But normally wget allows for whatever parameters you need. I can even wget through the company firewall via the conpany firewall over http. If you want to, I can dig out the parameters for the proxy to put into the .wgetrc file. Ciao Tom

I was hoping to not change any non D settings and have it just work. I have a new version on dsource under: http://svn.dsource.org/projects/scrapple/trunk/scripts/dmd_update this might (should) work. If you will test the first bit and tell me I would be grateful.
Jun 25 2007
parent Daniel Giddings <danielg microforte.com> writes:
If it's any help you can also access it via http.

wget http://ftp.digitalmars.com/dmd.zip

:-) Dan

BCS wrote:
 Reply to Tom,
 
 BCS Wrote:

 Reply to Tom,

 BCS Wrote:

 I wrote a script that downloads and installs dmd on linux

Neat, but the ftp part does not work for me because my client does not send "ftp" "tdemmer ". So I replaced the part by the line wget ftp://ftp.digitalmars.com/dmd.zip Ciao Tom

part working only after the wget version didn't work on the machine I wrote it on.

company laptop, with Cygwin on it. But normally wget allows for whatever parameters you need. I can even wget through the company firewall via the conpany firewall over http. If you want to, I can dig out the parameters for the proxy to put into the .wgetrc file. Ciao Tom

I was hoping to not change any non D settings and have it just work. I have a new version on dsource under: http://svn.dsource.org/projects/scrapple/trunk/scripts/dmd_update this might (should) work. If you will test the first bit and tell me I would be grateful.

Jun 25 2007