home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / question / 10990 < prev    next >
Encoding:
Internet Message Format  |  1992-09-12  |  979 b 

  1. Path: sparky!uunet!haven.umd.edu!mimsy!afterlife!adm!news
  2. From: cramer@charly.taclog.af.mil (MSgt Stephen E. Cramer;HQ ACC/LGSWA;DSN 574-2235)
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: Doing FTP in background ...
  5. Message-ID: <32544@adm.brl.mil>
  6. Date: 12 Sep 92 02:02:55 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 26
  9.  
  10. Humberto,
  11.  
  12.     Your original post didn't mention a .netrc file, so that _may_
  13. be why your ftp.commands file didn't work. Here's some sample files...
  14. your mileage may vary.
  15.  
  16.  
  17. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ .netrc =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
  18.  
  19. machine 192.33.159.6 login anonymous password -cramer@charly.taclog.af.mil
  20.  
  21. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+ ftp.commands =+=+=+=+=+=+=+=+=+=+=+=+=+=+=
  22.  
  23. get /pub/programmers.guide
  24. get /pub/icx.txt
  25. quit
  26.  
  27. +=+=+=+=+=+=+=+=+=+ And a command line to make them work =+=+=+=+=+=+=+=
  28.  
  29. nohup ftp 192.33.159.6 <ftp.commands >/dev/null &
  30.  
  31.  
  32. --
  33.               MSgt Steve Cramer
  34.               Unix System Administrator
  35.              cramer@charly.taclog.af.mil
  36.