home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!mimsy!afterlife!adm!news
- From: cramer@charly.taclog.af.mil (MSgt Stephen E. Cramer;HQ ACC/LGSWA;DSN 574-2235)
- Newsgroups: comp.unix.questions
- Subject: Re: Doing FTP in background ...
- Message-ID: <32544@adm.brl.mil>
- Date: 12 Sep 92 02:02:55 GMT
- Sender: news@adm.brl.mil
- Lines: 26
-
- Humberto,
-
- Your original post didn't mention a .netrc file, so that _may_
- be why your ftp.commands file didn't work. Here's some sample files...
- your mileage may vary.
-
-
- +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ .netrc =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
-
- machine 192.33.159.6 login anonymous password -cramer@charly.taclog.af.mil
-
- +=+=+=+=+=+=+=+=+=+=+=+=+=+=+ ftp.commands =+=+=+=+=+=+=+=+=+=+=+=+=+=+=
-
- get /pub/programmers.guide
- get /pub/icx.txt
- quit
-
- +=+=+=+=+=+=+=+=+=+ And a command line to make them work =+=+=+=+=+=+=+=
-
- nohup ftp 192.33.159.6 <ftp.commands >/dev/null &
-
-
- --
- MSgt Steve Cramer
- Unix System Administrator
- cramer@charly.taclog.af.mil
-