home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / dcom / modems / 18650 < prev    next >
Encoding:
Text File  |  1992-12-29  |  3.3 KB  |  77 lines

  1. Newsgroups: comp.dcom.modems
  2. Path: sparky!uunet!gatech!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!acs.ucalgary.ca!clau
  3. From: clau@acs.ucalgary.ca (Christopher Lau)
  4. Subject: Re: Uploading to Internet (was Re: PPI modems...)
  5. Sender: news@acs.ucalgary.ca (USENET News System)
  6. Message-ID: <92Dec29.213333.23030@acs.ucalgary.ca>
  7. Date: Tue, 29 Dec 92 21:33:33 GMT
  8. References: <1992Dec29.162300.29851@mnemosyne.cs.du.edu>
  9. Nntp-Posting-Host: acs5.acs.ucalgary.ca
  10. Organization: The University of Calgary, Alberta, Canada
  11. Lines: 64
  12.  
  13. mrosen@nyx.cs.du.edu (Michael Rosen) writes:
  14. > clau@acs.ucalgary.ca (Christopher Lau) writes:
  15. >>If you can't get your terminal server to go into a transparent mode and you're
  16. >>using zmodem, try it with the -e flag-  this tells it to quote all control
  17. >>characters so they don't interfere with the terminal server.  This almost
  18. >>always works (unless the terminal server escape code is alpha-numeric
  19. >>eg:  "\server" or something similar), but unfortunately reduces your throughput
  20. >>by about 12-13% (assuming a flat distribution- 31 ctrl chars/256 possible ascii
  21. >>codes).  Protocols like Kermit always quote control chars, and therefore work
  22. >>under almost any conditions, but since most are not streaming protocols, their
  23. >>effective throughput leaves much to be desired.
  24. > How would you do this in either Procomm Plus for Windows or Telix?
  25.  
  26. you would specify this on the sending side: 
  27.  
  28. unix %  sz -ber filename     ;(b forces binary mode, e forces quote ctrl char
  29.                                r turns on error recovery)
  30.  
  31. Then, just do a zmodem receive like normal on the receiving side.  If you still
  32. get errors when you do this, try one or both of the following:
  33.  
  34. unix %  sz -berL 1024 -l 1024 filename 
  35.         OR
  36. unix %  sz -berw 1024 filename
  37.  
  38. The L 1024 option limits the packet sizes to 1024 bytes and the -l 1024 limits
  39. the sub-packet size to 1024 bytes (this is the default subpacket size anyways)
  40. Limiting packet size reduces the overall throughput by 20-30%- so use this ONLY
  41. if all else fails.  The w 1024 option limits window sizes to 1024 bytes- this
  42. is similar to limiting packet sizes, but doesn't reduce your throughput as
  43. much (Zmodem requires an acknowledgment after every packet- so if you limit
  44. the packet size, zmodem ceases to be a streaming protocol (normally the packet
  45. size is the size of the entire file, so an acknowlegement is only sent after
  46. the entire file has been received)
  47.  
  48. If neither of the three work for you, there's still a few options left:
  49.         1- if your comm program supports use of external protocol drivers,
  50.             get DSZ.COM or GSZ.EXE and use one of those for zmodem (many
  51.             internal zmodem protocols are brain-damaged)
  52.  
  53.         2- get a copy of PC Kermit from Columbia University, and use 2048 byte
  54.             or larger packet sizes on both sending and receiving ends..  I've
  55.             found that kermit usually works where nothing else does.
  56.  
  57. > Mike
  58. > --
  59. > Michael Rosen                        "Time and space
  60. > Tau Epsilon Phi - George Washington University         can be a bitch."
  61. > mrosen@nyx.cs.du.edu                      -Quantum Leap
  62. > Michael.Rosen@bbs.oit.unc.edu or @lambada.oit.unc.edu
  63.  
  64. c4
  65.  
  66.  
  67.  
  68.  
  69. -- 
  70. Christopher Lau                      |    Dammit Jim, I'm a doctor,
  71. The University of Calgary            |    not an engineer!
  72. Dept. of Electrical & Computer Engg. |    Well, you're an engineer now..
  73. lau@enel.ucalgary.ca -OR- clau@acs.ucalgary.ca -OR- root@fusion.cuc.ab.ca
  74.