home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / text / tex / 10233 < prev    next >
Encoding:
Text File  |  1992-08-16  |  2.1 KB  |  53 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!coplex!disk!tony
  3. From: tony@disk.uucp (tony)
  4. Subject: Re: mild flame
  5. Message-ID: <1992Aug17.003513.7296@disk.uucp>
  6. Organization: Digital Information Systems of KY
  7. References: <Aug09.201747.56693@yuma.ACNS.ColoState.EDU> <CCZDAO.92Aug13143341@mips.nott.ac.uk>
  8. Date: Mon, 17 Aug 1992 00:35:13 GMT
  9. Lines: 42
  10.  
  11. cczdao@mips.nott.ac.uk (David Osborne) writes:
  12.  
  13. >In article <Aug09.201747.56693@yuma.ACNS.ColoState.EDU> flatau@lamar.ColoState.EDU (Piotr Flatau) writes:
  14.  
  15. >   I am concerned with some of the new .sty packages and their distribution
  16. >   method. Case in point:
  17.  
  18. >   I tried to get "float" style from niord.shsu.edu
  19.  
  20. >   1. For the unknown to me reason all the names are changed. 
  21. >   E.g. 
  22.  
  23. >   float.tex    is called      float.float_tex
  24.  
  25. >   this requires, when FTPing, change of all file names!
  26. >   Time consuming task.
  27.  
  28. >Not necessarily, if your ftp client supports filename mapping.
  29. >Most Unix ftp clients have the "nmap" command to transform filenames
  30. >when files are fetched.  For example,
  31. >  ftp> nmap $1.$2_$3 $2.$3
  32. >  ftp> get latex.titlepage_tex
  33. >would store the file locally as titlepage.tex
  34.  
  35. >If you intend to use the "mget" command to get a wildcarded set of
  36. >files, and you're fetching from a VMS host which has file generation
  37. >numbers (such as niord, tex.ac.uk and ymir.claremont.edu), then it
  38. >helps to strip the ";n" generation using nmap as well:
  39. >  ftp> nmap $1.$2_$3;$4 $2.$3
  40. >so you can just say "mget latex.*" to get all the files with the
  41. >"latex." prefix and have that, and the generation numbers removed, and
  42. >the "xxx_yyy" that's left renamed as "xxx.yyy".
  43.  
  44.    Well, I tried the "mget" command and I can never FTP more than 4 megs of
  45. data in any single session because the "remote server" (read: MY University
  46. site) always closes the connection when there are slightly more than 4 megs
  47. of data in my directory.  For small data transfers mget works fine, but not
  48. for the hefty transfers of a major program.  Is limiting data transmission a
  49. common practice at U.S. universities in the midwest?  
  50.  
  51.     -=- Tony Safina -=- disk!tony@uunet.UU.NET -=-
  52.  
  53.