delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1994/03/17/04:59:26

From: tyuan AT beta DOT wsl DOT sinica DOT edu DOT tw
Subject: Re: Better site for Sally?
To: markwr AT d564s1 DOT dot DOT state DOT mn DOT us (Mark Wright) (Mark Wright)
Date: Thu, 17 Mar 94 17:46:00 EAT
Cc: djgpp AT sun DOT soe DOT clarkson DOT edu
Mailer: Elm [revision: 70.85]

> 
> Could someone upload sally to an another anon ftp site like oakland?  Clarkson
> seems to have a 5 user limit - I haven't been able to get on it in the last
> 2 days.
> 

Usually, I used 'at' and a background ftp to get files for me if I got
caught by the traffic.

The following example is good for UNIX environment.
+++++++++++++++++++++++++++++++++++++++++++++++++++
Firstly, write a shell script file like

file: getfile.ftp
------------------------------------
ftp -n omnigate.clarkson.edu << EOF
user ftp username@
prompt
bin
cd pub/msdos/djgpp/pub
get fsdb091a.zip
quit
EOF
exit
---------------------------------------

and then, just type command like

at 10:00<return>
sh getfile.ftp<return>
<ctrl-D>

If you cannot use at on your system, ask your system administrator, or
use 'nohup sleep <# of seconds>; sh getfile.ftp &' to do it.

Tein

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019