home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 7070 < prev    next >
Encoding:
Text File  |  1992-07-30  |  868 b   |  20 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!caen!umeecs!z.eecs.umich.edu!monkey
  3. From: monkey@z.eecs.umich.edu (Xinbing Liu)
  4. Subject: Question about getting files from ftp sites
  5. Message-ID: <1992Jul30.224226.2213@zip.eecs.umich.edu>
  6. Sender: news@zip.eecs.umich.edu (Mr. News)
  7. Organization: University of Michigan EECS Dept., Ann Arbor, MI
  8. Date: Thu, 30 Jul 1992 22:42:26 GMT
  9. Lines: 9
  10.  
  11. Now I am beginning to download some packages from various ftp sites, a new
  12. problem arises: Most files are named xxx.x.tar.Z, when I do (in binary mode) 
  13. "(m)get xxx.x.tar.Z", ftp won't send the file(s) to my PC (DOS) because
  14. the DOS file has to be named xxxxxxxx.yyy, no more than one period.  I have
  15. to do "get xxx.x.tar.Z  xxx.z".  But this is tedious, and once I mcopy 
  16. xxx.z to linux side, I have to do "mv xxx.z xxx.tar.Z", quite annoying.
  17. Any suggestions on how to avoid it?
  18.  
  19.  
  20.