home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 7120 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  1.5 KB

  1. Path: sparky!uunet!olivea!hal.com!decwrl!sdd.hp.com!wupost!gumby!yale!mintaka.lcs.mit.edu!bloom-picayune.mit.edu!daemon
  2. From: duncan@erim.org (Robert Duncan)
  3. Newsgroups: comp.os.linux
  4. Subject: Question about getting files from ftp sites
  5. Message-ID: <1992Jul31.160637.18191@athena.mit.edu>
  6. Date: 31 Jul 92 16:06:37 GMT
  7. Sender: daemon@athena.mit.edu (Mr Background)
  8. Reply-To: duncan@erim.org (Robert Duncan)
  9. Organization: The Internet
  10. Lines: 20
  11.  
  12.  
  13. |Now I am beginning to download some packages from various ftp sites, a new
  14. |problem arises: Most files are named xxx.x.tar.Z, when I do (in binary mode) 
  15. |"(m)get xxx.x.tar.Z", ftp won't send the file(s) to my PC (DOS) because
  16. |the DOS file has to be named xxxxxxxx.yyy, no more than one period.  I have
  17. |to do "get xxx.x.tar.Z  xxx.z".  But this is tedious, and once I mcopy 
  18. |xxx.z to linux side, I have to do "mv xxx.z xxx.tar.Z", quite annoying.
  19. |Any suggestions on how to avoid it?
  20.  
  21. If you can ftp them to a unix machine first, you can tar a bunch of them 
  22. together as xxxxxx.tar, then ftp the combined tar file to the PC.  Use
  23. Mtools or mount a msdos fs to get the file to Linux, where you can untar
  24. the xxxxxxxx.tar file into the various package-yyy.tar.Z files.  I don't
  25. know if this would be less trouble, but you would retain the original file
  26. names and dates this way.
  27.  
  28.  Robert H. Duncan                             
  29.  Environmental Research Institute of Michigan 
  30.  PO Box 134001  Ann Arbor, MI 48113-4001
  31.  (313)994-1200 x2880 Internet: duncan@erim.org
  32.