Home » Archimedes archive » Acorn User » AU 1995-05.adf » !Internet_StarterPak » !TCPIP/TCPIP_Doc/History/New_202
!TCPIP/TCPIP_Doc/History/New_202
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1995-05.adf » !Internet_StarterPak |
Filename: | !TCPIP/TCPIP_Doc/History/New_202 |
Read OK: | ✔ |
File size: | 2609 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
TCPIP (Arc KA9Q) Version 2.02 (development only release) ======================================================== Fixes ===== Terminal Windows ---------------- In some screen modes, moving a terminal window partially off-screen to bottom right could data aborts. Fixed. Terminal command switches ------------------------- Documentation of "X" and "Y" switches was inconsistant with current action. Now corrected such that tha old documentation is correct, and have updated switches documentation. Also two new switches added: "BB" and "BT" for command box at bottom and command box at top. Redraw bug in BB and BT options present in limited release now fixed. Terminal main and command menus ------------------------------- These had a rather annoying bug concerning adjust selections, that caused onlt the root menu of a tree to be re-opened. This has been fixed. Window Positioning ------------------ Resize a window during terminal creation (for eg, when extended command switches were used) resulted in the window being positioned at the top of the screen. Now fixed. Auto deletion of temporary spool files -------------------------------------- These now get deleted a couple of wimp_polls later, giving a text editor just enough time to load it. Enhanced FTP Client ------------------- New FTP Client path processor causes occasional random crashes in limited release version. Now fixed. Terminal Command Macros ----------------------- Extra garbage on end of some string was present that could sometimes just result in additional characters being entered, other times a crash. Now fixed. SMTP Mailbox names ------------------ Server would not accept names such as "Adam Goodfellow"@..., Adam.Goodfellow@... etc. Now fixed so that such names are convert into a mailbox name such as "AGoodfellow". NNTP NewGroups -------------- NNTP sends invalid command when newgroup disabled. Now fixed Ammedments and Additions ======================== Reverse Name Lookups -------------------- A new command "resolves names on|off" has been added to allow reverse name lookups to be switched on/off. In the limited release this command was "names 0|1". VTxxx Terminal Emulations ------------------------- These now support double height and/or double width text. Emulation is still basically VT100, though some VT220 and VT320 functionality is included. NNTP Logging ------------ NNTP now logs outgoing articles. In the case of a fail, the error message returned from the server is logged. Command box ----------- This can now be either at top or bottom of window. New terminal command switches provided to control this. New command - NSQuery --------------------- A simple, but useful utility for directly querying a nameserver. syntax: nsquery <nameserver> <name> <type> <nameserver> is the host name or IP address of the server to query <name> is the host or domain name, or IP address to query <type> detremines the query type as follows: a IP Address query mx MX Hosts list ns List of name servers for a domain cname Real name for an alias ptr address -> name lookup wks List of services (rarely available) soa Start of zone authority See RFC 1034/5 for futher details, available from many FTP sites New command - Filer ------------------- This gives access to Filer_OpenDir and Filer_Run commands. Main use is for the macro menus. Syntax: filer open|run <path name> filer open <path> opens the specified directory filer run <path> runs the specified file as if double-clicked. The default directory is !TCPIPUser AKA <TCPIP$Dir>. Use of "<", ">", ":" or "$" will cause the path to be treated as a full path name. "^.name" may be used to access objects in the same directory as !TCPIPUser, for eg a news reader. Macro menus ----------- It is now possible to give multiple commands in a single entry with the use of "|" as a psuedo EOL, for eg the "News & Mail"->"Run Mailer" macro has the command "filer run ^.!Newsbase|filer run ^.!TTFN". Other useful uses would be for loading up Web browsers and associated utilities from a command menu, rather than having to open a filer window to find them. Commands in session command menus --------------------------------- Any commands prefixed with "*" are directed at the main command window. This allows for example, a "*filer open downloads" command to be present on an FTP session command menu. In order to avoid conflict with, for eg, text entered into a telnet session, this only applies to commands in a menu definition, and not when entered manually into the session. SMTP problems ------------- I have done two minor changes to SMTP as follows: 1. It should now accept as valid, mail directed to user@name.host.domain, rather than just user@host.domain. This should help with some peculiar mail delivery gateways. 2. Local mail should now allways be looped back, even when a gateway is given. 3. Some people have reported problems with the fast close that the SMTP client uses. I you have sufferred from this, then add the following command to your Config file: "smtp delay yes". This will ensure that the SMTP client does not close its end of the connection until the "221 Closing" message is received from the server. Serial I/O ---------- I have made a very minor change to serial I/O to allow hardware handshaking to be switched on/off. This change results in the "attach asy" and "param <iface>" commands being able to accept an additional parameter. attach asy internal 0 slip ax0 2048 1500 19200 0 for no handshaking Old syntax for attaching a slip interface was: attach asy <driver> <port> slip <name> <buffer size> <packet size> [<speed>] New syntax is: attach asy <driver> <port> slip ax0 <buffer size> <packet size> [<speed> [0|1]] Where 0 is for no handshaking, 1 is for hardware hardshaking. Similarly, the param command has been ammended as follows: param ax0 <speed> [0|1] FTP client ---------- I have at long last, got round to improving the FTP client, especially in terms of path name handling. Also added is batch ftp and mget. Path name processing has been completely revamped to include a test version of my path name processing code. This basically examines a file name and extensions to determine not only the file's type, but what kind of path processing to apply, and where to put it on you harddisc from information given in a "PathEnt file". See the file "FTPClient" for full details. Variables --------- A new "showvar" command has been added for listing currently set variables. Syntax: showvar [<variable name>] If no variable name is given, all variables are listed. A new "setosvar" command has been added for causing an internal !TCPIP variable to refereence an external variable. Syntax: setosvar <!TCPIP variable name> <OS variable name> Whenever this variable is read, the current value of the named OS variable is read. Whenever the variable is written with "setvar", the OS variable value is changed. There are now a number of internally generated variables that are created by various events as follows: ftp_data This is set to local name of the file most recently retrieved using "get" or "mget" in an ftp session. ftp_list This is set to local name of the file most recently generated by "ls/dir/quote <path> <local file>" last_caller This is set to the IP address of the host that most recently attempted an ftp or telnet connection to your host, tried to finger your host. telnet_caller As per {last_caller}, but for telnet connections only. ftp_caller As per {last_caller}, but for ftp connections only. finger_caller As per {last_caller}, but for finger connections only. {ftp_data} is useful for use with the new "filer run" command, allowing for example, a menu command such as "filer run {ftp_data}" to send the most recently retrieved file to an application that can deal with it. {ftp_list} is useful for quick loading of listing files into a text editor from a menu command such as "filer run {ftp_list}". {last_caller} etc are useful in menu commands such as "finger @{last_caller}" enabling you to easily find out who is pestering you. At startup, any OS variable of the form TCPIP$OSVar$<varname> is created with setosvar as the variable <varname>. Any OS variable of the form TCPIP$String$<varname> is created with setvar as the variable <varname>. VJ Compressed SLIP ------------------ This is now available as an alternative to SLIP. The main advantage with CSLIP is considerably reduced per-packet overheads, making the use of a smaller MTU, such as 576 rther than 1500 more practical. When used with a large MTU, the difference in FTP speed, for example is quite small, giving me 1528cps rather than 1505 cps for compressed archives, and upto 3200cps for text files, compared with just over 3100. (MTU was 1500). The use CSLIP rather than SLIP, you need to specify CSLIP in the device attach cpmmand as follows: attach asy internal 0 cslip sl0 2048 576 0 tcp mss 536 This should give a speed similar to using SLIP with a 1500byte MTU. NNTP Message-ID History ----------------------- This version has a new NNTP duplicates history with a slightly different format to previous versions. Users of !Newsbase will need to disable trimming as the trim utility will not be able to find the history file anyway. The new history file is automatically trimmed when saved. A new "nntp trim" command has been added to control history trimming: Syntax: nntp trim <max id age in hours> The default trim age is 72 hours (3 days).
00000000 54 43 50 49 50 20 28 41 72 63 20 4b 41 39 51 29 |TCPIP (Arc KA9Q)| 00000010 20 56 65 72 73 69 6f 6e 20 32 2e 30 32 20 28 64 | Version 2.02 (d| 00000020 65 76 65 6c 6f 70 6d 65 6e 74 20 6f 6e 6c 79 20 |evelopment only | 00000030 72 65 6c 65 61 73 65 29 0a 3d 3d 3d 3d 3d 3d 3d |release).=======| 00000040 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 00000070 3d 0a 0a 46 69 78 65 73 0a 3d 3d 3d 3d 3d 0a 0a |=..Fixes.=====..| 00000080 0a 54 65 72 6d 69 6e 61 6c 20 57 69 6e 64 6f 77 |.Terminal Window| 00000090 73 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |s.--------------| 000000a0 2d 2d 0a 49 6e 20 73 6f 6d 65 20 73 63 72 65 65 |--.In some scree| 000000b0 6e 20 6d 6f 64 65 73 2c 20 6d 6f 76 69 6e 67 20 |n modes, moving | 000000c0 61 20 74 65 72 6d 69 6e 61 6c 20 77 69 6e 64 6f |a terminal windo| 000000d0 77 20 70 61 72 74 69 61 6c 6c 79 20 6f 66 66 2d |w partially off-| 000000e0 73 63 72 65 65 6e 20 74 6f 0a 62 6f 74 74 6f 6d |screen to.bottom| 000000f0 20 72 69 67 68 74 20 63 6f 75 6c 64 20 64 61 74 | right could dat| 00000100 61 20 61 62 6f 72 74 73 2e 20 46 69 78 65 64 2e |a aborts. Fixed.| 00000110 0a 0a 0a 54 65 72 6d 69 6e 61 6c 20 63 6f 6d 6d |...Terminal comm| 00000120 61 6e 64 20 73 77 69 74 63 68 65 73 0a 2d 2d 2d |and switches.---| 00000130 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000140 2d 2d 2d 2d 2d 2d 0a 44 6f 63 75 6d 65 6e 74 61 |------.Documenta| 00000150 74 69 6f 6e 20 6f 66 20 22 58 22 20 61 6e 64 20 |tion of "X" and | 00000160 22 59 22 20 73 77 69 74 63 68 65 73 20 77 61 73 |"Y" switches was| 00000170 20 69 6e 63 6f 6e 73 69 73 74 61 6e 74 20 77 69 | inconsistant wi| 00000180 74 68 20 63 75 72 72 65 6e 74 0a 61 63 74 69 6f |th current.actio| 00000190 6e 2e 20 4e 6f 77 20 63 6f 72 72 65 63 74 65 64 |n. Now corrected| 000001a0 20 73 75 63 68 20 74 68 61 74 20 74 68 61 20 6f | such that tha o| 000001b0 6c 64 20 64 6f 63 75 6d 65 6e 74 61 74 69 6f 6e |ld documentation| 000001c0 20 69 73 20 63 6f 72 72 65 63 74 2c 20 61 6e 64 | is correct, and| 000001d0 0a 68 61 76 65 20 75 70 64 61 74 65 64 20 73 77 |.have updated sw| 000001e0 69 74 63 68 65 73 20 64 6f 63 75 6d 65 6e 74 61 |itches documenta| 000001f0 74 69 6f 6e 2e 20 41 6c 73 6f 20 74 77 6f 20 6e |tion. Also two n| 00000200 65 77 20 73 77 69 74 63 68 65 73 20 61 64 64 65 |ew switches adde| 00000210 64 3a 20 22 42 42 22 0a 61 6e 64 20 22 42 54 22 |d: "BB".and "BT"| 00000220 20 66 6f 72 20 63 6f 6d 6d 61 6e 64 20 62 6f 78 | for command box| 00000230 20 61 74 20 62 6f 74 74 6f 6d 20 61 6e 64 20 63 | at bottom and c| 00000240 6f 6d 6d 61 6e 64 20 62 6f 78 20 61 74 20 74 6f |ommand box at to| 00000250 70 2e 0a 0a 52 65 64 72 61 77 20 62 75 67 20 69 |p...Redraw bug i| 00000260 6e 20 42 42 20 61 6e 64 20 42 54 20 6f 70 74 69 |n BB and BT opti| 00000270 6f 6e 73 20 70 72 65 73 65 6e 74 20 69 6e 20 6c |ons present in l| 00000280 69 6d 69 74 65 64 20 72 65 6c 65 61 73 65 20 6e |imited release n| 00000290 6f 77 20 66 69 78 65 64 2e 0a 0a 0a 54 65 72 6d |ow fixed....Term| 000002a0 69 6e 61 6c 20 6d 61 69 6e 20 61 6e 64 20 63 6f |inal main and co| 000002b0 6d 6d 61 6e 64 20 6d 65 6e 75 73 0a 2d 2d 2d 2d |mmand menus.----| 000002c0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000002d0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 54 68 65 73 |-----------.Thes| 000002e0 65 20 68 61 64 20 61 20 72 61 74 68 65 72 20 61 |e had a rather a| 000002f0 6e 6e 6f 79 69 6e 67 20 62 75 67 20 63 6f 6e 63 |nnoying bug conc| 00000300 65 72 6e 69 6e 67 20 61 64 6a 75 73 74 20 73 65 |erning adjust se| 00000310 6c 65 63 74 69 6f 6e 73 2c 20 74 68 61 74 20 63 |lections, that c| 00000320 61 75 73 65 64 0a 6f 6e 6c 74 20 74 68 65 20 72 |aused.onlt the r| 00000330 6f 6f 74 20 6d 65 6e 75 20 6f 66 20 61 20 74 72 |oot menu of a tr| 00000340 65 65 20 74 6f 20 62 65 20 72 65 2d 6f 70 65 6e |ee to be re-open| 00000350 65 64 2e 0a 0a 54 68 69 73 20 68 61 73 20 62 65 |ed...This has be| 00000360 65 6e 20 66 69 78 65 64 2e 0a 0a 0a 57 69 6e 64 |en fixed....Wind| 00000370 6f 77 20 50 6f 73 69 74 69 6f 6e 69 6e 67 0a 2d |ow Positioning.-| 00000380 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000390 2d 0a 52 65 73 69 7a 65 20 61 20 77 69 6e 64 6f |-.Resize a windo| 000003a0 77 20 64 75 72 69 6e 67 20 74 65 72 6d 69 6e 61 |w during termina| 000003b0 6c 20 63 72 65 61 74 69 6f 6e 20 28 66 6f 72 20 |l creation (for | 000003c0 65 67 2c 20 77 68 65 6e 20 65 78 74 65 6e 64 65 |eg, when extende| 000003d0 64 20 63 6f 6d 6d 61 6e 64 0a 73 77 69 74 63 68 |d command.switch| 000003e0 65 73 20 77 65 72 65 20 75 73 65 64 29 20 72 65 |es were used) re| 000003f0 73 75 6c 74 65 64 20 69 6e 20 74 68 65 20 77 69 |sulted in the wi| 00000400 6e 64 6f 77 20 62 65 69 6e 67 20 70 6f 73 69 74 |ndow being posit| 00000410 69 6f 6e 65 64 20 61 74 20 74 68 65 20 74 6f 70 |ioned at the top| 00000420 0a 6f 66 20 74 68 65 20 73 63 72 65 65 6e 2e 0a |.of the screen..| 00000430 0a 4e 6f 77 20 66 69 78 65 64 2e 0a 0a 0a 41 75 |.Now fixed....Au| 00000440 74 6f 20 64 65 6c 65 74 69 6f 6e 20 6f 66 20 74 |to deletion of t| 00000450 65 6d 70 6f 72 61 72 79 20 73 70 6f 6f 6c 20 66 |emporary spool f| 00000460 69 6c 65 73 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |iles.-----------| 00000470 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000480 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 54 68 65 73 |-----------.Thes| 00000490 65 20 6e 6f 77 20 67 65 74 20 64 65 6c 65 74 65 |e now get delete| 000004a0 64 20 61 20 63 6f 75 70 6c 65 20 6f 66 20 77 69 |d a couple of wi| 000004b0 6d 70 5f 70 6f 6c 6c 73 20 6c 61 74 65 72 2c 20 |mp_polls later, | 000004c0 67 69 76 69 6e 67 20 61 20 74 65 78 74 20 65 64 |giving a text ed| 000004d0 69 74 6f 72 0a 6a 75 73 74 20 65 6e 6f 75 67 68 |itor.just enough| 000004e0 20 74 69 6d 65 20 74 6f 20 6c 6f 61 64 20 69 74 | time to load it| 000004f0 2e 0a 0a 0a 45 6e 68 61 6e 63 65 64 20 46 54 50 |....Enhanced FTP| 00000500 20 43 6c 69 65 6e 74 0a 2d 2d 2d 2d 2d 2d 2d 2d | Client.--------| 00000510 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 4e 65 77 |-----------..New| 00000520 20 46 54 50 20 43 6c 69 65 6e 74 20 70 61 74 68 | FTP Client path| 00000530 20 70 72 6f 63 65 73 73 6f 72 20 63 61 75 73 65 | processor cause| 00000540 73 20 6f 63 63 61 73 69 6f 6e 61 6c 20 72 61 6e |s occasional ran| 00000550 64 6f 6d 20 63 72 61 73 68 65 73 20 69 6e 0a 6c |dom crashes in.l| 00000560 69 6d 69 74 65 64 20 72 65 6c 65 61 73 65 20 76 |imited release v| 00000570 65 72 73 69 6f 6e 2e 0a 0a 4e 6f 77 20 66 69 78 |ersion...Now fix| 00000580 65 64 2e 0a 0a 0a 54 65 72 6d 69 6e 61 6c 20 43 |ed....Terminal C| 00000590 6f 6d 6d 61 6e 64 20 4d 61 63 72 6f 73 0a 2d 2d |ommand Macros.--| 000005a0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000005b0 2d 2d 2d 2d 2d 0a 45 78 74 72 61 20 67 61 72 62 |-----.Extra garb| 000005c0 61 67 65 20 6f 6e 20 65 6e 64 20 6f 66 20 73 6f |age on end of so| 000005d0 6d 65 20 73 74 72 69 6e 67 20 77 61 73 20 70 72 |me string was pr| 000005e0 65 73 65 6e 74 20 74 68 61 74 20 63 6f 75 6c 64 |esent that could| 000005f0 20 73 6f 6d 65 74 69 6d 65 73 0a 6a 75 73 74 20 | sometimes.just | 00000600 72 65 73 75 6c 74 20 69 6e 20 61 64 64 69 74 69 |result in additi| 00000610 6f 6e 61 6c 20 63 68 61 72 61 63 74 65 72 73 20 |onal characters | 00000620 62 65 69 6e 67 20 65 6e 74 65 72 65 64 2c 20 6f |being entered, o| 00000630 74 68 65 72 20 74 69 6d 65 73 20 61 20 63 72 61 |ther times a cra| 00000640 73 68 2e 0a 0a 4e 6f 77 20 66 69 78 65 64 2e 0a |sh...Now fixed..| 00000650 0a 0a 53 4d 54 50 20 4d 61 69 6c 62 6f 78 20 6e |..SMTP Mailbox n| 00000660 61 6d 65 73 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |ames.-----------| 00000670 2d 2d 2d 2d 2d 2d 2d 0a 53 65 72 76 65 72 20 77 |-------.Server w| 00000680 6f 75 6c 64 20 6e 6f 74 20 61 63 63 65 70 74 20 |ould not accept | 00000690 6e 61 6d 65 73 20 73 75 63 68 20 61 73 20 22 41 |names such as "A| 000006a0 64 61 6d 20 47 6f 6f 64 66 65 6c 6c 6f 77 22 40 |dam Goodfellow"@| 000006b0 2e 2e 2e 2c 0a 41 64 61 6d 2e 47 6f 6f 64 66 65 |...,.Adam.Goodfe| 000006c0 6c 6c 6f 77 40 2e 2e 2e 20 65 74 63 2e 0a 0a 4e |llow@... etc...N| 000006d0 6f 77 20 66 69 78 65 64 20 73 6f 20 74 68 61 74 |ow fixed so that| 000006e0 20 73 75 63 68 20 6e 61 6d 65 73 20 61 72 65 20 | such names are | 000006f0 63 6f 6e 76 65 72 74 20 69 6e 74 6f 20 61 20 6d |convert into a m| 00000700 61 69 6c 62 6f 78 20 6e 61 6d 65 20 73 75 63 68 |ailbox name such| 00000710 20 61 73 0a 22 41 47 6f 6f 64 66 65 6c 6c 6f 77 | as."AGoodfellow| 00000720 22 2e 0a 0a 0a 4e 4e 54 50 20 4e 65 77 47 72 6f |"....NNTP NewGro| 00000730 75 70 73 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |ups.------------| 00000740 2d 2d 0a 0a 4e 4e 54 50 20 73 65 6e 64 73 20 69 |--..NNTP sends i| 00000750 6e 76 61 6c 69 64 20 63 6f 6d 6d 61 6e 64 20 77 |nvalid command w| 00000760 68 65 6e 20 6e 65 77 67 72 6f 75 70 20 64 69 73 |hen newgroup dis| 00000770 61 62 6c 65 64 2e 0a 0a 4e 6f 77 20 66 69 78 65 |abled...Now fixe| 00000780 64 0a 0a 0a 41 6d 6d 65 64 6d 65 6e 74 73 20 61 |d...Ammedments a| 00000790 6e 64 20 41 64 64 69 74 69 6f 6e 73 0a 3d 3d 3d |nd Additions.===| 000007a0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| 000007b0 3d 3d 3d 3d 3d 0a 0a 52 65 76 65 72 73 65 20 4e |=====..Reverse N| 000007c0 61 6d 65 20 4c 6f 6f 6b 75 70 73 0a 2d 2d 2d 2d |ame Lookups.----| 000007d0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000007e0 0a 41 20 6e 65 77 20 63 6f 6d 6d 61 6e 64 20 22 |.A new command "| 000007f0 72 65 73 6f 6c 76 65 73 20 6e 61 6d 65 73 20 6f |resolves names o| 00000800 6e 7c 6f 66 66 22 20 68 61 73 20 62 65 65 6e 20 |n|off" has been | 00000810 61 64 64 65 64 20 74 6f 20 61 6c 6c 6f 77 20 72 |added to allow r| 00000820 65 76 65 72 73 65 0a 6e 61 6d 65 20 6c 6f 6f 6b |everse.name look| 00000830 75 70 73 20 74 6f 20 62 65 20 73 77 69 74 63 68 |ups to be switch| 00000840 65 64 20 6f 6e 2f 6f 66 66 2e 0a 0a 49 6e 20 74 |ed on/off...In t| 00000850 68 65 20 6c 69 6d 69 74 65 64 20 72 65 6c 65 61 |he limited relea| 00000860 73 65 20 74 68 69 73 20 63 6f 6d 6d 61 6e 64 20 |se this command | 00000870 77 61 73 20 22 6e 61 6d 65 73 20 30 7c 31 22 2e |was "names 0|1".| 00000880 0a 0a 0a 56 54 78 78 78 20 54 65 72 6d 69 6e 61 |...VTxxx Termina| 00000890 6c 20 45 6d 75 6c 61 74 69 6f 6e 73 0a 2d 2d 2d |l Emulations.---| 000008a0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 000008b0 2d 2d 2d 2d 2d 2d 0a 54 68 65 73 65 20 6e 6f 77 |------.These now| 000008c0 20 73 75 70 70 6f 72 74 20 64 6f 75 62 6c 65 20 | support double | 000008d0 68 65 69 67 68 74 20 61 6e 64 2f 6f 72 20 64 6f |height and/or do| 000008e0 75 62 6c 65 20 77 69 64 74 68 20 74 65 78 74 2e |uble width text.| 000008f0 0a 45 6d 75 6c 61 74 69 6f 6e 20 69 73 20 73 74 |.Emulation is st| 00000900 69 6c 6c 20 62 61 73 69 63 61 6c 6c 79 20 56 54 |ill basically VT| 00000910 31 30 30 2c 20 74 68 6f 75 67 68 20 73 6f 6d 65 |100, though some| 00000920 20 56 54 32 32 30 20 61 6e 64 20 56 54 33 32 30 | VT220 and VT320| 00000930 0a 66 75 6e 63 74 69 6f 6e 61 6c 69 74 79 20 69 |.functionality i| 00000940 73 20 69 6e 63 6c 75 64 65 64 2e 0a 0a 0a 4e 4e |s included....NN| 00000950 54 50 20 4c 6f 67 67 69 6e 67 0a 2d 2d 2d 2d 2d |TP Logging.-----| 00000960 2d 2d 2d 2d 2d 2d 2d 0a 4e 4e 54 50 20 6e 6f 77 |-------.NNTP now| 00000970 20 6c 6f 67 73 20 6f 75 74 67 6f 69 6e 67 20 61 | logs outgoing a| 00000980 72 74 69 63 6c 65 73 2e 20 49 6e 20 74 68 65 20 |rticles. In the | 00000990 63 61 73 65 20 6f 66 20 61 20 66 61 69 6c 2c 20 |case of a fail, | 000009a0 74 68 65 0a 65 72 72 6f 72 20 6d 65 73 73 61 67 |the.error messag| 000009b0 65 20 72 65 74 75 72 6e 65 64 20 66 72 6f 6d 20 |e returned from | 000009c0 74 68 65 20 73 65 72 76 65 72 20 69 73 20 6c 6f |the server is lo| 000009d0 67 67 65 64 2e 0a 0a 0a 43 6f 6d 6d 61 6e 64 20 |gged....Command | 000009e0 62 6f 78 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a |box.-----------.| 000009f0 54 68 69 73 20 63 61 6e 20 6e 6f 77 20 62 65 20 |This can now be | 00000a00 65 69 74 68 65 72 20 61 74 20 74 6f 70 20 6f 72 |either at top or| 00000a10 20 62 6f 74 74 6f 6d 20 6f 66 20 77 69 6e 64 6f | bottom of windo| 00000a20 77 2e 20 4e 65 77 20 74 65 72 6d 69 6e 61 6c 0a |w. New terminal.| 00000a30 63 6f 6d 6d 61 6e 64 20 73 77 69 74 63 68 65 73 |command switches| 00000a40 20 70 72 6f 76 69 64 65 64 20 74 6f 20 63 6f 6e | provided to con| 00000a50 74 72 6f 6c 20 74 68 69 73 2e 0a 0a 0a 4e 65 77 |trol this....New| 00000a60 20 63 6f 6d 6d 61 6e 64 20 2d 20 4e 53 51 75 65 | command - NSQue| 00000a70 72 79 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |ry.-------------| 00000a80 2d 2d 2d 2d 2d 2d 2d 2d 0a 41 20 73 69 6d 70 6c |--------.A simpl| 00000a90 65 2c 20 62 75 74 20 75 73 65 66 75 6c 20 75 74 |e, but useful ut| 00000aa0 69 6c 69 74 79 20 66 6f 72 20 64 69 72 65 63 74 |ility for direct| 00000ab0 6c 79 20 71 75 65 72 79 69 6e 67 20 61 20 6e 61 |ly querying a na| 00000ac0 6d 65 73 65 72 76 65 72 2e 0a 73 79 6e 74 61 78 |meserver..syntax| 00000ad0 3a 0a 6e 73 71 75 65 72 79 20 3c 6e 61 6d 65 73 |:.nsquery <names| 00000ae0 65 72 76 65 72 3e 20 3c 6e 61 6d 65 3e 20 3c 74 |erver> <name> <t| 00000af0 79 70 65 3e 0a 0a 3c 6e 61 6d 65 73 65 72 76 65 |ype>..<nameserve| 00000b00 72 3e 20 69 73 20 74 68 65 20 68 6f 73 74 20 6e |r> is the host n| 00000b10 61 6d 65 20 6f 72 20 49 50 20 61 64 64 72 65 73 |ame or IP addres| 00000b20 73 20 6f 66 20 74 68 65 20 73 65 72 76 65 72 20 |s of the server | 00000b30 74 6f 20 71 75 65 72 79 0a 3c 6e 61 6d 65 3e 20 |to query.<name> | 00000b40 69 73 20 74 68 65 20 68 6f 73 74 20 6f 72 20 64 |is the host or d| 00000b50 6f 6d 61 69 6e 20 6e 61 6d 65 2c 20 6f 72 20 49 |omain name, or I| 00000b60 50 20 61 64 64 72 65 73 73 20 74 6f 20 71 75 65 |P address to que| 00000b70 72 79 0a 3c 74 79 70 65 3e 20 64 65 74 72 65 6d |ry.<type> detrem| 00000b80 69 6e 65 73 20 74 68 65 20 71 75 65 72 79 20 74 |ines the query t| 00000b90 79 70 65 20 61 73 20 66 6f 6c 6c 6f 77 73 3a 0a |ype as follows:.| 00000ba0 20 20 61 20 20 20 20 20 20 49 50 20 41 64 64 72 | a IP Addr| 00000bb0 65 73 73 20 71 75 65 72 79 0a 20 20 6d 78 20 20 |ess query. mx | 00000bc0 20 20 20 4d 58 20 48 6f 73 74 73 20 6c 69 73 74 | MX Hosts list| 00000bd0 0a 20 20 6e 73 20 20 20 20 20 4c 69 73 74 20 6f |. ns List o| 00000be0 66 20 6e 61 6d 65 20 73 65 72 76 65 72 73 20 66 |f name servers f| 00000bf0 6f 72 20 61 20 64 6f 6d 61 69 6e 0a 20 20 63 6e |or a domain. cn| 00000c00 61 6d 65 20 20 52 65 61 6c 20 6e 61 6d 65 20 66 |ame Real name f| 00000c10 6f 72 20 61 6e 20 61 6c 69 61 73 0a 20 20 70 74 |or an alias. pt| 00000c20 72 20 20 20 20 61 64 64 72 65 73 73 20 2d 3e 20 |r address -> | 00000c30 6e 61 6d 65 20 6c 6f 6f 6b 75 70 0a 20 20 77 6b |name lookup. wk| 00000c40 73 20 20 20 20 4c 69 73 74 20 6f 66 20 73 65 72 |s List of ser| 00000c50 76 69 63 65 73 20 28 72 61 72 65 6c 79 20 61 76 |vices (rarely av| 00000c60 61 69 6c 61 62 6c 65 29 0a 20 20 73 6f 61 20 20 |ailable). soa | 00000c70 20 20 53 74 61 72 74 20 6f 66 20 7a 6f 6e 65 20 | Start of zone | 00000c80 61 75 74 68 6f 72 69 74 79 0a 53 65 65 20 52 46 |authority.See RF| 00000c90 43 20 31 30 33 34 2f 35 20 66 6f 72 20 66 75 74 |C 1034/5 for fut| 00000ca0 68 65 72 20 64 65 74 61 69 6c 73 2c 20 61 76 61 |her details, ava| 00000cb0 69 6c 61 62 6c 65 20 66 72 6f 6d 20 6d 61 6e 79 |ilable from many| 00000cc0 20 46 54 50 20 73 69 74 65 73 0a 0a 0a 4e 65 77 | FTP sites...New| 00000cd0 20 63 6f 6d 6d 61 6e 64 20 2d 20 46 69 6c 65 72 | command - Filer| 00000ce0 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |.---------------| 00000cf0 2d 2d 2d 2d 0a 54 68 69 73 20 67 69 76 65 73 20 |----.This gives | 00000d00 61 63 63 65 73 73 20 74 6f 20 46 69 6c 65 72 5f |access to Filer_| 00000d10 4f 70 65 6e 44 69 72 20 61 6e 64 20 46 69 6c 65 |OpenDir and File| 00000d20 72 5f 52 75 6e 20 63 6f 6d 6d 61 6e 64 73 2e 20 |r_Run commands. | 00000d30 4d 61 69 6e 20 75 73 65 0a 69 73 20 66 6f 72 20 |Main use.is for | 00000d40 74 68 65 20 6d 61 63 72 6f 20 6d 65 6e 75 73 2e |the macro menus.| 00000d50 0a 53 79 6e 74 61 78 3a 0a 66 69 6c 65 72 20 6f |.Syntax:.filer o| 00000d60 70 65 6e 7c 72 75 6e 20 3c 70 61 74 68 20 6e 61 |pen|run <path na| 00000d70 6d 65 3e 0a 0a 66 69 6c 65 72 20 6f 70 65 6e 20 |me>..filer open | 00000d80 3c 70 61 74 68 3e 20 6f 70 65 6e 73 20 74 68 65 |<path> opens the| 00000d90 20 73 70 65 63 69 66 69 65 64 20 64 69 72 65 63 | specified direc| 00000da0 74 6f 72 79 0a 66 69 6c 65 72 20 72 75 6e 20 3c |tory.filer run <| 00000db0 70 61 74 68 3e 20 72 75 6e 73 20 74 68 65 20 73 |path> runs the s| 00000dc0 70 65 63 69 66 69 65 64 20 66 69 6c 65 20 61 73 |pecified file as| 00000dd0 20 69 66 20 64 6f 75 62 6c 65 2d 63 6c 69 63 6b | if double-click| 00000de0 65 64 2e 0a 0a 54 68 65 20 64 65 66 61 75 6c 74 |ed...The default| 00000df0 20 64 69 72 65 63 74 6f 72 79 20 69 73 20 21 54 | directory is !T| 00000e00 43 50 49 50 55 73 65 72 20 41 4b 41 20 3c 54 43 |CPIPUser AKA <TC| 00000e10 50 49 50 24 44 69 72 3e 2e 20 55 73 65 20 6f 66 |PIP$Dir>. Use of| 00000e20 20 22 3c 22 2c 20 22 3e 22 2c 20 0a 22 3a 22 20 | "<", ">", .":" | 00000e30 6f 72 20 22 24 22 20 77 69 6c 6c 20 63 61 75 73 |or "$" will caus| 00000e40 65 20 74 68 65 20 70 61 74 68 20 74 6f 20 62 65 |e the path to be| 00000e50 20 74 72 65 61 74 65 64 20 61 73 20 61 20 66 75 | treated as a fu| 00000e60 6c 6c 20 70 61 74 68 20 6e 61 6d 65 2e 0a 22 5e |ll path name.."^| 00000e70 2e 6e 61 6d 65 22 20 6d 61 79 20 62 65 20 75 73 |.name" may be us| 00000e80 65 64 20 74 6f 20 61 63 63 65 73 73 20 6f 62 6a |ed to access obj| 00000e90 65 63 74 73 20 69 6e 20 74 68 65 20 73 61 6d 65 |ects in the same| 00000ea0 20 64 69 72 65 63 74 6f 72 79 20 61 73 0a 21 54 | directory as.!T| 00000eb0 43 50 49 50 55 73 65 72 2c 20 66 6f 72 20 65 67 |CPIPUser, for eg| 00000ec0 20 61 20 6e 65 77 73 20 72 65 61 64 65 72 2e 0a | a news reader..| 00000ed0 0a 0a 4d 61 63 72 6f 20 6d 65 6e 75 73 0a 2d 2d |..Macro menus.--| 00000ee0 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 49 74 20 69 73 20 |---------.It is | 00000ef0 6e 6f 77 20 70 6f 73 73 69 62 6c 65 20 74 6f 20 |now possible to | 00000f00 67 69 76 65 20 6d 75 6c 74 69 70 6c 65 20 63 6f |give multiple co| 00000f10 6d 6d 61 6e 64 73 20 69 6e 20 61 20 73 69 6e 67 |mmands in a sing| 00000f20 6c 65 20 65 6e 74 72 79 20 77 69 74 68 20 74 68 |le entry with th| 00000f30 65 0a 75 73 65 20 6f 66 20 22 7c 22 20 61 73 20 |e.use of "|" as | 00000f40 61 20 70 73 75 65 64 6f 20 45 4f 4c 2c 20 66 6f |a psuedo EOL, fo| 00000f50 72 20 65 67 20 74 68 65 20 22 4e 65 77 73 20 26 |r eg the "News &| 00000f60 20 4d 61 69 6c 22 2d 3e 22 52 75 6e 20 4d 61 69 | Mail"->"Run Mai| 00000f70 6c 65 72 22 20 6d 61 63 72 6f 0a 68 61 73 20 74 |ler" macro.has t| 00000f80 68 65 20 63 6f 6d 6d 61 6e 64 20 22 66 69 6c 65 |he command "file| 00000f90 72 20 72 75 6e 20 5e 2e 21 4e 65 77 73 62 61 73 |r run ^.!Newsbas| 00000fa0 65 7c 66 69 6c 65 72 20 72 75 6e 20 5e 2e 21 54 |e|filer run ^.!T| 00000fb0 54 46 4e 22 2e 0a 0a 4f 74 68 65 72 20 75 73 65 |TFN"...Other use| 00000fc0 66 75 6c 20 75 73 65 73 20 77 6f 75 6c 64 20 62 |ful uses would b| 00000fd0 65 20 66 6f 72 20 6c 6f 61 64 69 6e 67 20 75 70 |e for loading up| 00000fe0 20 57 65 62 20 62 72 6f 77 73 65 72 73 20 61 6e | Web browsers an| 00000ff0 64 20 61 73 73 6f 63 69 61 74 65 64 0a 75 74 69 |d associated.uti| 00001000 6c 69 74 69 65 73 20 66 72 6f 6d 20 61 20 63 6f |lities from a co| 00001010 6d 6d 61 6e 64 20 6d 65 6e 75 2c 20 72 61 74 68 |mmand menu, rath| 00001020 65 72 20 74 68 61 6e 20 68 61 76 69 6e 67 20 74 |er than having t| 00001030 6f 20 6f 70 65 6e 20 61 20 66 69 6c 65 72 20 77 |o open a filer w| 00001040 69 6e 64 6f 77 0a 74 6f 20 66 69 6e 64 20 74 68 |indow.to find th| 00001050 65 6d 2e 0a 0a 0a 43 6f 6d 6d 61 6e 64 73 20 69 |em....Commands i| 00001060 6e 20 73 65 73 73 69 6f 6e 20 63 6f 6d 6d 61 6e |n session comman| 00001070 64 20 6d 65 6e 75 73 0a 2d 2d 2d 2d 2d 2d 2d 2d |d menus.--------| 00001080 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00001090 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 41 6e 79 20 63 6f |---------.Any co| 000010a0 6d 6d 61 6e 64 73 20 70 72 65 66 69 78 65 64 20 |mmands prefixed | 000010b0 77 69 74 68 20 22 2a 22 20 61 72 65 20 64 69 72 |with "*" are dir| 000010c0 65 63 74 65 64 20 61 74 20 74 68 65 20 6d 61 69 |ected at the mai| 000010d0 6e 20 63 6f 6d 6d 61 6e 64 20 77 69 6e 64 6f 77 |n command window| 000010e0 2e 0a 54 68 69 73 20 61 6c 6c 6f 77 73 20 66 6f |..This allows fo| 000010f0 72 20 65 78 61 6d 70 6c 65 2c 20 61 20 22 2a 66 |r example, a "*f| 00001100 69 6c 65 72 20 6f 70 65 6e 20 64 6f 77 6e 6c 6f |iler open downlo| 00001110 61 64 73 22 20 63 6f 6d 6d 61 6e 64 20 74 6f 20 |ads" command to | 00001120 62 65 20 70 72 65 73 65 6e 74 0a 6f 6e 20 61 6e |be present.on an| 00001130 20 46 54 50 20 73 65 73 73 69 6f 6e 20 63 6f 6d | FTP session com| 00001140 6d 61 6e 64 20 6d 65 6e 75 2e 0a 0a 49 6e 20 6f |mand menu...In o| 00001150 72 64 65 72 20 74 6f 20 61 76 6f 69 64 20 63 6f |rder to avoid co| 00001160 6e 66 6c 69 63 74 20 77 69 74 68 2c 20 66 6f 72 |nflict with, for| 00001170 20 65 67 2c 20 74 65 78 74 20 65 6e 74 65 72 65 | eg, text entere| 00001180 64 20 69 6e 74 6f 20 61 20 74 65 6c 6e 65 74 0a |d into a telnet.| 00001190 73 65 73 73 69 6f 6e 2c 20 74 68 69 73 20 6f 6e |session, this on| 000011a0 6c 79 20 61 70 70 6c 69 65 73 20 74 6f 20 63 6f |ly applies to co| 000011b0 6d 6d 61 6e 64 73 20 69 6e 20 61 20 6d 65 6e 75 |mmands in a menu| 000011c0 20 64 65 66 69 6e 69 74 69 6f 6e 2c 20 61 6e 64 | definition, and| 000011d0 20 6e 6f 74 0a 77 68 65 6e 20 65 6e 74 65 72 65 | not.when entere| 000011e0 64 20 6d 61 6e 75 61 6c 6c 79 20 69 6e 74 6f 20 |d manually into | 000011f0 74 68 65 20 73 65 73 73 69 6f 6e 2e 0a 0a 0a 53 |the session....S| 00001200 4d 54 50 20 70 72 6f 62 6c 65 6d 73 0a 2d 2d 2d |MTP problems.---| 00001210 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 49 20 68 61 76 |----------.I hav| 00001220 65 20 64 6f 6e 65 20 74 77 6f 20 6d 69 6e 6f 72 |e done two minor| 00001230 20 63 68 61 6e 67 65 73 20 74 6f 20 53 4d 54 50 | changes to SMTP| 00001240 20 61 73 20 66 6f 6c 6c 6f 77 73 3a 0a 0a 31 2e | as follows:..1.| 00001250 20 49 74 20 73 68 6f 75 6c 64 20 6e 6f 77 20 61 | It should now a| 00001260 63 63 65 70 74 20 61 73 20 76 61 6c 69 64 2c 20 |ccept as valid, | 00001270 6d 61 69 6c 20 64 69 72 65 63 74 65 64 20 74 6f |mail directed to| 00001280 0a 20 20 20 75 73 65 72 40 6e 61 6d 65 2e 68 6f |. user@name.ho| 00001290 73 74 2e 64 6f 6d 61 69 6e 2c 20 72 61 74 68 65 |st.domain, rathe| 000012a0 72 20 74 68 61 6e 20 6a 75 73 74 20 75 73 65 72 |r than just user| 000012b0 40 68 6f 73 74 2e 64 6f 6d 61 69 6e 2e 0a 20 20 |@host.domain.. | 000012c0 20 54 68 69 73 20 73 68 6f 75 6c 64 20 68 65 6c | This should hel| 000012d0 70 20 77 69 74 68 20 73 6f 6d 65 20 70 65 63 75 |p with some pecu| 000012e0 6c 69 61 72 20 6d 61 69 6c 20 64 65 6c 69 76 65 |liar mail delive| 000012f0 72 79 20 67 61 74 65 77 61 79 73 2e 0a 20 20 20 |ry gateways.. | 00001300 0a 32 2e 20 4c 6f 63 61 6c 20 6d 61 69 6c 20 73 |.2. Local mail s| 00001310 68 6f 75 6c 64 20 6e 6f 77 20 61 6c 6c 77 61 79 |hould now allway| 00001320 73 20 62 65 20 6c 6f 6f 70 65 64 20 62 61 63 6b |s be looped back| 00001330 2c 20 65 76 65 6e 20 77 68 65 6e 20 61 20 67 61 |, even when a ga| 00001340 74 65 77 61 79 0a 20 20 20 69 73 20 67 69 76 65 |teway. is give| 00001350 6e 2e 0a 0a 33 2e 20 53 6f 6d 65 20 70 65 6f 70 |n...3. Some peop| 00001360 6c 65 20 68 61 76 65 20 72 65 70 6f 72 74 65 64 |le have reported| 00001370 20 70 72 6f 62 6c 65 6d 73 20 77 69 74 68 20 74 | problems with t| 00001380 68 65 20 66 61 73 74 20 63 6c 6f 73 65 20 74 68 |he fast close th| 00001390 61 74 20 74 68 65 20 53 4d 54 50 0a 20 20 20 63 |at the SMTP. c| 000013a0 6c 69 65 6e 74 20 75 73 65 73 2e 20 49 20 79 6f |lient uses. I yo| 000013b0 75 20 68 61 76 65 20 73 75 66 66 65 72 72 65 64 |u have sufferred| 000013c0 20 66 72 6f 6d 20 74 68 69 73 2c 20 74 68 65 6e | from this, then| 000013d0 20 61 64 64 20 74 68 65 20 66 6f 6c 6c 6f 77 69 | add the followi| 000013e0 6e 67 0a 20 20 20 63 6f 6d 6d 61 6e 64 20 74 6f |ng. command to| 000013f0 20 79 6f 75 72 20 43 6f 6e 66 69 67 20 66 69 6c | your Config fil| 00001400 65 3a 20 22 73 6d 74 70 20 64 65 6c 61 79 20 79 |e: "smtp delay y| 00001410 65 73 22 2e 20 54 68 69 73 20 77 69 6c 6c 20 65 |es". This will e| 00001420 6e 73 75 72 65 20 74 68 61 74 0a 20 20 20 74 68 |nsure that. th| 00001430 65 20 53 4d 54 50 20 63 6c 69 65 6e 74 20 64 6f |e SMTP client do| 00001440 65 73 20 6e 6f 74 20 63 6c 6f 73 65 20 69 74 73 |es not close its| 00001450 20 65 6e 64 20 6f 66 20 74 68 65 20 63 6f 6e 6e | end of the conn| 00001460 65 63 74 69 6f 6e 20 75 6e 74 69 6c 20 74 68 65 |ection until the| 00001470 0a 20 20 20 22 32 32 31 20 43 6c 6f 73 69 6e 67 |. "221 Closing| 00001480 22 20 6d 65 73 73 61 67 65 20 69 73 20 72 65 63 |" message is rec| 00001490 65 69 76 65 64 20 66 72 6f 6d 20 74 68 65 20 73 |eived from the s| 000014a0 65 72 76 65 72 2e 0a 20 20 20 0a 0a 53 65 72 69 |erver.. ..Seri| 000014b0 61 6c 20 49 2f 4f 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d |al I/O.---------| 000014c0 2d 0a 49 20 68 61 76 65 20 6d 61 64 65 20 61 20 |-.I have made a | 000014d0 76 65 72 79 20 6d 69 6e 6f 72 20 63 68 61 6e 67 |very minor chang| 000014e0 65 20 74 6f 20 73 65 72 69 61 6c 20 49 2f 4f 20 |e to serial I/O | 000014f0 74 6f 20 61 6c 6c 6f 77 20 68 61 72 64 77 61 72 |to allow hardwar| 00001500 65 0a 68 61 6e 64 73 68 61 6b 69 6e 67 20 74 6f |e.handshaking to| 00001510 20 62 65 20 73 77 69 74 63 68 65 64 20 6f 6e 2f | be switched on/| 00001520 6f 66 66 2e 20 54 68 69 73 20 63 68 61 6e 67 65 |off. This change| 00001530 20 72 65 73 75 6c 74 73 20 69 6e 20 74 68 65 20 | results in the | 00001540 22 61 74 74 61 63 68 0a 61 73 79 22 20 61 6e 64 |"attach.asy" and| 00001550 20 22 70 61 72 61 6d 20 3c 69 66 61 63 65 3e 22 | "param <iface>"| 00001560 20 63 6f 6d 6d 61 6e 64 73 20 62 65 69 6e 67 20 | commands being | 00001570 61 62 6c 65 20 74 6f 20 61 63 63 65 70 74 20 61 |able to accept a| 00001580 6e 20 61 64 64 69 74 69 6f 6e 61 6c 0a 70 61 72 |n additional.par| 00001590 61 6d 65 74 65 72 2e 0a 0a 61 74 74 61 63 68 20 |ameter...attach | 000015a0 61 73 79 20 69 6e 74 65 72 6e 61 6c 20 30 20 73 |asy internal 0 s| 000015b0 6c 69 70 20 61 78 30 20 32 30 34 38 20 31 35 30 |lip ax0 2048 150| 000015c0 30 20 31 39 32 30 30 20 30 20 66 6f 72 20 6e 6f |0 19200 0 for no| 000015d0 20 68 61 6e 64 73 68 61 6b 69 6e 67 0a 0a 4f 6c | handshaking..Ol| 000015e0 64 20 73 79 6e 74 61 78 20 66 6f 72 20 61 74 74 |d syntax for att| 000015f0 61 63 68 69 6e 67 20 61 20 73 6c 69 70 20 69 6e |aching a slip in| 00001600 74 65 72 66 61 63 65 20 77 61 73 3a 0a 20 61 74 |terface was:. at| 00001610 74 61 63 68 20 61 73 79 20 3c 64 72 69 76 65 72 |tach asy <driver| 00001620 3e 20 3c 70 6f 72 74 3e 0a 20 20 20 20 20 20 20 |> <port>. | 00001630 20 20 20 20 20 73 6c 69 70 20 3c 6e 61 6d 65 3e | slip <name>| 00001640 20 3c 62 75 66 66 65 72 20 73 69 7a 65 3e 20 3c | <buffer size> <| 00001650 70 61 63 6b 65 74 20 73 69 7a 65 3e 20 5b 3c 73 |packet size> [<s| 00001660 70 65 65 64 3e 5d 0a 0a 4e 65 77 20 73 79 6e 74 |peed>]..New synt| 00001670 61 78 20 69 73 3a 0a 20 61 74 74 61 63 68 20 61 |ax is:. attach a| 00001680 73 79 20 3c 64 72 69 76 65 72 3e 20 3c 70 6f 72 |sy <driver> <por| 00001690 74 3e 0a 20 20 20 20 20 20 20 20 20 20 20 20 73 |t>. s| 000016a0 6c 69 70 20 61 78 30 20 3c 62 75 66 66 65 72 20 |lip ax0 <buffer | 000016b0 73 69 7a 65 3e 20 3c 70 61 63 6b 65 74 20 73 69 |size> <packet si| 000016c0 7a 65 3e 20 5b 3c 73 70 65 65 64 3e 20 5b 30 7c |ze> [<speed> [0|| 000016d0 31 5d 5d 0a 0a 57 68 65 72 65 20 30 20 69 73 20 |1]]..Where 0 is | 000016e0 66 6f 72 20 6e 6f 20 68 61 6e 64 73 68 61 6b 69 |for no handshaki| 000016f0 6e 67 2c 20 31 20 69 73 20 66 6f 72 20 68 61 72 |ng, 1 is for har| 00001700 64 77 61 72 65 20 68 61 72 64 73 68 61 6b 69 6e |dware hardshakin| 00001710 67 2e 0a 0a 53 69 6d 69 6c 61 72 6c 79 2c 20 74 |g...Similarly, t| 00001720 68 65 20 70 61 72 61 6d 20 63 6f 6d 6d 61 6e 64 |he param command| 00001730 20 68 61 73 20 62 65 65 6e 20 61 6d 6d 65 6e 64 | has been ammend| 00001740 65 64 20 61 73 20 66 6f 6c 6c 6f 77 73 3a 0a 20 |ed as follows:. | 00001750 70 61 72 61 6d 20 61 78 30 20 3c 73 70 65 65 64 |param ax0 <speed| 00001760 3e 20 5b 30 7c 31 5d 0a 0a 0a 46 54 50 20 63 6c |> [0|1]...FTP cl| 00001770 69 65 6e 74 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a |ient.----------.| 00001780 49 20 68 61 76 65 20 61 74 20 6c 6f 6e 67 20 6c |I have at long l| 00001790 61 73 74 2c 20 67 6f 74 20 72 6f 75 6e 64 20 74 |ast, got round t| 000017a0 6f 20 69 6d 70 72 6f 76 69 6e 67 20 74 68 65 20 |o improving the | 000017b0 46 54 50 20 63 6c 69 65 6e 74 2c 20 65 73 70 65 |FTP client, espe| 000017c0 63 69 61 6c 6c 79 0a 69 6e 20 74 65 72 6d 73 20 |cially.in terms | 000017d0 6f 66 20 70 61 74 68 20 6e 61 6d 65 20 68 61 6e |of path name han| 000017e0 64 6c 69 6e 67 2e 20 41 6c 73 6f 20 61 64 64 65 |dling. Also adde| 000017f0 64 20 69 73 20 62 61 74 63 68 20 66 74 70 20 61 |d is batch ftp a| 00001800 6e 64 20 6d 67 65 74 2e 0a 0a 50 61 74 68 20 6e |nd mget...Path n| 00001810 61 6d 65 20 70 72 6f 63 65 73 73 69 6e 67 20 68 |ame processing h| 00001820 61 73 20 62 65 65 6e 20 63 6f 6d 70 6c 65 74 65 |as been complete| 00001830 6c 79 20 72 65 76 61 6d 70 65 64 20 74 6f 20 69 |ly revamped to i| 00001840 6e 63 6c 75 64 65 20 61 20 74 65 73 74 0a 76 65 |nclude a test.ve| 00001850 72 73 69 6f 6e 20 6f 66 20 6d 79 20 70 61 74 68 |rsion of my path| 00001860 20 6e 61 6d 65 20 70 72 6f 63 65 73 73 69 6e 67 | name processing| 00001870 20 63 6f 64 65 2e 20 54 68 69 73 20 62 61 73 69 | code. This basi| 00001880 63 61 6c 6c 79 20 65 78 61 6d 69 6e 65 73 20 61 |cally examines a| 00001890 20 66 69 6c 65 0a 6e 61 6d 65 20 61 6e 64 20 65 | file.name and e| 000018a0 78 74 65 6e 73 69 6f 6e 73 20 74 6f 20 64 65 74 |xtensions to det| 000018b0 65 72 6d 69 6e 65 20 6e 6f 74 20 6f 6e 6c 79 20 |ermine not only | 000018c0 74 68 65 20 66 69 6c 65 27 73 20 74 79 70 65 2c |the file's type,| 000018d0 20 62 75 74 20 77 68 61 74 20 6b 69 6e 64 0a 6f | but what kind.o| 000018e0 66 20 70 61 74 68 20 70 72 6f 63 65 73 73 69 6e |f path processin| 000018f0 67 20 74 6f 20 61 70 70 6c 79 2c 20 61 6e 64 20 |g to apply, and | 00001900 77 68 65 72 65 20 74 6f 20 70 75 74 20 69 74 20 |where to put it | 00001910 6f 6e 20 79 6f 75 20 68 61 72 64 64 69 73 63 20 |on you harddisc | 00001920 66 72 6f 6d 0a 69 6e 66 6f 72 6d 61 74 69 6f 6e |from.information| 00001930 20 67 69 76 65 6e 20 69 6e 20 61 20 22 50 61 74 | given in a "Pat| 00001940 68 45 6e 74 20 66 69 6c 65 22 2e 0a 0a 53 65 65 |hEnt file"...See| 00001950 20 74 68 65 20 66 69 6c 65 20 22 46 54 50 43 6c | the file "FTPCl| 00001960 69 65 6e 74 22 20 66 6f 72 20 66 75 6c 6c 20 64 |ient" for full d| 00001970 65 74 61 69 6c 73 2e 0a 0a 0a 56 61 72 69 61 62 |etails....Variab| 00001980 6c 65 73 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 41 20 |les.---------.A | 00001990 6e 65 77 20 22 73 68 6f 77 76 61 72 22 20 63 6f |new "showvar" co| 000019a0 6d 6d 61 6e 64 20 68 61 73 20 62 65 65 6e 20 61 |mmand has been a| 000019b0 64 64 65 64 20 66 6f 72 20 6c 69 73 74 69 6e 67 |dded for listing| 000019c0 20 63 75 72 72 65 6e 74 6c 79 20 73 65 74 0a 76 | currently set.v| 000019d0 61 72 69 61 62 6c 65 73 2e 0a 0a 53 79 6e 74 61 |ariables...Synta| 000019e0 78 3a 20 73 68 6f 77 76 61 72 20 5b 3c 76 61 72 |x: showvar [<var| 000019f0 69 61 62 6c 65 20 6e 61 6d 65 3e 5d 0a 0a 49 66 |iable name>]..If| 00001a00 20 6e 6f 20 76 61 72 69 61 62 6c 65 20 6e 61 6d | no variable nam| 00001a10 65 20 69 73 20 67 69 76 65 6e 2c 20 61 6c 6c 20 |e is given, all | 00001a20 76 61 72 69 61 62 6c 65 73 20 61 72 65 20 6c 69 |variables are li| 00001a30 73 74 65 64 2e 0a 0a 0a 41 20 6e 65 77 20 22 73 |sted....A new "s| 00001a40 65 74 6f 73 76 61 72 22 20 63 6f 6d 6d 61 6e 64 |etosvar" command| 00001a50 20 68 61 73 20 62 65 65 6e 20 61 64 64 65 64 20 | has been added | 00001a60 66 6f 72 20 63 61 75 73 69 6e 67 20 61 6e 20 69 |for causing an i| 00001a70 6e 74 65 72 6e 61 6c 20 21 54 43 50 49 50 0a 76 |nternal !TCPIP.v| 00001a80 61 72 69 61 62 6c 65 20 74 6f 20 72 65 66 65 72 |ariable to refer| 00001a90 65 65 6e 63 65 20 61 6e 20 65 78 74 65 72 6e 61 |eence an externa| 00001aa0 6c 20 76 61 72 69 61 62 6c 65 2e 0a 0a 53 79 6e |l variable...Syn| 00001ab0 74 61 78 3a 20 73 65 74 6f 73 76 61 72 20 3c 21 |tax: setosvar <!| 00001ac0 54 43 50 49 50 20 76 61 72 69 61 62 6c 65 20 6e |TCPIP variable n| 00001ad0 61 6d 65 3e 20 3c 4f 53 20 76 61 72 69 61 62 6c |ame> <OS variabl| 00001ae0 65 20 6e 61 6d 65 3e 0a 0a 57 68 65 6e 65 76 65 |e name>..Wheneve| 00001af0 72 20 74 68 69 73 20 76 61 72 69 61 62 6c 65 20 |r this variable | 00001b00 69 73 20 72 65 61 64 2c 20 74 68 65 20 63 75 72 |is read, the cur| 00001b10 72 65 6e 74 20 76 61 6c 75 65 20 6f 66 20 74 68 |rent value of th| 00001b20 65 20 6e 61 6d 65 64 20 4f 53 0a 76 61 72 69 61 |e named OS.varia| 00001b30 62 6c 65 20 69 73 20 72 65 61 64 2e 0a 0a 57 68 |ble is read...Wh| 00001b40 65 6e 65 76 65 72 20 74 68 65 20 76 61 72 69 61 |enever the varia| 00001b50 62 6c 65 20 69 73 20 77 72 69 74 74 65 6e 20 77 |ble is written w| 00001b60 69 74 68 20 22 73 65 74 76 61 72 22 2c 20 74 68 |ith "setvar", th| 00001b70 65 20 4f 53 20 76 61 72 69 61 62 6c 65 20 76 61 |e OS variable va| 00001b80 6c 75 65 20 69 73 0a 63 68 61 6e 67 65 64 2e 0a |lue is.changed..| 00001b90 0a 0a 54 68 65 72 65 20 61 72 65 20 6e 6f 77 20 |..There are now | 00001ba0 61 20 6e 75 6d 62 65 72 20 6f 66 20 69 6e 74 65 |a number of inte| 00001bb0 72 6e 61 6c 6c 79 20 67 65 6e 65 72 61 74 65 64 |rnally generated| 00001bc0 20 76 61 72 69 61 62 6c 65 73 20 74 68 61 74 20 | variables that | 00001bd0 61 72 65 0a 63 72 65 61 74 65 64 20 62 79 20 76 |are.created by v| 00001be0 61 72 69 6f 75 73 20 65 76 65 6e 74 73 20 61 73 |arious events as| 00001bf0 20 66 6f 6c 6c 6f 77 73 3a 0a 0a 20 20 66 74 70 | follows:.. ftp| 00001c00 5f 64 61 74 61 20 20 20 20 20 20 20 20 54 68 69 |_data Thi| 00001c10 73 20 69 73 20 73 65 74 20 74 6f 20 6c 6f 63 61 |s is set to loca| 00001c20 6c 20 6e 61 6d 65 20 6f 66 20 74 68 65 20 66 69 |l name of the fi| 00001c30 6c 65 20 6d 6f 73 74 20 72 65 63 65 6e 74 6c 79 |le most recently| 00001c40 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 00001c50 20 20 20 72 65 74 72 69 65 76 65 64 20 75 73 69 | retrieved usi| 00001c60 6e 67 20 22 67 65 74 22 20 6f 72 20 22 6d 67 65 |ng "get" or "mge| 00001c70 74 22 20 69 6e 20 61 6e 20 66 74 70 20 73 65 73 |t" in an ftp ses| 00001c80 73 69 6f 6e 2e 0a 0a 20 20 66 74 70 5f 6c 69 73 |sion... ftp_lis| 00001c90 74 20 20 20 20 20 20 20 20 54 68 69 73 20 69 73 |t This is| 00001ca0 20 73 65 74 20 74 6f 20 6c 6f 63 61 6c 20 6e 61 | set to local na| 00001cb0 6d 65 20 6f 66 20 74 68 65 20 66 69 6c 65 20 6d |me of the file m| 00001cc0 6f 73 74 20 72 65 63 65 6e 74 6c 79 0a 20 20 20 |ost recently. | 00001cd0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 67 | g| 00001ce0 65 6e 65 72 61 74 65 64 20 62 79 20 22 6c 73 2f |enerated by "ls/| 00001cf0 64 69 72 2f 71 75 6f 74 65 20 3c 70 61 74 68 3e |dir/quote <path>| 00001d00 20 3c 6c 6f 63 61 6c 20 66 69 6c 65 3e 22 0a 0a | <local file>"..| 00001d10 20 20 6c 61 73 74 5f 63 61 6c 6c 65 72 20 20 20 | last_caller | 00001d20 20 20 54 68 69 73 20 69 73 20 73 65 74 20 74 6f | This is set to| 00001d30 20 74 68 65 20 49 50 20 61 64 64 72 65 73 73 20 | the IP address | 00001d40 6f 66 20 74 68 65 20 68 6f 73 74 20 74 68 61 74 |of the host that| 00001d50 20 6d 6f 73 74 0a 20 20 20 20 20 20 20 20 20 20 | most. | 00001d60 20 20 20 20 20 20 20 20 72 65 63 65 6e 74 6c 79 | recently| 00001d70 20 61 74 74 65 6d 70 74 65 64 20 61 6e 20 66 74 | attempted an ft| 00001d80 70 20 6f 72 20 74 65 6c 6e 65 74 20 63 6f 6e 6e |p or telnet conn| 00001d90 65 63 74 69 6f 6e 20 74 6f 20 79 6f 75 72 0a 20 |ection to your. | 00001da0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00001db0 20 68 6f 73 74 2c 20 74 72 69 65 64 20 74 6f 20 | host, tried to | 00001dc0 66 69 6e 67 65 72 20 79 6f 75 72 20 68 6f 73 74 |finger your host| 00001dd0 2e 0a 0a 20 20 74 65 6c 6e 65 74 5f 63 61 6c 6c |... telnet_call| 00001de0 65 72 20 20 20 41 73 20 70 65 72 20 7b 6c 61 73 |er As per {las| 00001df0 74 5f 63 61 6c 6c 65 72 7d 2c 20 62 75 74 20 66 |t_caller}, but f| 00001e00 6f 72 20 74 65 6c 6e 65 74 20 63 6f 6e 6e 65 63 |or telnet connec| 00001e10 74 69 6f 6e 73 20 6f 6e 6c 79 2e 0a 20 20 0a 20 |tions only.. . | 00001e20 20 66 74 70 5f 63 61 6c 6c 65 72 20 20 20 20 20 | ftp_caller | 00001e30 20 41 73 20 70 65 72 20 7b 6c 61 73 74 5f 63 61 | As per {last_ca| 00001e40 6c 6c 65 72 7d 2c 20 62 75 74 20 66 6f 72 20 66 |ller}, but for f| 00001e50 74 70 20 63 6f 6e 6e 65 63 74 69 6f 6e 73 20 6f |tp connections o| 00001e60 6e 6c 79 2e 0a 20 20 0a 20 20 66 69 6e 67 65 72 |nly.. . finger| 00001e70 5f 63 61 6c 6c 65 72 20 20 20 41 73 20 70 65 72 |_caller As per| 00001e80 20 7b 6c 61 73 74 5f 63 61 6c 6c 65 72 7d 2c 20 | {last_caller}, | 00001e90 62 75 74 20 66 6f 72 20 66 69 6e 67 65 72 20 63 |but for finger c| 00001ea0 6f 6e 6e 65 63 74 69 6f 6e 73 20 6f 6e 6c 79 2e |onnections only.| 00001eb0 0a 20 20 0a 0a 7b 66 74 70 5f 64 61 74 61 7d 20 |. ..{ftp_data} | 00001ec0 69 73 20 75 73 65 66 75 6c 20 66 6f 72 20 75 73 |is useful for us| 00001ed0 65 20 77 69 74 68 20 74 68 65 20 6e 65 77 20 22 |e with the new "| 00001ee0 66 69 6c 65 72 20 72 75 6e 22 20 63 6f 6d 6d 61 |filer run" comma| 00001ef0 6e 64 2c 20 61 6c 6c 6f 77 69 6e 67 0a 66 6f 72 |nd, allowing.for| 00001f00 20 65 78 61 6d 70 6c 65 2c 20 61 20 6d 65 6e 75 | example, a menu| 00001f10 20 63 6f 6d 6d 61 6e 64 20 73 75 63 68 20 61 73 | command such as| 00001f20 20 22 66 69 6c 65 72 20 72 75 6e 20 7b 66 74 70 | "filer run {ftp| 00001f30 5f 64 61 74 61 7d 22 20 74 6f 20 73 65 6e 64 20 |_data}" to send | 00001f40 74 68 65 0a 6d 6f 73 74 20 72 65 63 65 6e 74 6c |the.most recentl| 00001f50 79 20 72 65 74 72 69 65 76 65 64 20 66 69 6c 65 |y retrieved file| 00001f60 20 74 6f 20 61 6e 20 61 70 70 6c 69 63 61 74 69 | to an applicati| 00001f70 6f 6e 20 74 68 61 74 20 63 61 6e 20 64 65 61 6c |on that can deal| 00001f80 20 77 69 74 68 20 69 74 2e 0a 0a 7b 66 74 70 5f | with it...{ftp_| 00001f90 6c 69 73 74 7d 20 69 73 20 75 73 65 66 75 6c 20 |list} is useful | 00001fa0 66 6f 72 20 71 75 69 63 6b 20 6c 6f 61 64 69 6e |for quick loadin| 00001fb0 67 20 6f 66 20 6c 69 73 74 69 6e 67 20 66 69 6c |g of listing fil| 00001fc0 65 73 20 69 6e 74 6f 20 61 20 74 65 78 74 0a 65 |es into a text.e| 00001fd0 64 69 74 6f 72 20 66 72 6f 6d 20 61 20 6d 65 6e |ditor from a men| 00001fe0 75 20 63 6f 6d 6d 61 6e 64 20 73 75 63 68 20 61 |u command such a| 00001ff0 73 20 22 66 69 6c 65 72 20 72 75 6e 20 7b 66 74 |s "filer run {ft| 00002000 70 5f 6c 69 73 74 7d 22 2e 0a 0a 7b 6c 61 73 74 |p_list}"...{last| 00002010 5f 63 61 6c 6c 65 72 7d 20 65 74 63 20 61 72 65 |_caller} etc are| 00002020 20 75 73 65 66 75 6c 20 69 6e 20 6d 65 6e 75 20 | useful in menu | 00002030 63 6f 6d 6d 61 6e 64 73 20 73 75 63 68 20 61 73 |commands such as| 00002040 20 0a 22 66 69 6e 67 65 72 20 40 7b 6c 61 73 74 | ."finger @{last| 00002050 5f 63 61 6c 6c 65 72 7d 22 20 65 6e 61 62 6c 69 |_caller}" enabli| 00002060 6e 67 20 79 6f 75 20 74 6f 20 65 61 73 69 6c 79 |ng you to easily| 00002070 20 66 69 6e 64 20 6f 75 74 20 77 68 6f 20 69 73 | find out who is| 00002080 20 70 65 73 74 65 72 69 6e 67 0a 79 6f 75 2e 0a | pestering.you..| 00002090 0a 41 74 20 73 74 61 72 74 75 70 2c 20 61 6e 79 |.At startup, any| 000020a0 20 4f 53 20 76 61 72 69 61 62 6c 65 20 6f 66 20 | OS variable of | 000020b0 74 68 65 20 66 6f 72 6d 20 54 43 50 49 50 24 4f |the form TCPIP$O| 000020c0 53 56 61 72 24 3c 76 61 72 6e 61 6d 65 3e 20 69 |SVar$<varname> i| 000020d0 73 20 63 72 65 61 74 65 64 0a 77 69 74 68 20 73 |s created.with s| 000020e0 65 74 6f 73 76 61 72 20 61 73 20 74 68 65 20 76 |etosvar as the v| 000020f0 61 72 69 61 62 6c 65 20 3c 76 61 72 6e 61 6d 65 |ariable <varname| 00002100 3e 2e 20 41 6e 79 20 4f 53 20 76 61 72 69 61 62 |>. Any OS variab| 00002110 6c 65 20 6f 66 20 74 68 65 20 66 6f 72 6d 0a 54 |le of the form.T| 00002120 43 50 49 50 24 53 74 72 69 6e 67 24 3c 76 61 72 |CPIP$String$<var| 00002130 6e 61 6d 65 3e 20 69 73 20 63 72 65 61 74 65 64 |name> is created| 00002140 20 77 69 74 68 20 73 65 74 76 61 72 20 61 73 20 | with setvar as | 00002150 74 68 65 20 76 61 72 69 61 62 6c 65 20 3c 76 61 |the variable <va| 00002160 72 6e 61 6d 65 3e 2e 0a 0a 0a 56 4a 20 43 6f 6d |rname>....VJ Com| 00002170 70 72 65 73 73 65 64 20 53 4c 49 50 0a 2d 2d 2d |pressed SLIP.---| 00002180 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a |---------------.| 00002190 0a 54 68 69 73 20 69 73 20 6e 6f 77 20 61 76 61 |.This is now ava| 000021a0 69 6c 61 62 6c 65 20 61 73 20 61 6e 20 61 6c 74 |ilable as an alt| 000021b0 65 72 6e 61 74 69 76 65 20 74 6f 20 53 4c 49 50 |ernative to SLIP| 000021c0 2e 20 54 68 65 20 6d 61 69 6e 20 61 64 76 61 6e |. The main advan| 000021d0 74 61 67 65 20 77 69 74 68 0a 43 53 4c 49 50 20 |tage with.CSLIP | 000021e0 69 73 20 63 6f 6e 73 69 64 65 72 61 62 6c 79 20 |is considerably | 000021f0 72 65 64 75 63 65 64 20 70 65 72 2d 70 61 63 6b |reduced per-pack| 00002200 65 74 20 6f 76 65 72 68 65 61 64 73 2c 20 6d 61 |et overheads, ma| 00002210 6b 69 6e 67 20 74 68 65 20 75 73 65 20 6f 66 20 |king the use of | 00002220 61 0a 73 6d 61 6c 6c 65 72 20 4d 54 55 2c 20 73 |a.smaller MTU, s| 00002230 75 63 68 20 61 73 20 35 37 36 20 72 74 68 65 72 |uch as 576 rther| 00002240 20 74 68 61 6e 20 31 35 30 30 20 6d 6f 72 65 20 | than 1500 more | 00002250 70 72 61 63 74 69 63 61 6c 2e 0a 0a 57 68 65 6e |practical...When| 00002260 20 75 73 65 64 20 77 69 74 68 20 61 20 6c 61 72 | used with a lar| 00002270 67 65 20 4d 54 55 2c 20 74 68 65 20 64 69 66 66 |ge MTU, the diff| 00002280 65 72 65 6e 63 65 20 69 6e 20 46 54 50 20 73 70 |erence in FTP sp| 00002290 65 65 64 2c 20 66 6f 72 20 65 78 61 6d 70 6c 65 |eed, for example| 000022a0 20 69 73 0a 71 75 69 74 65 20 73 6d 61 6c 6c 2c | is.quite small,| 000022b0 20 67 69 76 69 6e 67 20 6d 65 20 31 35 32 38 63 | giving me 1528c| 000022c0 70 73 20 72 61 74 68 65 72 20 74 68 61 6e 20 31 |ps rather than 1| 000022d0 35 30 35 20 63 70 73 20 66 6f 72 20 63 6f 6d 70 |505 cps for comp| 000022e0 72 65 73 73 65 64 0a 61 72 63 68 69 76 65 73 2c |ressed.archives,| 000022f0 20 61 6e 64 20 75 70 74 6f 20 33 32 30 30 63 70 | and upto 3200cp| 00002300 73 20 66 6f 72 20 74 65 78 74 20 66 69 6c 65 73 |s for text files| 00002310 2c 20 63 6f 6d 70 61 72 65 64 20 77 69 74 68 20 |, compared with | 00002320 6a 75 73 74 20 6f 76 65 72 20 33 31 30 30 2e 0a |just over 3100..| 00002330 28 4d 54 55 20 77 61 73 20 31 35 30 30 29 2e 0a |(MTU was 1500)..| 00002340 0a 54 68 65 20 75 73 65 20 43 53 4c 49 50 20 72 |.The use CSLIP r| 00002350 61 74 68 65 72 20 74 68 61 6e 20 53 4c 49 50 2c |ather than SLIP,| 00002360 20 79 6f 75 20 6e 65 65 64 20 74 6f 20 73 70 65 | you need to spe| 00002370 63 69 66 79 20 43 53 4c 49 50 20 69 6e 20 74 68 |cify CSLIP in th| 00002380 65 20 64 65 76 69 63 65 0a 61 74 74 61 63 68 20 |e device.attach | 00002390 63 70 6d 6d 61 6e 64 20 61 73 20 66 6f 6c 6c 6f |cpmmand as follo| 000023a0 77 73 3a 0a 0a 61 74 74 61 63 68 20 61 73 79 20 |ws:..attach asy | 000023b0 69 6e 74 65 72 6e 61 6c 20 30 20 63 73 6c 69 70 |internal 0 cslip| 000023c0 20 73 6c 30 20 32 30 34 38 20 35 37 36 20 30 0a | sl0 2048 576 0.| 000023d0 0a 74 63 70 20 6d 73 73 20 35 33 36 0a 0a 54 68 |.tcp mss 536..Th| 000023e0 69 73 20 73 68 6f 75 6c 64 20 67 69 76 65 20 61 |is should give a| 000023f0 20 73 70 65 65 64 20 73 69 6d 69 6c 61 72 20 74 | speed similar t| 00002400 6f 20 75 73 69 6e 67 20 53 4c 49 50 20 77 69 74 |o using SLIP wit| 00002410 68 20 61 20 31 35 30 30 62 79 74 65 20 4d 54 55 |h a 1500byte MTU| 00002420 2e 0a 0a 0a 4e 4e 54 50 20 4d 65 73 73 61 67 65 |....NNTP Message| 00002430 2d 49 44 20 48 69 73 74 6f 72 79 0a 2d 2d 2d 2d |-ID History.----| 00002440 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00002450 2d 2d 2d 0a 0a 54 68 69 73 20 76 65 72 73 69 6f |---..This versio| 00002460 6e 20 68 61 73 20 61 20 6e 65 77 20 4e 4e 54 50 |n has a new NNTP| 00002470 20 64 75 70 6c 69 63 61 74 65 73 20 68 69 73 74 | duplicates hist| 00002480 6f 72 79 20 77 69 74 68 20 61 20 73 6c 69 67 68 |ory with a sligh| 00002490 74 6c 79 20 64 69 66 66 65 72 65 6e 74 0a 66 6f |tly different.fo| 000024a0 72 6d 61 74 20 74 6f 20 70 72 65 76 69 6f 75 73 |rmat to previous| 000024b0 20 76 65 72 73 69 6f 6e 73 2e 0a 0a 55 73 65 72 | versions...User| 000024c0 73 20 6f 66 20 21 4e 65 77 73 62 61 73 65 20 77 |s of !Newsbase w| 000024d0 69 6c 6c 20 6e 65 65 64 20 74 6f 20 64 69 73 61 |ill need to disa| 000024e0 62 6c 65 20 74 72 69 6d 6d 69 6e 67 20 61 73 20 |ble trimming as | 000024f0 74 68 65 20 74 72 69 6d 20 75 74 69 6c 69 74 79 |the trim utility| 00002500 0a 77 69 6c 6c 20 6e 6f 74 20 62 65 20 61 62 6c |.will not be abl| 00002510 65 20 74 6f 20 66 69 6e 64 20 74 68 65 20 68 69 |e to find the hi| 00002520 73 74 6f 72 79 20 66 69 6c 65 20 61 6e 79 77 61 |story file anywa| 00002530 79 2e 20 54 68 65 20 6e 65 77 20 68 69 73 74 6f |y. The new histo| 00002540 72 79 20 66 69 6c 65 0a 69 73 20 61 75 74 6f 6d |ry file.is autom| 00002550 61 74 69 63 61 6c 6c 79 20 74 72 69 6d 6d 65 64 |atically trimmed| 00002560 20 77 68 65 6e 20 73 61 76 65 64 2e 0a 0a 41 20 | when saved...A | 00002570 6e 65 77 20 22 6e 6e 74 70 20 74 72 69 6d 22 20 |new "nntp trim" | 00002580 63 6f 6d 6d 61 6e 64 20 68 61 73 20 62 65 65 6e |command has been| 00002590 20 61 64 64 65 64 20 74 6f 20 63 6f 6e 74 72 6f | added to contro| 000025a0 6c 20 68 69 73 74 6f 72 79 20 74 72 69 6d 6d 69 |l history trimmi| 000025b0 6e 67 3a 0a 0a 53 79 6e 74 61 78 3a 20 6e 6e 74 |ng:..Syntax: nnt| 000025c0 70 20 74 72 69 6d 20 3c 6d 61 78 20 69 64 20 61 |p trim <max id a| 000025d0 67 65 20 69 6e 20 68 6f 75 72 73 3e 0a 0a 54 68 |ge in hours>..Th| 000025e0 65 20 64 65 66 61 75 6c 74 20 74 72 69 6d 20 61 |e default trim a| 000025f0 67 65 20 69 73 20 37 32 20 68 6f 75 72 73 20 28 |ge is 72 hours (| 00002600 33 20 64 61 79 73 29 2e 0a |3 days)..| 00002609