Home » Personal collection » Acorn hard disk » apps » web » Telnet/!SFTP/History

Telnet/!SFTP/History

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 » Personal collection » Acorn hard disk » apps » web
Filename: Telnet/!SFTP/History
Read OK:
File size: 2D8B bytes
Load address: 0000
Exec address: 0000
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
History 
~~~~~~~

7th Jul 97
0.35	Added support for PASV (thanks Jogu :) so sFTP can now be used from 
	behind firewalls.  (NB: This was quite a major alteration).
	Fiddled some more with what does or does not get printed as a result of 	verbose off mode some more. 

28th Jun 97 *** Not released ***
0.34	Added the ability to drag a directory to the 'Local Dir' writable field 	in the frontend Profile window.
	Stopped it issuing a CWD command if you leave the remote dir blank on           the frontend.
	Fixed problem whereby a server name in a profile that matched another
	profile name would cause the second profile to be opened instead.
	Fixed problem whereby starting sftp in a taskwindow and typing just 
	one parameter caused the parameter to be ignored.

22nd Jun 97
0.33	Tried to add a check to make sure that if an editor hasn't already been
	seen by the filer then sftp warns you and doesn't attempt to 
	connect - causing a system error.  Still does it for Edit and StrongEd.
	If zap has been seen but isn't loaded - it now gets loaded.
	
	Reduced the slight delay problem with putting when putnewer is off.
	Minor aesthetic changes to the templates.
	Added check to front end for existence of localdir if one is specified.
	Rewrote lcd and ldir (lls) to allow for ramfs:dirname type 
	directory specifications, as well as ordinary and fileimages.	
	Changed the login writable icon so that you can type any character.
	
14th Jun 97
0.32    Fixed the not allowing puts from image files. 


9th Jun 97
0.31	Fixed a few small bugs (to do with mget mainly).
	Added back the ability to run a script and specify command line    
	parameters (as well as being able to specify just a script file
	that does everything.
	
8th Jun 97	
0.30	Added adjust option from the iconbar menu to give a quick method of
	selecting a profile and connecting.
	Changed Bell switch from -G to -B.  Added switch -P for putnewer and 
	changed switch for getnewer to -G.  Changed switch for verbose from -V
	to -Q.  Changed switch for syslogging off from -V to -S.
	Added 'putnewer'.
	Fixed occasional timeout bug when getting small files.
	Made existing prompt option - include prompt for remote file
	overwrites as well as local.

4th Jun 97
0.29	Released version.

1st Jun 97
0.29Beta2
	Fixed passwording problem causing password to work only when freshly 	typed in.	
	Modified script handling routine so that you can supply the host, 
	userid and password all as part of the script.
	Added getnewer.

21st May 1997 *** Not released ***
0.29Beta1
	Added lunique.
	sFTP now ignores any lines that start with a ';' to allow for 
	comments in script files.
	Improved handling of socket errors. (thanks Jogu :)
	
13th May 97 *** Not released - superceeded by 0.29 ***
0.28beta4
	Added back some reporting when verbose is set to off (cause it was
	a bit severe).
	Added correct date and timestamping of files on a get (thanks Jogu :)
	Corrected bug in password encrypting routine.
	Altered syslog level so that 0 means no logging at all.
	

11th May 97 *** withdrawn due to slight bug in password encrypting
0.28beta3
	Altered some of the dialog box displays to take into account system 	font.
	Added a simple crypting algorithm for the passwords (thanks Chris :)
	Added Profiles... option to the iconbar which just does the same as 
	clicking select on the icon on the iconbar.
	Fixed frontend not passing on client timeout value to main program.
	(added -X nnn as a parameter to pass the timeout value in with).
	Fixed lls so that lls $.something doesn't cause sftp to crash. Also
	made it so that the -l parameter can be passed in any position.
	FIxed lcd so $/something doesn't cause sftp to crash.

4th May 97
0.28beta2
	Fixed delete menu not showing list of profiles in the config box.
	Fixed dput.
	Fixed syslogging (altered by typing the command debug nnn).

2nd May 97 *** Not released
0.28beta1
	Added dput - to recursively put a directory and all subdirectories.
	Changed it so that starting up sftp from a taskwindow without 
	specifying a local directory will take the current CSD.
	lcd/lcdup rewritten.
	Added logging using Doggysoft's !syslog.  Can be controlled from 
	within by typing debug and a number to indicate the level of logging.
	Added options dialogue box to the profile window so you can select the
	flags.  Also added a configuration option off the iconbar config menu
	to select the preferred defaults.
	
3rd Apr 97
0.27	Added support for the line editor module.
	Bug fixed where StrongEd complains 'Repeated Paramater'.
	Bug fixed frontend crashing if profiles dir doesn't exist.
	Bug fixed where a server not supporting the SIZE command has more 
	than one set of brackets in the 150 return information which I use
	in an attempt to determine the size in the event of SIZE not being
	implemented..
	Bug fixed where dir <dir> didn't and only showed the current dir.
	 

18th Mar 97 (Bug fixes)
0.26c	Fixed bug with rhelp not working properly.
	Removed show command from the messages file.
	Added profile name to taskwindow title bar - if spawned from the 
	frontend.
	Fixed lcdup.
	Fixed put so that it uses the CSD to put from if affectcsd is 
	set to ON.
	Added note in the !help file on how to subscribe to the sftp
	mailing list so you can be told when there's a new release out.
	Allowed for '?keyword' as well as '? keyword'.

16th Mar 97 (Beta)
0.26b	Added 'Affect global CSD' option button to frontend. (see !help 
        for more details)
        Added 'affectcsd' option to command line to switch it on or off.
        Removed the 'Open CSD' option from the iconbar menu and replaced
        it with a 'downloads' command to be typed in to display the current 
        downloads directory, since the frontend might have spawned 
        multiple session with different download directories.
        Added various command line switches :
       		(-A, -G, -S, -N, -C, -R) see !help file.
        Added the ability to save the result of an ls to a file. The file 
        is automatically opened, and the parameters for an ls can now be 
        done in any order.
        	ls [-l] [filespec] [>local-filename]
        Added the ability to run sFTP with a script file containing all the 
        commands you want to use - for a completely automated session.
            	sftp profile ~scriptfile
        Added a '-a' switch to mget and mput so that you specify an 
        automated mget or mput (for use in script files).

25th Feb 97
0.25	Now REMsureing the WimpExt module from inside sFTP so it can be 
	run from the command line independantly of the frontend without 
	needing to have had the !run file run once.  (!sftp still has 
	to have been seen by the filer though).
	Added an Iconbar menu item to open the cuurently selected
	directory - and removed it from the being opened automatically 
	from the !Run file.
	Made it so it only says "Close the window" when you quit - if it 
	was initiated from the frontend. 
	Added additional field to frontend to allow user to specify local
	hard disk CSD - for uploads and downloads.
	Modified (simplified) the example scripts slightly.
	Corrected a couple of faults in the !run file.
	Added 'lls [local-directory] [-l]'.
	Added 'lcd local-directory'.
	Added 'lpwd'.
	Removed the display of '*'s when the password is typed in in sFTP 
	(not the frontend).
	Added 'ldir'.
	Added button icon to the frontend so users can quickly select the 
	downloads dir held within !sftp (now renamed to 'Transfers') - to 
	be known as the default (to satisfy those like me who rather quite
	liked having a default dir).
	Added lcdup     lcd ..   and lcd ^
	Added * for shell commands as well.
	Made the delete command delete a file, a wildcarded filename or a 
	directory without having to specify mdelete or ddelete.
	Removed ddelete and mdelete.

18 Feb 97
0.24    Changed the profile name menu to be a stringset gadget - then 
	changed it back again cause stringsets seem very buggy.
	Changed the profile name from a restricted 10 chars to 40 free 
	text - from both the front end and the sFTP command line.
	Added '!' for shell commands.
	Added temporary 'Remove' icon to the frontend so users can 
	delete a profile without needing to know what the filename is.
	Added 'Email Address' from the main iconbar icon menu - so users 
	can easily change it if need be.
	Stopped connect appearing to block (I hope).
	Modified 'profiles' command to display the new free text format 
	profile names.
	Added TAB for 'save' and 'open' profile-name completion (so far 
	it only cycles through the entire list of profile names).

10 Feb 97
0.23	Fixed bug that meant 0.22 didn't work with the StrongArm processor.
	Allowance made for shortened versions of the commands and a 
	message if ambiguous. 
        A warning added if you attempt to save a profile with a profile 
        name that already exists. 

09 Feb 97
0.22	Added FrontEnd
	Added 'ddelete remote-dir' - to delete an entire directory tree 
	structure from the specified dir down 
	*** use with extreme care ***

31 Jan 97
0.21	First Beta release.
        Fixed so it works properly with freenet version 2.00
	Fixed get bug affecting download speed.
	Added an 'a' (automatic) option to mget, mdelete and mput 
	so that you can turn off prompting for each file once the mget,
	mput or mdelete has already started.

26 Jan 97
0.20	Added 'reget'.
        Rewrote the put routine.

20 Jan 97
0.19	Dir fixed so it does a 'ls -l' not just an 'ls'.
	Improved screen formatting.
	Fixed abort on put command.
	More error checking added.

13 Jan 97
0.18 	Bug fixes.
	Due to popular request - 'nlist' has been removed and substituted 
	with 'ls -l' instead. i.e. ls now has a switch to tell it whether 
	to display the full listing information.  No switch will list 
	just the filenames.
	Transfer information is now only updated every second.
	Detection of whether the server allows STOU
	
11 Jan 97
0.17	Bug fixes.

29 Dec 96
0.16	Partial rewrite.
	Added 'debug <level no>'.
	Modified read to display the text file in an editor window rather 
	than the current task window.
	Added 'append'.
	Added 'runique'.
	Several bug fixes.

17 Dec 96
0.15	Fixed mdelete.
        Added Transferred rate (bytes/sec) for uploads.
        Added 'abort' for uploads.
        Added 'site'.
        Added 'runique'.

16 Dec 96
0.14	Added command line activation to enable the use of scripts.
	Added 'chmod mode filename'.
	Fixed slight listing bug on ls when listing a long directory. 
	Hash removed and replaced with constantly updating transfer 
	information.
	Fixed get.
	Fixed mget.
	Fixed put.
	Fixed mput.
	Added 'prompt'.
	Removed 'pwdl', 'lsl', 'dirl', 'cdupl', 'cdl'. Replaced with a 
	Downloads folder that is automatically opened when sftp is run.
	Added 'read'.
	Added filetyping of downloaded files.
	Added 'user'.
	Added 'pass'.
	Added 'account'.
	Added 'mdelete'.
	Added 'nlist'.

02 Dec 96
0.13	Converted to non-blocking sockets.
	Automatic detection of a timed out control connection.
	Changed the way the list of presaved profiles is displayed.
	Added 'abort' for downloads.
	
24 Nov 96
0.12	Added 'profiles'.
	Changed 'status' to be 'rstatus'.
	Added status to display the status of sftp.
	Added 'verbose'.
	Various bug fixes.
	Added Transferred rate (bytes/sec) for downloads.
	Added 'pwdl'.
	Restricted valid keypresses >=32 <=127
	Deals with no Messages file
	Added 'abort'.
	
19 Nov 96
0.11	Added 'save <profile>' and 'open <profile>'.
	Added 'quote string'.
	Display ip number of ftp site.
	Added 'help all', 'help <command>' and '?'.
	Added 'rhelp' for remote help.
	Added 'version'.
	Removed 'disconnect'.

10 Nov 96	
0.1	First alpha release.
	
00000000  48 69 73 74 6f 72 79 20  0a 7e 7e 7e 7e 7e 7e 7e  |History .~~~~~~~|
00000010  0a 0a 37 74 68 20 4a 75  6c 20 39 37 0a 30 2e 33  |..7th Jul 97.0.3|
00000020  35 09 41 64 64 65 64 20  73 75 70 70 6f 72 74 20  |5.Added support |
00000030  66 6f 72 20 50 41 53 56  20 28 74 68 61 6e 6b 73  |for PASV (thanks|
00000040  20 4a 6f 67 75 20 3a 29  20 73 6f 20 73 46 54 50  | Jogu :) so sFTP|
00000050  20 63 61 6e 20 6e 6f 77  20 62 65 20 75 73 65 64  | can now be used|
00000060  20 66 72 6f 6d 20 0a 09  62 65 68 69 6e 64 20 66  | from ..behind f|
00000070  69 72 65 77 61 6c 6c 73  2e 20 20 28 4e 42 3a 20  |irewalls.  (NB: |
00000080  54 68 69 73 20 77 61 73  20 71 75 69 74 65 20 61  |This was quite a|
00000090  20 6d 61 6a 6f 72 20 61  6c 74 65 72 61 74 69 6f  | major alteratio|
000000a0  6e 29 2e 0a 09 46 69 64  64 6c 65 64 20 73 6f 6d  |n)...Fiddled som|
000000b0  65 20 6d 6f 72 65 20 77  69 74 68 20 77 68 61 74  |e more with what|
000000c0  20 64 6f 65 73 20 6f 72  20 64 6f 65 73 20 6e 6f  | does or does no|
000000d0  74 20 67 65 74 20 70 72  69 6e 74 65 64 20 61 73  |t get printed as|
000000e0  20 61 20 72 65 73 75 6c  74 20 6f 66 20 09 76 65  | a result of .ve|
000000f0  72 62 6f 73 65 20 6f 66  66 20 6d 6f 64 65 20 73  |rbose off mode s|
00000100  6f 6d 65 20 6d 6f 72 65  2e 20 0a 0a 32 38 74 68  |ome more. ..28th|
00000110  20 4a 75 6e 20 39 37 20  2a 2a 2a 20 4e 6f 74 20  | Jun 97 *** Not |
00000120  72 65 6c 65 61 73 65 64  20 2a 2a 2a 0a 30 2e 33  |released ***.0.3|
00000130  34 09 41 64 64 65 64 20  74 68 65 20 61 62 69 6c  |4.Added the abil|
00000140  69 74 79 20 74 6f 20 64  72 61 67 20 61 20 64 69  |ity to drag a di|
00000150  72 65 63 74 6f 72 79 20  74 6f 20 74 68 65 20 27  |rectory to the '|
00000160  4c 6f 63 61 6c 20 44 69  72 27 20 77 72 69 74 61  |Local Dir' writa|
00000170  62 6c 65 20 66 69 65 6c  64 20 09 69 6e 20 74 68  |ble field .in th|
00000180  65 20 66 72 6f 6e 74 65  6e 64 20 50 72 6f 66 69  |e frontend Profi|
00000190  6c 65 20 77 69 6e 64 6f  77 2e 0a 09 53 74 6f 70  |le window...Stop|
000001a0  70 65 64 20 69 74 20 69  73 73 75 69 6e 67 20 61  |ped it issuing a|
000001b0  20 43 57 44 20 63 6f 6d  6d 61 6e 64 20 69 66 20  | CWD command if |
000001c0  79 6f 75 20 6c 65 61 76  65 20 74 68 65 20 72 65  |you leave the re|
000001d0  6d 6f 74 65 20 64 69 72  20 62 6c 61 6e 6b 20 6f  |mote dir blank o|
000001e0  6e 20 20 20 20 20 20 20  20 20 20 20 74 68 65 20  |n           the |
000001f0  66 72 6f 6e 74 65 6e 64  2e 0a 09 46 69 78 65 64  |frontend...Fixed|
00000200  20 70 72 6f 62 6c 65 6d  20 77 68 65 72 65 62 79  | problem whereby|
00000210  20 61 20 73 65 72 76 65  72 20 6e 61 6d 65 20 69  | a server name i|
00000220  6e 20 61 20 70 72 6f 66  69 6c 65 20 74 68 61 74  |n a profile that|
00000230  20 6d 61 74 63 68 65 64  20 61 6e 6f 74 68 65 72  | matched another|
00000240  0a 09 70 72 6f 66 69 6c  65 20 6e 61 6d 65 20 77  |..profile name w|
00000250  6f 75 6c 64 20 63 61 75  73 65 20 74 68 65 20 73  |ould cause the s|
00000260  65 63 6f 6e 64 20 70 72  6f 66 69 6c 65 20 74 6f  |econd profile to|
00000270  20 62 65 20 6f 70 65 6e  65 64 20 69 6e 73 74 65  | be opened inste|
00000280  61 64 2e 0a 09 46 69 78  65 64 20 70 72 6f 62 6c  |ad...Fixed probl|
00000290  65 6d 20 77 68 65 72 65  62 79 20 73 74 61 72 74  |em whereby start|
000002a0  69 6e 67 20 73 66 74 70  20 69 6e 20 61 20 74 61  |ing sftp in a ta|
000002b0  73 6b 77 69 6e 64 6f 77  20 61 6e 64 20 74 79 70  |skwindow and typ|
000002c0  69 6e 67 20 6a 75 73 74  20 0a 09 6f 6e 65 20 70  |ing just ..one p|
000002d0  61 72 61 6d 65 74 65 72  20 63 61 75 73 65 64 20  |arameter caused |
000002e0  74 68 65 20 70 61 72 61  6d 65 74 65 72 20 74 6f  |the parameter to|
000002f0  20 62 65 20 69 67 6e 6f  72 65 64 2e 0a 0a 32 32  | be ignored...22|
00000300  6e 64 20 4a 75 6e 20 39  37 0a 30 2e 33 33 09 54  |nd Jun 97.0.33.T|
00000310  72 69 65 64 20 74 6f 20  61 64 64 20 61 20 63 68  |ried to add a ch|
00000320  65 63 6b 20 74 6f 20 6d  61 6b 65 20 73 75 72 65  |eck to make sure|
00000330  20 74 68 61 74 20 69 66  20 61 6e 20 65 64 69 74  | that if an edit|
00000340  6f 72 20 68 61 73 6e 27  74 20 61 6c 72 65 61 64  |or hasn't alread|
00000350  79 20 62 65 65 6e 0a 09  73 65 65 6e 20 62 79 20  |y been..seen by |
00000360  74 68 65 20 66 69 6c 65  72 20 74 68 65 6e 20 73  |the filer then s|
00000370  66 74 70 20 77 61 72 6e  73 20 79 6f 75 20 61 6e  |ftp warns you an|
00000380  64 20 64 6f 65 73 6e 27  74 20 61 74 74 65 6d 70  |d doesn't attemp|
00000390  74 20 74 6f 20 0a 09 63  6f 6e 6e 65 63 74 20 2d  |t to ..connect -|
000003a0  20 63 61 75 73 69 6e 67  20 61 20 73 79 73 74 65  | causing a syste|
000003b0  6d 20 65 72 72 6f 72 2e  20 20 53 74 69 6c 6c 20  |m error.  Still |
000003c0  64 6f 65 73 20 69 74 20  66 6f 72 20 45 64 69 74  |does it for Edit|
000003d0  20 61 6e 64 20 53 74 72  6f 6e 67 45 64 2e 0a 09  | and StrongEd...|
000003e0  49 66 20 7a 61 70 20 68  61 73 20 62 65 65 6e 20  |If zap has been |
000003f0  73 65 65 6e 20 62 75 74  20 69 73 6e 27 74 20 6c  |seen but isn't l|
00000400  6f 61 64 65 64 20 2d 20  69 74 20 6e 6f 77 20 67  |oaded - it now g|
00000410  65 74 73 20 6c 6f 61 64  65 64 2e 0a 09 0a 09 52  |ets loaded.....R|
00000420  65 64 75 63 65 64 20 74  68 65 20 73 6c 69 67 68  |educed the sligh|
00000430  74 20 64 65 6c 61 79 20  70 72 6f 62 6c 65 6d 20  |t delay problem |
00000440  77 69 74 68 20 70 75 74  74 69 6e 67 20 77 68 65  |with putting whe|
00000450  6e 20 70 75 74 6e 65 77  65 72 20 69 73 20 6f 66  |n putnewer is of|
00000460  66 2e 0a 09 4d 69 6e 6f  72 20 61 65 73 74 68 65  |f...Minor aesthe|
00000470  74 69 63 20 63 68 61 6e  67 65 73 20 74 6f 20 74  |tic changes to t|
00000480  68 65 20 74 65 6d 70 6c  61 74 65 73 2e 0a 09 41  |he templates...A|
00000490  64 64 65 64 20 63 68 65  63 6b 20 74 6f 20 66 72  |dded check to fr|
000004a0  6f 6e 74 20 65 6e 64 20  66 6f 72 20 65 78 69 73  |ont end for exis|
000004b0  74 65 6e 63 65 20 6f 66  20 6c 6f 63 61 6c 64 69  |tence of localdi|
000004c0  72 20 69 66 20 6f 6e 65  20 69 73 20 73 70 65 63  |r if one is spec|
000004d0  69 66 69 65 64 2e 0a 09  52 65 77 72 6f 74 65 20  |ified...Rewrote |
000004e0  6c 63 64 20 61 6e 64 20  6c 64 69 72 20 28 6c 6c  |lcd and ldir (ll|
000004f0  73 29 20 74 6f 20 61 6c  6c 6f 77 20 66 6f 72 20  |s) to allow for |
00000500  72 61 6d 66 73 3a 64 69  72 6e 61 6d 65 20 74 79  |ramfs:dirname ty|
00000510  70 65 20 0a 09 64 69 72  65 63 74 6f 72 79 20 73  |pe ..directory s|
00000520  70 65 63 69 66 69 63 61  74 69 6f 6e 73 2c 20 61  |pecifications, a|
00000530  73 20 77 65 6c 6c 20 61  73 20 6f 72 64 69 6e 61  |s well as ordina|
00000540  72 79 20 61 6e 64 20 66  69 6c 65 69 6d 61 67 65  |ry and fileimage|
00000550  73 2e 09 0a 09 43 68 61  6e 67 65 64 20 74 68 65  |s....Changed the|
00000560  20 6c 6f 67 69 6e 20 77  72 69 74 61 62 6c 65 20  | login writable |
00000570  69 63 6f 6e 20 73 6f 20  74 68 61 74 20 79 6f 75  |icon so that you|
00000580  20 63 61 6e 20 74 79 70  65 20 61 6e 79 20 63 68  | can type any ch|
00000590  61 72 61 63 74 65 72 2e  0a 09 0a 31 34 74 68 20  |aracter....14th |
000005a0  4a 75 6e 20 39 37 0a 30  2e 33 32 20 20 20 20 46  |Jun 97.0.32    F|
000005b0  69 78 65 64 20 74 68 65  20 6e 6f 74 20 61 6c 6c  |ixed the not all|
000005c0  6f 77 69 6e 67 20 70 75  74 73 20 66 72 6f 6d 20  |owing puts from |
000005d0  69 6d 61 67 65 20 66 69  6c 65 73 2e 20 0a 0a 0a  |image files. ...|
000005e0  39 74 68 20 4a 75 6e 20  39 37 0a 30 2e 33 31 09  |9th Jun 97.0.31.|
000005f0  46 69 78 65 64 20 61 20  66 65 77 20 73 6d 61 6c  |Fixed a few smal|
00000600  6c 20 62 75 67 73 20 28  74 6f 20 64 6f 20 77 69  |l bugs (to do wi|
00000610  74 68 20 6d 67 65 74 20  6d 61 69 6e 6c 79 29 2e  |th mget mainly).|
00000620  0a 09 41 64 64 65 64 20  62 61 63 6b 20 74 68 65  |..Added back the|
00000630  20 61 62 69 6c 69 74 79  20 74 6f 20 72 75 6e 20  | ability to run |
00000640  61 20 73 63 72 69 70 74  20 61 6e 64 20 73 70 65  |a script and spe|
00000650  63 69 66 79 20 63 6f 6d  6d 61 6e 64 20 6c 69 6e  |cify command lin|
00000660  65 20 20 20 20 0a 09 70  61 72 61 6d 65 74 65 72  |e    ..parameter|
00000670  73 20 28 61 73 20 77 65  6c 6c 20 61 73 20 62 65  |s (as well as be|
00000680  69 6e 67 20 61 62 6c 65  20 74 6f 20 73 70 65 63  |ing able to spec|
00000690  69 66 79 20 6a 75 73 74  20 61 20 73 63 72 69 70  |ify just a scrip|
000006a0  74 20 66 69 6c 65 0a 09  74 68 61 74 20 64 6f 65  |t file..that doe|
000006b0  73 20 65 76 65 72 79 74  68 69 6e 67 2e 0a 09 0a  |s everything....|
000006c0  38 74 68 20 4a 75 6e 20  39 37 09 0a 30 2e 33 30  |8th Jun 97..0.30|
000006d0  09 41 64 64 65 64 20 61  64 6a 75 73 74 20 6f 70  |.Added adjust op|
000006e0  74 69 6f 6e 20 66 72 6f  6d 20 74 68 65 20 69 63  |tion from the ic|
000006f0  6f 6e 62 61 72 20 6d 65  6e 75 20 74 6f 20 67 69  |onbar menu to gi|
00000700  76 65 20 61 20 71 75 69  63 6b 20 6d 65 74 68 6f  |ve a quick metho|
00000710  64 20 6f 66 0a 09 73 65  6c 65 63 74 69 6e 67 20  |d of..selecting |
00000720  61 20 70 72 6f 66 69 6c  65 20 61 6e 64 20 63 6f  |a profile and co|
00000730  6e 6e 65 63 74 69 6e 67  2e 0a 09 43 68 61 6e 67  |nnecting...Chang|
00000740  65 64 20 42 65 6c 6c 20  73 77 69 74 63 68 20 66  |ed Bell switch f|
00000750  72 6f 6d 20 2d 47 20 74  6f 20 2d 42 2e 20 20 41  |rom -G to -B.  A|
00000760  64 64 65 64 20 73 77 69  74 63 68 20 2d 50 20 66  |dded switch -P f|
00000770  6f 72 20 70 75 74 6e 65  77 65 72 20 61 6e 64 20  |or putnewer and |
00000780  0a 09 63 68 61 6e 67 65  64 20 73 77 69 74 63 68  |..changed switch|
00000790  20 66 6f 72 20 67 65 74  6e 65 77 65 72 20 74 6f  | for getnewer to|
000007a0  20 2d 47 2e 20 20 43 68  61 6e 67 65 64 20 73 77  | -G.  Changed sw|
000007b0  69 74 63 68 20 66 6f 72  20 76 65 72 62 6f 73 65  |itch for verbose|
000007c0  20 66 72 6f 6d 20 2d 56  0a 09 74 6f 20 2d 51 2e  | from -V..to -Q.|
000007d0  20 20 43 68 61 6e 67 65  64 20 73 77 69 74 63 68  |  Changed switch|
000007e0  20 66 6f 72 20 73 79 73  6c 6f 67 67 69 6e 67 20  | for syslogging |
000007f0  6f 66 66 20 66 72 6f 6d  20 2d 56 20 74 6f 20 2d  |off from -V to -|
00000800  53 2e 0a 09 41 64 64 65  64 20 27 70 75 74 6e 65  |S...Added 'putne|
00000810  77 65 72 27 2e 0a 09 46  69 78 65 64 20 6f 63 63  |wer'...Fixed occ|
00000820  61 73 69 6f 6e 61 6c 20  74 69 6d 65 6f 75 74 20  |asional timeout |
00000830  62 75 67 20 77 68 65 6e  20 67 65 74 74 69 6e 67  |bug when getting|
00000840  20 73 6d 61 6c 6c 20 66  69 6c 65 73 2e 0a 09 4d  | small files...M|
00000850  61 64 65 20 65 78 69 73  74 69 6e 67 20 70 72 6f  |ade existing pro|
00000860  6d 70 74 20 6f 70 74 69  6f 6e 20 2d 20 69 6e 63  |mpt option - inc|
00000870  6c 75 64 65 20 70 72 6f  6d 70 74 20 66 6f 72 20  |lude prompt for |
00000880  72 65 6d 6f 74 65 20 66  69 6c 65 0a 09 6f 76 65  |remote file..ove|
00000890  72 77 72 69 74 65 73 20  61 73 20 77 65 6c 6c 20  |rwrites as well |
000008a0  61 73 20 6c 6f 63 61 6c  2e 0a 0a 34 74 68 20 4a  |as local...4th J|
000008b0  75 6e 20 39 37 0a 30 2e  32 39 09 52 65 6c 65 61  |un 97.0.29.Relea|
000008c0  73 65 64 20 76 65 72 73  69 6f 6e 2e 0a 0a 31 73  |sed version...1s|
000008d0  74 20 4a 75 6e 20 39 37  0a 30 2e 32 39 42 65 74  |t Jun 97.0.29Bet|
000008e0  61 32 0a 09 46 69 78 65  64 20 70 61 73 73 77 6f  |a2..Fixed passwo|
000008f0  72 64 69 6e 67 20 70 72  6f 62 6c 65 6d 20 63 61  |rding problem ca|
00000900  75 73 69 6e 67 20 70 61  73 73 77 6f 72 64 20 74  |using password t|
00000910  6f 20 77 6f 72 6b 20 6f  6e 6c 79 20 77 68 65 6e  |o work only when|
00000920  20 66 72 65 73 68 6c 79  20 09 74 79 70 65 64 20  | freshly .typed |
00000930  69 6e 2e 09 0a 09 4d 6f  64 69 66 69 65 64 20 73  |in....Modified s|
00000940  63 72 69 70 74 20 68 61  6e 64 6c 69 6e 67 20 72  |cript handling r|
00000950  6f 75 74 69 6e 65 20 73  6f 20 74 68 61 74 20 79  |outine so that y|
00000960  6f 75 20 63 61 6e 20 73  75 70 70 6c 79 20 74 68  |ou can supply th|
00000970  65 20 68 6f 73 74 2c 20  0a 09 75 73 65 72 69 64  |e host, ..userid|
00000980  20 61 6e 64 20 70 61 73  73 77 6f 72 64 20 61 6c  | and password al|
00000990  6c 20 61 73 20 70 61 72  74 20 6f 66 20 74 68 65  |l as part of the|
000009a0  20 73 63 72 69 70 74 2e  0a 09 41 64 64 65 64 20  | script...Added |
000009b0  67 65 74 6e 65 77 65 72  2e 0a 0a 32 31 73 74 20  |getnewer...21st |
000009c0  4d 61 79 20 31 39 39 37  20 2a 2a 2a 20 4e 6f 74  |May 1997 *** Not|
000009d0  20 72 65 6c 65 61 73 65  64 20 2a 2a 2a 0a 30 2e  | released ***.0.|
000009e0  32 39 42 65 74 61 31 0a  09 41 64 64 65 64 20 6c  |29Beta1..Added l|
000009f0  75 6e 69 71 75 65 2e 0a  09 73 46 54 50 20 6e 6f  |unique...sFTP no|
00000a00  77 20 69 67 6e 6f 72 65  73 20 61 6e 79 20 6c 69  |w ignores any li|
00000a10  6e 65 73 20 74 68 61 74  20 73 74 61 72 74 20 77  |nes that start w|
00000a20  69 74 68 20 61 20 27 3b  27 20 74 6f 20 61 6c 6c  |ith a ';' to all|
00000a30  6f 77 20 66 6f 72 20 0a  09 63 6f 6d 6d 65 6e 74  |ow for ..comment|
00000a40  73 20 69 6e 20 73 63 72  69 70 74 20 66 69 6c 65  |s in script file|
00000a50  73 2e 0a 09 49 6d 70 72  6f 76 65 64 20 68 61 6e  |s...Improved han|
00000a60  64 6c 69 6e 67 20 6f 66  20 73 6f 63 6b 65 74 20  |dling of socket |
00000a70  65 72 72 6f 72 73 2e 20  28 74 68 61 6e 6b 73 20  |errors. (thanks |
00000a80  4a 6f 67 75 20 3a 29 0a  09 0a 31 33 74 68 20 4d  |Jogu :)...13th M|
00000a90  61 79 20 39 37 20 2a 2a  2a 20 4e 6f 74 20 72 65  |ay 97 *** Not re|
00000aa0  6c 65 61 73 65 64 20 2d  20 73 75 70 65 72 63 65  |leased - superce|
00000ab0  65 64 65 64 20 62 79 20  30 2e 32 39 20 2a 2a 2a  |eded by 0.29 ***|
00000ac0  0a 30 2e 32 38 62 65 74  61 34 0a 09 41 64 64 65  |.0.28beta4..Adde|
00000ad0  64 20 62 61 63 6b 20 73  6f 6d 65 20 72 65 70 6f  |d back some repo|
00000ae0  72 74 69 6e 67 20 77 68  65 6e 20 76 65 72 62 6f  |rting when verbo|
00000af0  73 65 20 69 73 20 73 65  74 20 74 6f 20 6f 66 66  |se is set to off|
00000b00  20 28 63 61 75 73 65 20  69 74 20 77 61 73 0a 09  | (cause it was..|
00000b10  61 20 62 69 74 20 73 65  76 65 72 65 29 2e 0a 09  |a bit severe)...|
00000b20  41 64 64 65 64 20 63 6f  72 72 65 63 74 20 64 61  |Added correct da|
00000b30  74 65 20 61 6e 64 20 74  69 6d 65 73 74 61 6d 70  |te and timestamp|
00000b40  69 6e 67 20 6f 66 20 66  69 6c 65 73 20 6f 6e 20  |ing of files on |
00000b50  61 20 67 65 74 20 28 74  68 61 6e 6b 73 20 4a 6f  |a get (thanks Jo|
00000b60  67 75 20 3a 29 0a 09 43  6f 72 72 65 63 74 65 64  |gu :)..Corrected|
00000b70  20 62 75 67 20 69 6e 20  70 61 73 73 77 6f 72 64  | bug in password|
00000b80  20 65 6e 63 72 79 70 74  69 6e 67 20 72 6f 75 74  | encrypting rout|
00000b90  69 6e 65 2e 0a 09 41 6c  74 65 72 65 64 20 73 79  |ine...Altered sy|
00000ba0  73 6c 6f 67 20 6c 65 76  65 6c 20 73 6f 20 74 68  |slog level so th|
00000bb0  61 74 20 30 20 6d 65 61  6e 73 20 6e 6f 20 6c 6f  |at 0 means no lo|
00000bc0  67 67 69 6e 67 20 61 74  20 61 6c 6c 2e 0a 09 0a  |gging at all....|
00000bd0  0a 31 31 74 68 20 4d 61  79 20 39 37 20 2a 2a 2a  |.11th May 97 ***|
00000be0  20 77 69 74 68 64 72 61  77 6e 20 64 75 65 20 74  | withdrawn due t|
00000bf0  6f 20 73 6c 69 67 68 74  20 62 75 67 20 69 6e 20  |o slight bug in |
00000c00  70 61 73 73 77 6f 72 64  20 65 6e 63 72 79 70 74  |password encrypt|
00000c10  69 6e 67 0a 30 2e 32 38  62 65 74 61 33 0a 09 41  |ing.0.28beta3..A|
00000c20  6c 74 65 72 65 64 20 73  6f 6d 65 20 6f 66 20 74  |ltered some of t|
00000c30  68 65 20 64 69 61 6c 6f  67 20 62 6f 78 20 64 69  |he dialog box di|
00000c40  73 70 6c 61 79 73 20 74  6f 20 74 61 6b 65 20 69  |splays to take i|
00000c50  6e 74 6f 20 61 63 63 6f  75 6e 74 20 73 79 73 74  |nto account syst|
00000c60  65 6d 20 09 66 6f 6e 74  2e 0a 09 41 64 64 65 64  |em .font...Added|
00000c70  20 61 20 73 69 6d 70 6c  65 20 63 72 79 70 74 69  | a simple crypti|
00000c80  6e 67 20 61 6c 67 6f 72  69 74 68 6d 20 66 6f 72  |ng algorithm for|
00000c90  20 74 68 65 20 70 61 73  73 77 6f 72 64 73 20 28  | the passwords (|
00000ca0  74 68 61 6e 6b 73 20 43  68 72 69 73 20 3a 29 0a  |thanks Chris :).|
00000cb0  09 41 64 64 65 64 20 50  72 6f 66 69 6c 65 73 2e  |.Added Profiles.|
00000cc0  2e 2e 20 6f 70 74 69 6f  6e 20 74 6f 20 74 68 65  |.. option to the|
00000cd0  20 69 63 6f 6e 62 61 72  20 77 68 69 63 68 20 6a  | iconbar which j|
00000ce0  75 73 74 20 64 6f 65 73  20 74 68 65 20 73 61 6d  |ust does the sam|
00000cf0  65 20 61 73 20 0a 09 63  6c 69 63 6b 69 6e 67 20  |e as ..clicking |
00000d00  73 65 6c 65 63 74 20 6f  6e 20 74 68 65 20 69 63  |select on the ic|
00000d10  6f 6e 20 6f 6e 20 74 68  65 20 69 63 6f 6e 62 61  |on on the iconba|
00000d20  72 2e 0a 09 46 69 78 65  64 20 66 72 6f 6e 74 65  |r...Fixed fronte|
00000d30  6e 64 20 6e 6f 74 20 70  61 73 73 69 6e 67 20 6f  |nd not passing o|
00000d40  6e 20 63 6c 69 65 6e 74  20 74 69 6d 65 6f 75 74  |n client timeout|
00000d50  20 76 61 6c 75 65 20 74  6f 20 6d 61 69 6e 20 70  | value to main p|
00000d60  72 6f 67 72 61 6d 2e 0a  09 28 61 64 64 65 64 20  |rogram...(added |
00000d70  2d 58 20 6e 6e 6e 20 61  73 20 61 20 70 61 72 61  |-X nnn as a para|
00000d80  6d 65 74 65 72 20 74 6f  20 70 61 73 73 20 74 68  |meter to pass th|
00000d90  65 20 74 69 6d 65 6f 75  74 20 76 61 6c 75 65 20  |e timeout value |
00000da0  69 6e 20 77 69 74 68 29  2e 0a 09 46 69 78 65 64  |in with)...Fixed|
00000db0  20 6c 6c 73 20 73 6f 20  74 68 61 74 20 6c 6c 73  | lls so that lls|
00000dc0  20 24 2e 73 6f 6d 65 74  68 69 6e 67 20 64 6f 65  | $.something doe|
00000dd0  73 6e 27 74 20 63 61 75  73 65 20 73 66 74 70 20  |sn't cause sftp |
00000de0  74 6f 20 63 72 61 73 68  2e 20 41 6c 73 6f 0a 09  |to crash. Also..|
00000df0  6d 61 64 65 20 69 74 20  73 6f 20 74 68 61 74 20  |made it so that |
00000e00  74 68 65 20 2d 6c 20 70  61 72 61 6d 65 74 65 72  |the -l parameter|
00000e10  20 63 61 6e 20 62 65 20  70 61 73 73 65 64 20 69  | can be passed i|
00000e20  6e 20 61 6e 79 20 70 6f  73 69 74 69 6f 6e 2e 0a  |n any position..|
00000e30  09 46 49 78 65 64 20 6c  63 64 20 73 6f 20 24 2f  |.FIxed lcd so $/|
00000e40  73 6f 6d 65 74 68 69 6e  67 20 64 6f 65 73 6e 27  |something doesn'|
00000e50  74 20 63 61 75 73 65 20  73 66 74 70 20 74 6f 20  |t cause sftp to |
00000e60  63 72 61 73 68 2e 0a 0a  34 74 68 20 4d 61 79 20  |crash...4th May |
00000e70  39 37 0a 30 2e 32 38 62  65 74 61 32 0a 09 46 69  |97.0.28beta2..Fi|
00000e80  78 65 64 20 64 65 6c 65  74 65 20 6d 65 6e 75 20  |xed delete menu |
00000e90  6e 6f 74 20 73 68 6f 77  69 6e 67 20 6c 69 73 74  |not showing list|
00000ea0  20 6f 66 20 70 72 6f 66  69 6c 65 73 20 69 6e 20  | of profiles in |
00000eb0  74 68 65 20 63 6f 6e 66  69 67 20 62 6f 78 2e 0a  |the config box..|
00000ec0  09 46 69 78 65 64 20 64  70 75 74 2e 0a 09 46 69  |.Fixed dput...Fi|
00000ed0  78 65 64 20 73 79 73 6c  6f 67 67 69 6e 67 20 28  |xed syslogging (|
00000ee0  61 6c 74 65 72 65 64 20  62 79 20 74 79 70 69 6e  |altered by typin|
00000ef0  67 20 74 68 65 20 63 6f  6d 6d 61 6e 64 20 64 65  |g the command de|
00000f00  62 75 67 20 6e 6e 6e 29  2e 0a 0a 32 6e 64 20 4d  |bug nnn)...2nd M|
00000f10  61 79 20 39 37 20 2a 2a  2a 20 4e 6f 74 20 72 65  |ay 97 *** Not re|
00000f20  6c 65 61 73 65 64 0a 30  2e 32 38 62 65 74 61 31  |leased.0.28beta1|
00000f30  0a 09 41 64 64 65 64 20  64 70 75 74 20 2d 20 74  |..Added dput - t|
00000f40  6f 20 72 65 63 75 72 73  69 76 65 6c 79 20 70 75  |o recursively pu|
00000f50  74 20 61 20 64 69 72 65  63 74 6f 72 79 20 61 6e  |t a directory an|
00000f60  64 20 61 6c 6c 20 73 75  62 64 69 72 65 63 74 6f  |d all subdirecto|
00000f70  72 69 65 73 2e 0a 09 43  68 61 6e 67 65 64 20 69  |ries...Changed i|
00000f80  74 20 73 6f 20 74 68 61  74 20 73 74 61 72 74 69  |t so that starti|
00000f90  6e 67 20 75 70 20 73 66  74 70 20 66 72 6f 6d 20  |ng up sftp from |
00000fa0  61 20 74 61 73 6b 77 69  6e 64 6f 77 20 77 69 74  |a taskwindow wit|
00000fb0  68 6f 75 74 20 0a 09 73  70 65 63 69 66 79 69 6e  |hout ..specifyin|
00000fc0  67 20 61 20 6c 6f 63 61  6c 20 64 69 72 65 63 74  |g a local direct|
00000fd0  6f 72 79 20 77 69 6c 6c  20 74 61 6b 65 20 74 68  |ory will take th|
00000fe0  65 20 63 75 72 72 65 6e  74 20 43 53 44 2e 0a 09  |e current CSD...|
00000ff0  6c 63 64 2f 6c 63 64 75  70 20 72 65 77 72 69 74  |lcd/lcdup rewrit|
00001000  74 65 6e 2e 0a 09 41 64  64 65 64 20 6c 6f 67 67  |ten...Added logg|
00001010  69 6e 67 20 75 73 69 6e  67 20 44 6f 67 67 79 73  |ing using Doggys|
00001020  6f 66 74 27 73 20 21 73  79 73 6c 6f 67 2e 20 20  |oft's !syslog.  |
00001030  43 61 6e 20 62 65 20 63  6f 6e 74 72 6f 6c 6c 65  |Can be controlle|
00001040  64 20 66 72 6f 6d 20 0a  09 77 69 74 68 69 6e 20  |d from ..within |
00001050  62 79 20 74 79 70 69 6e  67 20 64 65 62 75 67 20  |by typing debug |
00001060  61 6e 64 20 61 20 6e 75  6d 62 65 72 20 74 6f 20  |and a number to |
00001070  69 6e 64 69 63 61 74 65  20 74 68 65 20 6c 65 76  |indicate the lev|
00001080  65 6c 20 6f 66 20 6c 6f  67 67 69 6e 67 2e 0a 09  |el of logging...|
00001090  41 64 64 65 64 20 6f 70  74 69 6f 6e 73 20 64 69  |Added options di|
000010a0  61 6c 6f 67 75 65 20 62  6f 78 20 74 6f 20 74 68  |alogue box to th|
000010b0  65 20 70 72 6f 66 69 6c  65 20 77 69 6e 64 6f 77  |e profile window|
000010c0  20 73 6f 20 79 6f 75 20  63 61 6e 20 73 65 6c 65  | so you can sele|
000010d0  63 74 20 74 68 65 0a 09  66 6c 61 67 73 2e 20 20  |ct the..flags.  |
000010e0  41 6c 73 6f 20 61 64 64  65 64 20 61 20 63 6f 6e  |Also added a con|
000010f0  66 69 67 75 72 61 74 69  6f 6e 20 6f 70 74 69 6f  |figuration optio|
00001100  6e 20 6f 66 66 20 74 68  65 20 69 63 6f 6e 62 61  |n off the iconba|
00001110  72 20 63 6f 6e 66 69 67  20 6d 65 6e 75 0a 09 74  |r config menu..t|
00001120  6f 20 73 65 6c 65 63 74  20 74 68 65 20 70 72 65  |o select the pre|
00001130  66 65 72 72 65 64 20 64  65 66 61 75 6c 74 73 2e  |ferred defaults.|
00001140  0a 09 0a 33 72 64 20 41  70 72 20 39 37 0a 30 2e  |...3rd Apr 97.0.|
00001150  32 37 09 41 64 64 65 64  20 73 75 70 70 6f 72 74  |27.Added support|
00001160  20 66 6f 72 20 74 68 65  20 6c 69 6e 65 20 65 64  | for the line ed|
00001170  69 74 6f 72 20 6d 6f 64  75 6c 65 2e 0a 09 42 75  |itor module...Bu|
00001180  67 20 66 69 78 65 64 20  77 68 65 72 65 20 53 74  |g fixed where St|
00001190  72 6f 6e 67 45 64 20 63  6f 6d 70 6c 61 69 6e 73  |rongEd complains|
000011a0  20 27 52 65 70 65 61 74  65 64 20 50 61 72 61 6d  | 'Repeated Param|
000011b0  61 74 65 72 27 2e 0a 09  42 75 67 20 66 69 78 65  |ater'...Bug fixe|
000011c0  64 20 66 72 6f 6e 74 65  6e 64 20 63 72 61 73 68  |d frontend crash|
000011d0  69 6e 67 20 69 66 20 70  72 6f 66 69 6c 65 73 20  |ing if profiles |
000011e0  64 69 72 20 64 6f 65 73  6e 27 74 20 65 78 69 73  |dir doesn't exis|
000011f0  74 2e 0a 09 42 75 67 20  66 69 78 65 64 20 77 68  |t...Bug fixed wh|
00001200  65 72 65 20 61 20 73 65  72 76 65 72 20 6e 6f 74  |ere a server not|
00001210  20 73 75 70 70 6f 72 74  69 6e 67 20 74 68 65 20  | supporting the |
00001220  53 49 5a 45 20 63 6f 6d  6d 61 6e 64 20 68 61 73  |SIZE command has|
00001230  20 6d 6f 72 65 20 0a 09  74 68 61 6e 20 6f 6e 65  | more ..than one|
00001240  20 73 65 74 20 6f 66 20  62 72 61 63 6b 65 74 73  | set of brackets|
00001250  20 69 6e 20 74 68 65 20  31 35 30 20 72 65 74 75  | in the 150 retu|
00001260  72 6e 20 69 6e 66 6f 72  6d 61 74 69 6f 6e 20 77  |rn information w|
00001270  68 69 63 68 20 49 20 75  73 65 0a 09 69 6e 20 61  |hich I use..in a|
00001280  6e 20 61 74 74 65 6d 70  74 20 74 6f 20 64 65 74  |n attempt to det|
00001290  65 72 6d 69 6e 65 20 74  68 65 20 73 69 7a 65 20  |ermine the size |
000012a0  69 6e 20 74 68 65 20 65  76 65 6e 74 20 6f 66 20  |in the event of |
000012b0  53 49 5a 45 20 6e 6f 74  20 62 65 69 6e 67 0a 09  |SIZE not being..|
000012c0  69 6d 70 6c 65 6d 65 6e  74 65 64 2e 2e 0a 09 42  |implemented....B|
000012d0  75 67 20 66 69 78 65 64  20 77 68 65 72 65 20 64  |ug fixed where d|
000012e0  69 72 20 3c 64 69 72 3e  20 64 69 64 6e 27 74 20  |ir <dir> didn't |
000012f0  61 6e 64 20 6f 6e 6c 79  20 73 68 6f 77 65 64 20  |and only showed |
00001300  74 68 65 20 63 75 72 72  65 6e 74 20 64 69 72 2e  |the current dir.|
00001310  0a 09 20 0a 0a 31 38 74  68 20 4d 61 72 20 39 37  |.. ..18th Mar 97|
00001320  20 28 42 75 67 20 66 69  78 65 73 29 0a 30 2e 32  | (Bug fixes).0.2|
00001330  36 63 09 46 69 78 65 64  20 62 75 67 20 77 69 74  |6c.Fixed bug wit|
00001340  68 20 72 68 65 6c 70 20  6e 6f 74 20 77 6f 72 6b  |h rhelp not work|
00001350  69 6e 67 20 70 72 6f 70  65 72 6c 79 2e 0a 09 52  |ing properly...R|
00001360  65 6d 6f 76 65 64 20 73  68 6f 77 20 63 6f 6d 6d  |emoved show comm|
00001370  61 6e 64 20 66 72 6f 6d  20 74 68 65 20 6d 65 73  |and from the mes|
00001380  73 61 67 65 73 20 66 69  6c 65 2e 0a 09 41 64 64  |sages file...Add|
00001390  65 64 20 70 72 6f 66 69  6c 65 20 6e 61 6d 65 20  |ed profile name |
000013a0  74 6f 20 74 61 73 6b 77  69 6e 64 6f 77 20 74 69  |to taskwindow ti|
000013b0  74 6c 65 20 62 61 72 20  2d 20 69 66 20 73 70 61  |tle bar - if spa|
000013c0  77 6e 65 64 20 66 72 6f  6d 20 74 68 65 20 0a 09  |wned from the ..|
000013d0  66 72 6f 6e 74 65 6e 64  2e 0a 09 46 69 78 65 64  |frontend...Fixed|
000013e0  20 6c 63 64 75 70 2e 0a  09 46 69 78 65 64 20 70  | lcdup...Fixed p|
000013f0  75 74 20 73 6f 20 74 68  61 74 20 69 74 20 75 73  |ut so that it us|
00001400  65 73 20 74 68 65 20 43  53 44 20 74 6f 20 70 75  |es the CSD to pu|
00001410  74 20 66 72 6f 6d 20 69  66 20 61 66 66 65 63 74  |t from if affect|
00001420  63 73 64 20 69 73 20 0a  09 73 65 74 20 74 6f 20  |csd is ..set to |
00001430  4f 4e 2e 0a 09 41 64 64  65 64 20 6e 6f 74 65 20  |ON...Added note |
00001440  69 6e 20 74 68 65 20 21  68 65 6c 70 20 66 69 6c  |in the !help fil|
00001450  65 20 6f 6e 20 68 6f 77  20 74 6f 20 73 75 62 73  |e on how to subs|
00001460  63 72 69 62 65 20 74 6f  20 74 68 65 20 73 66 74  |cribe to the sft|
00001470  70 0a 09 6d 61 69 6c 69  6e 67 20 6c 69 73 74 20  |p..mailing list |
00001480  73 6f 20 79 6f 75 20 63  61 6e 20 62 65 20 74 6f  |so you can be to|
00001490  6c 64 20 77 68 65 6e 20  74 68 65 72 65 27 73 20  |ld when there's |
000014a0  61 20 6e 65 77 20 72 65  6c 65 61 73 65 20 6f 75  |a new release ou|
000014b0  74 2e 0a 09 41 6c 6c 6f  77 65 64 20 66 6f 72 20  |t...Allowed for |
000014c0  27 3f 6b 65 79 77 6f 72  64 27 20 61 73 20 77 65  |'?keyword' as we|
000014d0  6c 6c 20 61 73 20 27 3f  20 6b 65 79 77 6f 72 64  |ll as '? keyword|
000014e0  27 2e 0a 0a 31 36 74 68  20 4d 61 72 20 39 37 20  |'...16th Mar 97 |
000014f0  28 42 65 74 61 29 0a 30  2e 32 36 62 09 41 64 64  |(Beta).0.26b.Add|
00001500  65 64 20 27 41 66 66 65  63 74 20 67 6c 6f 62 61  |ed 'Affect globa|
00001510  6c 20 43 53 44 27 20 6f  70 74 69 6f 6e 20 62 75  |l CSD' option bu|
00001520  74 74 6f 6e 20 74 6f 20  66 72 6f 6e 74 65 6e 64  |tton to frontend|
00001530  2e 20 28 73 65 65 20 21  68 65 6c 70 20 0a 20 20  |. (see !help .  |
00001540  20 20 20 20 20 20 66 6f  72 20 6d 6f 72 65 20 64  |      for more d|
00001550  65 74 61 69 6c 73 29 0a  20 20 20 20 20 20 20 20  |etails).        |
00001560  41 64 64 65 64 20 27 61  66 66 65 63 74 63 73 64  |Added 'affectcsd|
00001570  27 20 6f 70 74 69 6f 6e  20 74 6f 20 63 6f 6d 6d  |' option to comm|
00001580  61 6e 64 20 6c 69 6e 65  20 74 6f 20 73 77 69 74  |and line to swit|
00001590  63 68 20 69 74 20 6f 6e  20 6f 72 20 6f 66 66 2e  |ch it on or off.|
000015a0  0a 20 20 20 20 20 20 20  20 52 65 6d 6f 76 65 64  |.        Removed|
000015b0  20 74 68 65 20 27 4f 70  65 6e 20 43 53 44 27 20  | the 'Open CSD' |
000015c0  6f 70 74 69 6f 6e 20 66  72 6f 6d 20 74 68 65 20  |option from the |
000015d0  69 63 6f 6e 62 61 72 20  6d 65 6e 75 20 61 6e 64  |iconbar menu and|
000015e0  20 72 65 70 6c 61 63 65  64 0a 20 20 20 20 20 20  | replaced.      |
000015f0  20 20 69 74 20 77 69 74  68 20 61 20 27 64 6f 77  |  it with a 'dow|
00001600  6e 6c 6f 61 64 73 27 20  63 6f 6d 6d 61 6e 64 20  |nloads' command |
00001610  74 6f 20 62 65 20 74 79  70 65 64 20 69 6e 20 74  |to be typed in t|
00001620  6f 20 64 69 73 70 6c 61  79 20 74 68 65 20 63 75  |o display the cu|
00001630  72 72 65 6e 74 20 0a 20  20 20 20 20 20 20 20 64  |rrent .        d|
00001640  6f 77 6e 6c 6f 61 64 73  20 64 69 72 65 63 74 6f  |ownloads directo|
00001650  72 79 2c 20 73 69 6e 63  65 20 74 68 65 20 66 72  |ry, since the fr|
00001660  6f 6e 74 65 6e 64 20 6d  69 67 68 74 20 68 61 76  |ontend might hav|
00001670  65 20 73 70 61 77 6e 65  64 20 0a 20 20 20 20 20  |e spawned .     |
00001680  20 20 20 6d 75 6c 74 69  70 6c 65 20 73 65 73 73  |   multiple sess|
00001690  69 6f 6e 20 77 69 74 68  20 64 69 66 66 65 72 65  |ion with differe|
000016a0  6e 74 20 64 6f 77 6e 6c  6f 61 64 20 64 69 72 65  |nt download dire|
000016b0  63 74 6f 72 69 65 73 2e  0a 20 20 20 20 20 20 20  |ctories..       |
000016c0  20 41 64 64 65 64 20 76  61 72 69 6f 75 73 20 63  | Added various c|
000016d0  6f 6d 6d 61 6e 64 20 6c  69 6e 65 20 73 77 69 74  |ommand line swit|
000016e0  63 68 65 73 20 3a 0a 20  20 20 20 20 20 20 09 09  |ches :.       ..|
000016f0  28 2d 41 2c 20 2d 47 2c  20 2d 53 2c 20 2d 4e 2c  |(-A, -G, -S, -N,|
00001700  20 2d 43 2c 20 2d 52 29  20 73 65 65 20 21 68 65  | -C, -R) see !he|
00001710  6c 70 20 66 69 6c 65 2e  0a 20 20 20 20 20 20 20  |lp file..       |
00001720  20 41 64 64 65 64 20 74  68 65 20 61 62 69 6c 69  | Added the abili|
00001730  74 79 20 74 6f 20 73 61  76 65 20 74 68 65 20 72  |ty to save the r|
00001740  65 73 75 6c 74 20 6f 66  20 61 6e 20 6c 73 20 74  |esult of an ls t|
00001750  6f 20 61 20 66 69 6c 65  2e 20 54 68 65 20 66 69  |o a file. The fi|
00001760  6c 65 20 0a 20 20 20 20  20 20 20 20 69 73 20 61  |le .        is a|
00001770  75 74 6f 6d 61 74 69 63  61 6c 6c 79 20 6f 70 65  |utomatically ope|
00001780  6e 65 64 2c 20 61 6e 64  20 74 68 65 20 70 61 72  |ned, and the par|
00001790  61 6d 65 74 65 72 73 20  66 6f 72 20 61 6e 20 6c  |ameters for an l|
000017a0  73 20 63 61 6e 20 6e 6f  77 20 62 65 20 0a 20 20  |s can now be .  |
000017b0  20 20 20 20 20 20 64 6f  6e 65 20 69 6e 20 61 6e  |      done in an|
000017c0  79 20 6f 72 64 65 72 2e  0a 20 20 20 20 20 20 20  |y order..       |
000017d0  20 09 6c 73 20 5b 2d 6c  5d 20 5b 66 69 6c 65 73  | .ls [-l] [files|
000017e0  70 65 63 5d 20 5b 3e 6c  6f 63 61 6c 2d 66 69 6c  |pec] [>local-fil|
000017f0  65 6e 61 6d 65 5d 0a 20  20 20 20 20 20 20 20 41  |ename].        A|
00001800  64 64 65 64 20 74 68 65  20 61 62 69 6c 69 74 79  |dded the ability|
00001810  20 74 6f 20 72 75 6e 20  73 46 54 50 20 77 69 74  | to run sFTP wit|
00001820  68 20 61 20 73 63 72 69  70 74 20 66 69 6c 65 20  |h a script file |
00001830  63 6f 6e 74 61 69 6e 69  6e 67 20 61 6c 6c 20 74  |containing all t|
00001840  68 65 20 0a 20 20 20 20  20 20 20 20 63 6f 6d 6d  |he .        comm|
00001850  61 6e 64 73 20 79 6f 75  20 77 61 6e 74 20 74 6f  |ands you want to|
00001860  20 75 73 65 20 2d 20 66  6f 72 20 61 20 63 6f 6d  | use - for a com|
00001870  70 6c 65 74 65 6c 79 20  61 75 74 6f 6d 61 74 65  |pletely automate|
00001880  64 20 73 65 73 73 69 6f  6e 2e 0a 20 20 20 20 20  |d session..     |
00001890  20 20 20 20 20 20 20 09  73 66 74 70 20 70 72 6f  |       .sftp pro|
000018a0  66 69 6c 65 20 7e 73 63  72 69 70 74 66 69 6c 65  |file ~scriptfile|
000018b0  0a 20 20 20 20 20 20 20  20 41 64 64 65 64 20 61  |.        Added a|
000018c0  20 27 2d 61 27 20 73 77  69 74 63 68 20 74 6f 20  | '-a' switch to |
000018d0  6d 67 65 74 20 61 6e 64  20 6d 70 75 74 20 73 6f  |mget and mput so|
000018e0  20 74 68 61 74 20 79 6f  75 20 73 70 65 63 69 66  | that you specif|
000018f0  79 20 61 6e 20 0a 20 20  20 20 20 20 20 20 61 75  |y an .        au|
00001900  74 6f 6d 61 74 65 64 20  6d 67 65 74 20 6f 72 20  |tomated mget or |
00001910  6d 70 75 74 20 28 66 6f  72 20 75 73 65 20 69 6e  |mput (for use in|
00001920  20 73 63 72 69 70 74 20  66 69 6c 65 73 29 2e 0a  | script files)..|
00001930  0a 32 35 74 68 20 46 65  62 20 39 37 0a 30 2e 32  |.25th Feb 97.0.2|
00001940  35 09 4e 6f 77 20 52 45  4d 73 75 72 65 69 6e 67  |5.Now REMsureing|
00001950  20 74 68 65 20 57 69 6d  70 45 78 74 20 6d 6f 64  | the WimpExt mod|
00001960  75 6c 65 20 66 72 6f 6d  20 69 6e 73 69 64 65 20  |ule from inside |
00001970  73 46 54 50 20 73 6f 20  69 74 20 63 61 6e 20 62  |sFTP so it can b|
00001980  65 20 0a 09 72 75 6e 20  66 72 6f 6d 20 74 68 65  |e ..run from the|
00001990  20 63 6f 6d 6d 61 6e 64  20 6c 69 6e 65 20 69 6e  | command line in|
000019a0  64 65 70 65 6e 64 61 6e  74 6c 79 20 6f 66 20 74  |dependantly of t|
000019b0  68 65 20 66 72 6f 6e 74  65 6e 64 20 77 69 74 68  |he frontend with|
000019c0  6f 75 74 20 0a 09 6e 65  65 64 69 6e 67 20 74 6f  |out ..needing to|
000019d0  20 68 61 76 65 20 68 61  64 20 74 68 65 20 21 72  | have had the !r|
000019e0  75 6e 20 66 69 6c 65 20  72 75 6e 20 6f 6e 63 65  |un file run once|
000019f0  2e 20 20 28 21 73 66 74  70 20 73 74 69 6c 6c 20  |.  (!sftp still |
00001a00  68 61 73 20 0a 09 74 6f  20 68 61 76 65 20 62 65  |has ..to have be|
00001a10  65 6e 20 73 65 65 6e 20  62 79 20 74 68 65 20 66  |en seen by the f|
00001a20  69 6c 65 72 20 74 68 6f  75 67 68 29 2e 0a 09 41  |iler though)...A|
00001a30  64 64 65 64 20 61 6e 20  49 63 6f 6e 62 61 72 20  |dded an Iconbar |
00001a40  6d 65 6e 75 20 69 74 65  6d 20 74 6f 20 6f 70 65  |menu item to ope|
00001a50  6e 20 74 68 65 20 63 75  75 72 65 6e 74 6c 79 20  |n the cuurently |
00001a60  73 65 6c 65 63 74 65 64  0a 09 64 69 72 65 63 74  |selected..direct|
00001a70  6f 72 79 20 2d 20 61 6e  64 20 72 65 6d 6f 76 65  |ory - and remove|
00001a80  64 20 69 74 20 66 72 6f  6d 20 74 68 65 20 62 65  |d it from the be|
00001a90  69 6e 67 20 6f 70 65 6e  65 64 20 61 75 74 6f 6d  |ing opened autom|
00001aa0  61 74 69 63 61 6c 6c 79  20 0a 09 66 72 6f 6d 20  |atically ..from |
00001ab0  74 68 65 20 21 52 75 6e  20 66 69 6c 65 2e 0a 09  |the !Run file...|
00001ac0  4d 61 64 65 20 69 74 20  73 6f 20 69 74 20 6f 6e  |Made it so it on|
00001ad0  6c 79 20 73 61 79 73 20  22 43 6c 6f 73 65 20 74  |ly says "Close t|
00001ae0  68 65 20 77 69 6e 64 6f  77 22 20 77 68 65 6e 20  |he window" when |
00001af0  79 6f 75 20 71 75 69 74  20 2d 20 69 66 20 69 74  |you quit - if it|
00001b00  20 0a 09 77 61 73 20 69  6e 69 74 69 61 74 65 64  | ..was initiated|
00001b10  20 66 72 6f 6d 20 74 68  65 20 66 72 6f 6e 74 65  | from the fronte|
00001b20  6e 64 2e 20 0a 09 41 64  64 65 64 20 61 64 64 69  |nd. ..Added addi|
00001b30  74 69 6f 6e 61 6c 20 66  69 65 6c 64 20 74 6f 20  |tional field to |
00001b40  66 72 6f 6e 74 65 6e 64  20 74 6f 20 61 6c 6c 6f  |frontend to allo|
00001b50  77 20 75 73 65 72 20 74  6f 20 73 70 65 63 69 66  |w user to specif|
00001b60  79 20 6c 6f 63 61 6c 0a  09 68 61 72 64 20 64 69  |y local..hard di|
00001b70  73 6b 20 43 53 44 20 2d  20 66 6f 72 20 75 70 6c  |sk CSD - for upl|
00001b80  6f 61 64 73 20 61 6e 64  20 64 6f 77 6e 6c 6f 61  |oads and downloa|
00001b90  64 73 2e 0a 09 4d 6f 64  69 66 69 65 64 20 28 73  |ds...Modified (s|
00001ba0  69 6d 70 6c 69 66 69 65  64 29 20 74 68 65 20 65  |implified) the e|
00001bb0  78 61 6d 70 6c 65 20 73  63 72 69 70 74 73 20 73  |xample scripts s|
00001bc0  6c 69 67 68 74 6c 79 2e  0a 09 43 6f 72 72 65 63  |lightly...Correc|
00001bd0  74 65 64 20 61 20 63 6f  75 70 6c 65 20 6f 66 20  |ted a couple of |
00001be0  66 61 75 6c 74 73 20 69  6e 20 74 68 65 20 21 72  |faults in the !r|
00001bf0  75 6e 20 66 69 6c 65 2e  0a 09 41 64 64 65 64 20  |un file...Added |
00001c00  27 6c 6c 73 20 5b 6c 6f  63 61 6c 2d 64 69 72 65  |'lls [local-dire|
00001c10  63 74 6f 72 79 5d 20 5b  2d 6c 5d 27 2e 0a 09 41  |ctory] [-l]'...A|
00001c20  64 64 65 64 20 27 6c 63  64 20 6c 6f 63 61 6c 2d  |dded 'lcd local-|
00001c30  64 69 72 65 63 74 6f 72  79 27 2e 0a 09 41 64 64  |directory'...Add|
00001c40  65 64 20 27 6c 70 77 64  27 2e 0a 09 52 65 6d 6f  |ed 'lpwd'...Remo|
00001c50  76 65 64 20 74 68 65 20  64 69 73 70 6c 61 79 20  |ved the display |
00001c60  6f 66 20 27 2a 27 73 20  77 68 65 6e 20 74 68 65  |of '*'s when the|
00001c70  20 70 61 73 73 77 6f 72  64 20 69 73 20 74 79 70  | password is typ|
00001c80  65 64 20 69 6e 20 69 6e  20 73 46 54 50 20 0a 09  |ed in in sFTP ..|
00001c90  28 6e 6f 74 20 74 68 65  20 66 72 6f 6e 74 65 6e  |(not the fronten|
00001ca0  64 29 2e 0a 09 41 64 64  65 64 20 27 6c 64 69 72  |d)...Added 'ldir|
00001cb0  27 2e 0a 09 41 64 64 65  64 20 62 75 74 74 6f 6e  |'...Added button|
00001cc0  20 69 63 6f 6e 20 74 6f  20 74 68 65 20 66 72 6f  | icon to the fro|
00001cd0  6e 74 65 6e 64 20 73 6f  20 75 73 65 72 73 20 63  |ntend so users c|
00001ce0  61 6e 20 71 75 69 63 6b  6c 79 20 73 65 6c 65 63  |an quickly selec|
00001cf0  74 20 74 68 65 20 0a 09  64 6f 77 6e 6c 6f 61 64  |t the ..download|
00001d00  73 20 64 69 72 20 68 65  6c 64 20 77 69 74 68 69  |s dir held withi|
00001d10  6e 20 21 73 66 74 70 20  28 6e 6f 77 20 72 65 6e  |n !sftp (now ren|
00001d20  61 6d 65 64 20 74 6f 20  27 54 72 61 6e 73 66 65  |amed to 'Transfe|
00001d30  72 73 27 29 20 2d 20 74  6f 20 0a 09 62 65 20 6b  |rs') - to ..be k|
00001d40  6e 6f 77 6e 20 61 73 20  74 68 65 20 64 65 66 61  |nown as the defa|
00001d50  75 6c 74 20 28 74 6f 20  73 61 74 69 73 66 79 20  |ult (to satisfy |
00001d60  74 68 6f 73 65 20 6c 69  6b 65 20 6d 65 20 77 68  |those like me wh|
00001d70  6f 20 72 61 74 68 65 72  20 71 75 69 74 65 0a 09  |o rather quite..|
00001d80  6c 69 6b 65 64 20 68 61  76 69 6e 67 20 61 20 64  |liked having a d|
00001d90  65 66 61 75 6c 74 20 64  69 72 29 2e 0a 09 41 64  |efault dir)...Ad|
00001da0  64 65 64 20 6c 63 64 75  70 20 20 20 20 20 6c 63  |ded lcdup     lc|
00001db0  64 20 2e 2e 20 20 20 61  6e 64 20 6c 63 64 20 5e  |d ..   and lcd ^|
00001dc0  0a 09 41 64 64 65 64 20  2a 20 66 6f 72 20 73 68  |..Added * for sh|
00001dd0  65 6c 6c 20 63 6f 6d 6d  61 6e 64 73 20 61 73 20  |ell commands as |
00001de0  77 65 6c 6c 2e 0a 09 4d  61 64 65 20 74 68 65 20  |well...Made the |
00001df0  64 65 6c 65 74 65 20 63  6f 6d 6d 61 6e 64 20 64  |delete command d|
00001e00  65 6c 65 74 65 20 61 20  66 69 6c 65 2c 20 61 20  |elete a file, a |
00001e10  77 69 6c 64 63 61 72 64  65 64 20 66 69 6c 65 6e  |wildcarded filen|
00001e20  61 6d 65 20 6f 72 20 61  20 0a 09 64 69 72 65 63  |ame or a ..direc|
00001e30  74 6f 72 79 20 77 69 74  68 6f 75 74 20 68 61 76  |tory without hav|
00001e40  69 6e 67 20 74 6f 20 73  70 65 63 69 66 79 20 6d  |ing to specify m|
00001e50  64 65 6c 65 74 65 20 6f  72 20 64 64 65 6c 65 74  |delete or ddelet|
00001e60  65 2e 0a 09 52 65 6d 6f  76 65 64 20 64 64 65 6c  |e...Removed ddel|
00001e70  65 74 65 20 61 6e 64 20  6d 64 65 6c 65 74 65 2e  |ete and mdelete.|
00001e80  0a 0a 31 38 20 46 65 62  20 39 37 0a 30 2e 32 34  |..18 Feb 97.0.24|
00001e90  20 20 20 20 43 68 61 6e  67 65 64 20 74 68 65 20  |    Changed the |
00001ea0  70 72 6f 66 69 6c 65 20  6e 61 6d 65 20 6d 65 6e  |profile name men|
00001eb0  75 20 74 6f 20 62 65 20  61 20 73 74 72 69 6e 67  |u to be a string|
00001ec0  73 65 74 20 67 61 64 67  65 74 20 2d 20 74 68 65  |set gadget - the|
00001ed0  6e 20 0a 09 63 68 61 6e  67 65 64 20 69 74 20 62  |n ..changed it b|
00001ee0  61 63 6b 20 61 67 61 69  6e 20 63 61 75 73 65 20  |ack again cause |
00001ef0  73 74 72 69 6e 67 73 65  74 73 20 73 65 65 6d 20  |stringsets seem |
00001f00  76 65 72 79 20 62 75 67  67 79 2e 0a 09 43 68 61  |very buggy...Cha|
00001f10  6e 67 65 64 20 74 68 65  20 70 72 6f 66 69 6c 65  |nged the profile|
00001f20  20 6e 61 6d 65 20 66 72  6f 6d 20 61 20 72 65 73  | name from a res|
00001f30  74 72 69 63 74 65 64 20  31 30 20 63 68 61 72 73  |tricted 10 chars|
00001f40  20 74 6f 20 34 30 20 66  72 65 65 20 0a 09 74 65  | to 40 free ..te|
00001f50  78 74 20 2d 20 66 72 6f  6d 20 62 6f 74 68 20 74  |xt - from both t|
00001f60  68 65 20 66 72 6f 6e 74  20 65 6e 64 20 61 6e 64  |he front end and|
00001f70  20 74 68 65 20 73 46 54  50 20 63 6f 6d 6d 61 6e  | the sFTP comman|
00001f80  64 20 6c 69 6e 65 2e 0a  09 41 64 64 65 64 20 27  |d line...Added '|
00001f90  21 27 20 66 6f 72 20 73  68 65 6c 6c 20 63 6f 6d  |!' for shell com|
00001fa0  6d 61 6e 64 73 2e 0a 09  41 64 64 65 64 20 74 65  |mands...Added te|
00001fb0  6d 70 6f 72 61 72 79 20  27 52 65 6d 6f 76 65 27  |mporary 'Remove'|
00001fc0  20 69 63 6f 6e 20 74 6f  20 74 68 65 20 66 72 6f  | icon to the fro|
00001fd0  6e 74 65 6e 64 20 73 6f  20 75 73 65 72 73 20 63  |ntend so users c|
00001fe0  61 6e 20 0a 09 64 65 6c  65 74 65 20 61 20 70 72  |an ..delete a pr|
00001ff0  6f 66 69 6c 65 20 77 69  74 68 6f 75 74 20 6e 65  |ofile without ne|
00002000  65 64 69 6e 67 20 74 6f  20 6b 6e 6f 77 20 77 68  |eding to know wh|
00002010  61 74 20 74 68 65 20 66  69 6c 65 6e 61 6d 65 20  |at the filename |
00002020  69 73 2e 0a 09 41 64 64  65 64 20 27 45 6d 61 69  |is...Added 'Emai|
00002030  6c 20 41 64 64 72 65 73  73 27 20 66 72 6f 6d 20  |l Address' from |
00002040  74 68 65 20 6d 61 69 6e  20 69 63 6f 6e 62 61 72  |the main iconbar|
00002050  20 69 63 6f 6e 20 6d 65  6e 75 20 2d 20 73 6f 20  | icon menu - so |
00002060  75 73 65 72 73 20 0a 09  63 61 6e 20 65 61 73 69  |users ..can easi|
00002070  6c 79 20 63 68 61 6e 67  65 20 69 74 20 69 66 20  |ly change it if |
00002080  6e 65 65 64 20 62 65 2e  0a 09 53 74 6f 70 70 65  |need be...Stoppe|
00002090  64 20 63 6f 6e 6e 65 63  74 20 61 70 70 65 61 72  |d connect appear|
000020a0  69 6e 67 20 74 6f 20 62  6c 6f 63 6b 20 28 49 20  |ing to block (I |
000020b0  68 6f 70 65 29 2e 0a 09  4d 6f 64 69 66 69 65 64  |hope)...Modified|
000020c0  20 27 70 72 6f 66 69 6c  65 73 27 20 63 6f 6d 6d  | 'profiles' comm|
000020d0  61 6e 64 20 74 6f 20 64  69 73 70 6c 61 79 20 74  |and to display t|
000020e0  68 65 20 6e 65 77 20 66  72 65 65 20 74 65 78 74  |he new free text|
000020f0  20 66 6f 72 6d 61 74 20  0a 09 70 72 6f 66 69 6c  | format ..profil|
00002100  65 20 6e 61 6d 65 73 2e  0a 09 41 64 64 65 64 20  |e names...Added |
00002110  54 41 42 20 66 6f 72 20  27 73 61 76 65 27 20 61  |TAB for 'save' a|
00002120  6e 64 20 27 6f 70 65 6e  27 20 70 72 6f 66 69 6c  |nd 'open' profil|
00002130  65 2d 6e 61 6d 65 20 63  6f 6d 70 6c 65 74 69 6f  |e-name completio|
00002140  6e 20 28 73 6f 20 66 61  72 20 0a 09 69 74 20 6f  |n (so far ..it o|
00002150  6e 6c 79 20 63 79 63 6c  65 73 20 74 68 72 6f 75  |nly cycles throu|
00002160  67 68 20 74 68 65 20 65  6e 74 69 72 65 20 6c 69  |gh the entire li|
00002170  73 74 20 6f 66 20 70 72  6f 66 69 6c 65 20 6e 61  |st of profile na|
00002180  6d 65 73 29 2e 0a 0a 31  30 20 46 65 62 20 39 37  |mes)...10 Feb 97|
00002190  0a 30 2e 32 33 09 46 69  78 65 64 20 62 75 67 20  |.0.23.Fixed bug |
000021a0  74 68 61 74 20 6d 65 61  6e 74 20 30 2e 32 32 20  |that meant 0.22 |
000021b0  64 69 64 6e 27 74 20 77  6f 72 6b 20 77 69 74 68  |didn't work with|
000021c0  20 74 68 65 20 53 74 72  6f 6e 67 41 72 6d 20 70  | the StrongArm p|
000021d0  72 6f 63 65 73 73 6f 72  2e 0a 09 41 6c 6c 6f 77  |rocessor...Allow|
000021e0  61 6e 63 65 20 6d 61 64  65 20 66 6f 72 20 73 68  |ance made for sh|
000021f0  6f 72 74 65 6e 65 64 20  76 65 72 73 69 6f 6e 73  |ortened versions|
00002200  20 6f 66 20 74 68 65 20  63 6f 6d 6d 61 6e 64 73  | of the commands|
00002210  20 61 6e 64 20 61 20 0a  09 6d 65 73 73 61 67 65  | and a ..message|
00002220  20 69 66 20 61 6d 62 69  67 75 6f 75 73 2e 20 0a  | if ambiguous. .|
00002230  20 20 20 20 20 20 20 20  41 20 77 61 72 6e 69 6e  |        A warnin|
00002240  67 20 61 64 64 65 64 20  69 66 20 79 6f 75 20 61  |g added if you a|
00002250  74 74 65 6d 70 74 20 74  6f 20 73 61 76 65 20 61  |ttempt to save a|
00002260  20 70 72 6f 66 69 6c 65  20 77 69 74 68 20 61 20  | profile with a |
00002270  70 72 6f 66 69 6c 65 20  0a 20 20 20 20 20 20 20  |profile .       |
00002280  20 6e 61 6d 65 20 74 68  61 74 20 61 6c 72 65 61  | name that alrea|
00002290  64 79 20 65 78 69 73 74  73 2e 20 0a 0a 30 39 20  |dy exists. ..09 |
000022a0  46 65 62 20 39 37 0a 30  2e 32 32 09 41 64 64 65  |Feb 97.0.22.Adde|
000022b0  64 20 46 72 6f 6e 74 45  6e 64 0a 09 41 64 64 65  |d FrontEnd..Adde|
000022c0  64 20 27 64 64 65 6c 65  74 65 20 72 65 6d 6f 74  |d 'ddelete remot|
000022d0  65 2d 64 69 72 27 20 2d  20 74 6f 20 64 65 6c 65  |e-dir' - to dele|
000022e0  74 65 20 61 6e 20 65 6e  74 69 72 65 20 64 69 72  |te an entire dir|
000022f0  65 63 74 6f 72 79 20 74  72 65 65 20 0a 09 73 74  |ectory tree ..st|
00002300  72 75 63 74 75 72 65 20  66 72 6f 6d 20 74 68 65  |ructure from the|
00002310  20 73 70 65 63 69 66 69  65 64 20 64 69 72 20 64  | specified dir d|
00002320  6f 77 6e 20 0a 09 2a 2a  2a 20 75 73 65 20 77 69  |own ..*** use wi|
00002330  74 68 20 65 78 74 72 65  6d 65 20 63 61 72 65 20  |th extreme care |
00002340  2a 2a 2a 0a 0a 33 31 20  4a 61 6e 20 39 37 0a 30  |***..31 Jan 97.0|
00002350  2e 32 31 09 46 69 72 73  74 20 42 65 74 61 20 72  |.21.First Beta r|
00002360  65 6c 65 61 73 65 2e 0a  20 20 20 20 20 20 20 20  |elease..        |
00002370  46 69 78 65 64 20 73 6f  20 69 74 20 77 6f 72 6b  |Fixed so it work|
00002380  73 20 70 72 6f 70 65 72  6c 79 20 77 69 74 68 20  |s properly with |
00002390  66 72 65 65 6e 65 74 20  76 65 72 73 69 6f 6e 20  |freenet version |
000023a0  32 2e 30 30 0a 09 46 69  78 65 64 20 67 65 74 20  |2.00..Fixed get |
000023b0  62 75 67 20 61 66 66 65  63 74 69 6e 67 20 64 6f  |bug affecting do|
000023c0  77 6e 6c 6f 61 64 20 73  70 65 65 64 2e 0a 09 41  |wnload speed...A|
000023d0  64 64 65 64 20 61 6e 20  27 61 27 20 28 61 75 74  |dded an 'a' (aut|
000023e0  6f 6d 61 74 69 63 29 20  6f 70 74 69 6f 6e 20 74  |omatic) option t|
000023f0  6f 20 6d 67 65 74 2c 20  6d 64 65 6c 65 74 65 20  |o mget, mdelete |
00002400  61 6e 64 20 6d 70 75 74  20 0a 09 73 6f 20 74 68  |and mput ..so th|
00002410  61 74 20 79 6f 75 20 63  61 6e 20 74 75 72 6e 20  |at you can turn |
00002420  6f 66 66 20 70 72 6f 6d  70 74 69 6e 67 20 66 6f  |off prompting fo|
00002430  72 20 65 61 63 68 20 66  69 6c 65 20 6f 6e 63 65  |r each file once|
00002440  20 74 68 65 20 6d 67 65  74 2c 0a 09 6d 70 75 74  | the mget,..mput|
00002450  20 6f 72 20 6d 64 65 6c  65 74 65 20 68 61 73 20  | or mdelete has |
00002460  61 6c 72 65 61 64 79 20  73 74 61 72 74 65 64 2e  |already started.|
00002470  0a 0a 32 36 20 4a 61 6e  20 39 37 0a 30 2e 32 30  |..26 Jan 97.0.20|
00002480  09 41 64 64 65 64 20 27  72 65 67 65 74 27 2e 0a  |.Added 'reget'..|
00002490  20 20 20 20 20 20 20 20  52 65 77 72 6f 74 65 20  |        Rewrote |
000024a0  74 68 65 20 70 75 74 20  72 6f 75 74 69 6e 65 2e  |the put routine.|
000024b0  0a 0a 32 30 20 4a 61 6e  20 39 37 0a 30 2e 31 39  |..20 Jan 97.0.19|
000024c0  09 44 69 72 20 66 69 78  65 64 20 73 6f 20 69 74  |.Dir fixed so it|
000024d0  20 64 6f 65 73 20 61 20  27 6c 73 20 2d 6c 27 20  | does a 'ls -l' |
000024e0  6e 6f 74 20 6a 75 73 74  20 61 6e 20 27 6c 73 27  |not just an 'ls'|
000024f0  2e 0a 09 49 6d 70 72 6f  76 65 64 20 73 63 72 65  |...Improved scre|
00002500  65 6e 20 66 6f 72 6d 61  74 74 69 6e 67 2e 0a 09  |en formatting...|
00002510  46 69 78 65 64 20 61 62  6f 72 74 20 6f 6e 20 70  |Fixed abort on p|
00002520  75 74 20 63 6f 6d 6d 61  6e 64 2e 0a 09 4d 6f 72  |ut command...Mor|
00002530  65 20 65 72 72 6f 72 20  63 68 65 63 6b 69 6e 67  |e error checking|
00002540  20 61 64 64 65 64 2e 0a  0a 31 33 20 4a 61 6e 20  | added...13 Jan |
00002550  39 37 0a 30 2e 31 38 20  09 42 75 67 20 66 69 78  |97.0.18 .Bug fix|
00002560  65 73 2e 0a 09 44 75 65  20 74 6f 20 70 6f 70 75  |es...Due to popu|
00002570  6c 61 72 20 72 65 71 75  65 73 74 20 2d 20 27 6e  |lar request - 'n|
00002580  6c 69 73 74 27 20 68 61  73 20 62 65 65 6e 20 72  |list' has been r|
00002590  65 6d 6f 76 65 64 20 61  6e 64 20 73 75 62 73 74  |emoved and subst|
000025a0  69 74 75 74 65 64 20 0a  09 77 69 74 68 20 27 6c  |ituted ..with 'l|
000025b0  73 20 2d 6c 27 20 69 6e  73 74 65 61 64 2e 20 69  |s -l' instead. i|
000025c0  2e 65 2e 20 6c 73 20 6e  6f 77 20 68 61 73 20 61  |.e. ls now has a|
000025d0  20 73 77 69 74 63 68 20  74 6f 20 74 65 6c 6c 20  | switch to tell |
000025e0  69 74 20 77 68 65 74 68  65 72 20 0a 09 74 6f 20  |it whether ..to |
000025f0  64 69 73 70 6c 61 79 20  74 68 65 20 66 75 6c 6c  |display the full|
00002600  20 6c 69 73 74 69 6e 67  20 69 6e 66 6f 72 6d 61  | listing informa|
00002610  74 69 6f 6e 2e 20 20 4e  6f 20 73 77 69 74 63 68  |tion.  No switch|
00002620  20 77 69 6c 6c 20 6c 69  73 74 20 0a 09 6a 75 73  | will list ..jus|
00002630  74 20 74 68 65 20 66 69  6c 65 6e 61 6d 65 73 2e  |t the filenames.|
00002640  0a 09 54 72 61 6e 73 66  65 72 20 69 6e 66 6f 72  |..Transfer infor|
00002650  6d 61 74 69 6f 6e 20 69  73 20 6e 6f 77 20 6f 6e  |mation is now on|
00002660  6c 79 20 75 70 64 61 74  65 64 20 65 76 65 72 79  |ly updated every|
00002670  20 73 65 63 6f 6e 64 2e  0a 09 44 65 74 65 63 74  | second...Detect|
00002680  69 6f 6e 20 6f 66 20 77  68 65 74 68 65 72 20 74  |ion of whether t|
00002690  68 65 20 73 65 72 76 65  72 20 61 6c 6c 6f 77 73  |he server allows|
000026a0  20 53 54 4f 55 0a 09 0a  31 31 20 4a 61 6e 20 39  | STOU...11 Jan 9|
000026b0  37 0a 30 2e 31 37 09 42  75 67 20 66 69 78 65 73  |7.0.17.Bug fixes|
000026c0  2e 0a 0a 32 39 20 44 65  63 20 39 36 0a 30 2e 31  |...29 Dec 96.0.1|
000026d0  36 09 50 61 72 74 69 61  6c 20 72 65 77 72 69 74  |6.Partial rewrit|
000026e0  65 2e 0a 09 41 64 64 65  64 20 27 64 65 62 75 67  |e...Added 'debug|
000026f0  20 3c 6c 65 76 65 6c 20  6e 6f 3e 27 2e 0a 09 4d  | <level no>'...M|
00002700  6f 64 69 66 69 65 64 20  72 65 61 64 20 74 6f 20  |odified read to |
00002710  64 69 73 70 6c 61 79 20  74 68 65 20 74 65 78 74  |display the text|
00002720  20 66 69 6c 65 20 69 6e  20 61 6e 20 65 64 69 74  | file in an edit|
00002730  6f 72 20 77 69 6e 64 6f  77 20 72 61 74 68 65 72  |or window rather|
00002740  20 0a 09 74 68 61 6e 20  74 68 65 20 63 75 72 72  | ..than the curr|
00002750  65 6e 74 20 74 61 73 6b  20 77 69 6e 64 6f 77 2e  |ent task window.|
00002760  0a 09 41 64 64 65 64 20  27 61 70 70 65 6e 64 27  |..Added 'append'|
00002770  2e 0a 09 41 64 64 65 64  20 27 72 75 6e 69 71 75  |...Added 'runiqu|
00002780  65 27 2e 0a 09 53 65 76  65 72 61 6c 20 62 75 67  |e'...Several bug|
00002790  20 66 69 78 65 73 2e 0a  0a 31 37 20 44 65 63 20  | fixes...17 Dec |
000027a0  39 36 0a 30 2e 31 35 09  46 69 78 65 64 20 6d 64  |96.0.15.Fixed md|
000027b0  65 6c 65 74 65 2e 0a 20  20 20 20 20 20 20 20 41  |elete..        A|
000027c0  64 64 65 64 20 54 72 61  6e 73 66 65 72 72 65 64  |dded Transferred|
000027d0  20 72 61 74 65 20 28 62  79 74 65 73 2f 73 65 63  | rate (bytes/sec|
000027e0  29 20 66 6f 72 20 75 70  6c 6f 61 64 73 2e 0a 20  |) for uploads.. |
000027f0  20 20 20 20 20 20 20 41  64 64 65 64 20 27 61 62  |       Added 'ab|
00002800  6f 72 74 27 20 66 6f 72  20 75 70 6c 6f 61 64 73  |ort' for uploads|
00002810  2e 0a 20 20 20 20 20 20  20 20 41 64 64 65 64 20  |..        Added |
00002820  27 73 69 74 65 27 2e 0a  20 20 20 20 20 20 20 20  |'site'..        |
00002830  41 64 64 65 64 20 27 72  75 6e 69 71 75 65 27 2e  |Added 'runique'.|
00002840  0a 0a 31 36 20 44 65 63  20 39 36 0a 30 2e 31 34  |..16 Dec 96.0.14|
00002850  09 41 64 64 65 64 20 63  6f 6d 6d 61 6e 64 20 6c  |.Added command l|
00002860  69 6e 65 20 61 63 74 69  76 61 74 69 6f 6e 20 74  |ine activation t|
00002870  6f 20 65 6e 61 62 6c 65  20 74 68 65 20 75 73 65  |o enable the use|
00002880  20 6f 66 20 73 63 72 69  70 74 73 2e 0a 09 41 64  | of scripts...Ad|
00002890  64 65 64 20 27 63 68 6d  6f 64 20 6d 6f 64 65 20  |ded 'chmod mode |
000028a0  66 69 6c 65 6e 61 6d 65  27 2e 0a 09 46 69 78 65  |filename'...Fixe|
000028b0  64 20 73 6c 69 67 68 74  20 6c 69 73 74 69 6e 67  |d slight listing|
000028c0  20 62 75 67 20 6f 6e 20  6c 73 20 77 68 65 6e 20  | bug on ls when |
000028d0  6c 69 73 74 69 6e 67 20  61 20 6c 6f 6e 67 20 64  |listing a long d|
000028e0  69 72 65 63 74 6f 72 79  2e 20 0a 09 48 61 73 68  |irectory. ..Hash|
000028f0  20 72 65 6d 6f 76 65 64  20 61 6e 64 20 72 65 70  | removed and rep|
00002900  6c 61 63 65 64 20 77 69  74 68 20 63 6f 6e 73 74  |laced with const|
00002910  61 6e 74 6c 79 20 75 70  64 61 74 69 6e 67 20 74  |antly updating t|
00002920  72 61 6e 73 66 65 72 20  0a 09 69 6e 66 6f 72 6d  |ransfer ..inform|
00002930  61 74 69 6f 6e 2e 0a 09  46 69 78 65 64 20 67 65  |ation...Fixed ge|
00002940  74 2e 0a 09 46 69 78 65  64 20 6d 67 65 74 2e 0a  |t...Fixed mget..|
00002950  09 46 69 78 65 64 20 70  75 74 2e 0a 09 46 69 78  |.Fixed put...Fix|
00002960  65 64 20 6d 70 75 74 2e  0a 09 41 64 64 65 64 20  |ed mput...Added |
00002970  27 70 72 6f 6d 70 74 27  2e 0a 09 52 65 6d 6f 76  |'prompt'...Remov|
00002980  65 64 20 27 70 77 64 6c  27 2c 20 27 6c 73 6c 27  |ed 'pwdl', 'lsl'|
00002990  2c 20 27 64 69 72 6c 27  2c 20 27 63 64 75 70 6c  |, 'dirl', 'cdupl|
000029a0  27 2c 20 27 63 64 6c 27  2e 20 52 65 70 6c 61 63  |', 'cdl'. Replac|
000029b0  65 64 20 77 69 74 68 20  61 20 0a 09 44 6f 77 6e  |ed with a ..Down|
000029c0  6c 6f 61 64 73 20 66 6f  6c 64 65 72 20 74 68 61  |loads folder tha|
000029d0  74 20 69 73 20 61 75 74  6f 6d 61 74 69 63 61 6c  |t is automatical|
000029e0  6c 79 20 6f 70 65 6e 65  64 20 77 68 65 6e 20 73  |ly opened when s|
000029f0  66 74 70 20 69 73 20 72  75 6e 2e 0a 09 41 64 64  |ftp is run...Add|
00002a00  65 64 20 27 72 65 61 64  27 2e 0a 09 41 64 64 65  |ed 'read'...Adde|
00002a10  64 20 66 69 6c 65 74 79  70 69 6e 67 20 6f 66 20  |d filetyping of |
00002a20  64 6f 77 6e 6c 6f 61 64  65 64 20 66 69 6c 65 73  |downloaded files|
00002a30  2e 0a 09 41 64 64 65 64  20 27 75 73 65 72 27 2e  |...Added 'user'.|
00002a40  0a 09 41 64 64 65 64 20  27 70 61 73 73 27 2e 0a  |..Added 'pass'..|
00002a50  09 41 64 64 65 64 20 27  61 63 63 6f 75 6e 74 27  |.Added 'account'|
00002a60  2e 0a 09 41 64 64 65 64  20 27 6d 64 65 6c 65 74  |...Added 'mdelet|
00002a70  65 27 2e 0a 09 41 64 64  65 64 20 27 6e 6c 69 73  |e'...Added 'nlis|
00002a80  74 27 2e 0a 0a 30 32 20  44 65 63 20 39 36 0a 30  |t'...02 Dec 96.0|
00002a90  2e 31 33 09 43 6f 6e 76  65 72 74 65 64 20 74 6f  |.13.Converted to|
00002aa0  20 6e 6f 6e 2d 62 6c 6f  63 6b 69 6e 67 20 73 6f  | non-blocking so|
00002ab0  63 6b 65 74 73 2e 0a 09  41 75 74 6f 6d 61 74 69  |ckets...Automati|
00002ac0  63 20 64 65 74 65 63 74  69 6f 6e 20 6f 66 20 61  |c detection of a|
00002ad0  20 74 69 6d 65 64 20 6f  75 74 20 63 6f 6e 74 72  | timed out contr|
00002ae0  6f 6c 20 63 6f 6e 6e 65  63 74 69 6f 6e 2e 0a 09  |ol connection...|
00002af0  43 68 61 6e 67 65 64 20  74 68 65 20 77 61 79 20  |Changed the way |
00002b00  74 68 65 20 6c 69 73 74  20 6f 66 20 70 72 65 73  |the list of pres|
00002b10  61 76 65 64 20 70 72 6f  66 69 6c 65 73 20 69 73  |aved profiles is|
00002b20  20 64 69 73 70 6c 61 79  65 64 2e 0a 09 41 64 64  | displayed...Add|
00002b30  65 64 20 27 61 62 6f 72  74 27 20 66 6f 72 20 64  |ed 'abort' for d|
00002b40  6f 77 6e 6c 6f 61 64 73  2e 0a 09 0a 32 34 20 4e  |ownloads....24 N|
00002b50  6f 76 20 39 36 0a 30 2e  31 32 09 41 64 64 65 64  |ov 96.0.12.Added|
00002b60  20 27 70 72 6f 66 69 6c  65 73 27 2e 0a 09 43 68  | 'profiles'...Ch|
00002b70  61 6e 67 65 64 20 27 73  74 61 74 75 73 27 20 74  |anged 'status' t|
00002b80  6f 20 62 65 20 27 72 73  74 61 74 75 73 27 2e 0a  |o be 'rstatus'..|
00002b90  09 41 64 64 65 64 20 73  74 61 74 75 73 20 74 6f  |.Added status to|
00002ba0  20 64 69 73 70 6c 61 79  20 74 68 65 20 73 74 61  | display the sta|
00002bb0  74 75 73 20 6f 66 20 73  66 74 70 2e 0a 09 41 64  |tus of sftp...Ad|
00002bc0  64 65 64 20 27 76 65 72  62 6f 73 65 27 2e 0a 09  |ded 'verbose'...|
00002bd0  56 61 72 69 6f 75 73 20  62 75 67 20 66 69 78 65  |Various bug fixe|
00002be0  73 2e 0a 09 41 64 64 65  64 20 54 72 61 6e 73 66  |s...Added Transf|
00002bf0  65 72 72 65 64 20 72 61  74 65 20 28 62 79 74 65  |erred rate (byte|
00002c00  73 2f 73 65 63 29 20 66  6f 72 20 64 6f 77 6e 6c  |s/sec) for downl|
00002c10  6f 61 64 73 2e 0a 09 41  64 64 65 64 20 27 70 77  |oads...Added 'pw|
00002c20  64 6c 27 2e 0a 09 52 65  73 74 72 69 63 74 65 64  |dl'...Restricted|
00002c30  20 76 61 6c 69 64 20 6b  65 79 70 72 65 73 73 65  | valid keypresse|
00002c40  73 20 3e 3d 33 32 20 3c  3d 31 32 37 0a 09 44 65  |s >=32 <=127..De|
00002c50  61 6c 73 20 77 69 74 68  20 6e 6f 20 4d 65 73 73  |als with no Mess|
00002c60  61 67 65 73 20 66 69 6c  65 0a 09 41 64 64 65 64  |ages file..Added|
00002c70  20 27 61 62 6f 72 74 27  2e 0a 09 0a 31 39 20 4e  | 'abort'....19 N|
00002c80  6f 76 20 39 36 0a 30 2e  31 31 09 41 64 64 65 64  |ov 96.0.11.Added|
00002c90  20 27 73 61 76 65 20 3c  70 72 6f 66 69 6c 65 3e  | 'save <profile>|
00002ca0  27 20 61 6e 64 20 27 6f  70 65 6e 20 3c 70 72 6f  |' and 'open <pro|
00002cb0  66 69 6c 65 3e 27 2e 0a  09 41 64 64 65 64 20 27  |file>'...Added '|
00002cc0  71 75 6f 74 65 20 73 74  72 69 6e 67 27 2e 0a 09  |quote string'...|
00002cd0  44 69 73 70 6c 61 79 20  69 70 20 6e 75 6d 62 65  |Display ip numbe|
00002ce0  72 20 6f 66 20 66 74 70  20 73 69 74 65 2e 0a 09  |r of ftp site...|
00002cf0  41 64 64 65 64 20 27 68  65 6c 70 20 61 6c 6c 27  |Added 'help all'|
00002d00  2c 20 27 68 65 6c 70 20  3c 63 6f 6d 6d 61 6e 64  |, 'help <command|
00002d10  3e 27 20 61 6e 64 20 27  3f 27 2e 0a 09 41 64 64  |>' and '?'...Add|
00002d20  65 64 20 27 72 68 65 6c  70 27 20 66 6f 72 20 72  |ed 'rhelp' for r|
00002d30  65 6d 6f 74 65 20 68 65  6c 70 2e 0a 09 41 64 64  |emote help...Add|
00002d40  65 64 20 27 76 65 72 73  69 6f 6e 27 2e 0a 09 52  |ed 'version'...R|
00002d50  65 6d 6f 76 65 64 20 27  64 69 73 63 6f 6e 6e 65  |emoved 'disconne|
00002d60  63 74 27 2e 0a 0a 31 30  20 4e 6f 76 20 39 36 09  |ct'...10 Nov 96.|
00002d70  0a 30 2e 31 09 46 69 72  73 74 20 61 6c 70 68 61  |.0.1.First alpha|
00002d80  20 72 65 6c 65 61 73 65  2e 0a 09                 | release...|
00002d8b