From owner-freebsd-questions@FreeBSD.ORG Wed Dec 5 07:01:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01A1516A419 for ; Wed, 5 Dec 2007 07:01:52 +0000 (UTC) (envelope-from jonathan+freebsd-questions@hst.org.za) Received: from hermes.hst.org.za (onix.hst.org.za [209.203.2.133]) by mx1.freebsd.org (Postfix) with ESMTP id 33AF313C43E for ; Wed, 5 Dec 2007 07:01:50 +0000 (UTC) (envelope-from jonathan+freebsd-questions@hst.org.za) Received: from sysadmin.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) (authenticated bits=0) by hermes.hst.org.za (8.13.8/8.13.8) with ESMTP id lB56wTWN041580 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Wed, 5 Dec 2007 08:58:29 +0200 (SAST) (envelope-from jonathan+freebsd-questions@hst.org.za) From: Jonathan McKeown Organization: Health Systems Trust To: freebsd-questions@freebsd.org Date: Wed, 5 Dec 2007 09:08:45 +0200 User-Agent: KMail/1.7.2 References: <20071204191130.GA86443@skytracker.ca> <6.0.0.22.2.20071204134831.024c9de0@mail.computinginnovations.com> <20071204201405.GB88299@skytracker.ca> In-Reply-To: <20071204201405.GB88299@skytracker.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712050908.45322.jonathan+freebsd-questions@hst.org.za> X-Spam-Score: -4.332 () ALL_TRUSTED,AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 209.203.2.133 Subject: Re: looking for online text editor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2007 07:01:52 -0000 On Tuesday 04 December 2007 22:14, David Banning wrote: > > running the java filemanager - same goes for attempting to run > > mindterm-ssh. Is there some plain text editor program > > out there that will allow me to simply login and edit my files in > > plain text - (not a gui html editor) ? > > > > I use putty to ssh to remote servers and use vi to edit files once > > logged in to the server. > > But putty has be installed on the machine you are working on, right? Not necessarily. When you go to the download site for putty and click on the .exe (), Windows will ask you whether you want to download the program or run it. Tell Windows to run it. It may give you the odd warning but eventually it should start up a putty window. (It's possible even this can be locked down tight on a Windows box - but usually it isn't blocked). Jonathan