From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eastrmmtao106.cox.net (eastrmmtao106.cox.net [68.230.240.48]) by speech.braille.uwo.ca (Postfix) with ESMTP id EEEC510A5E for ; Fri, 13 Feb 2009 09:38:42 -0500 (EST) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao106.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20090213143843.RRUN18213.eastrmmtao106.cox.net@eastrmimpo02.cox.net> for ; Fri, 13 Feb 2009 09:38:43 -0500 Received: from cmbrannon ([68.12.115.220]) by eastrmimpo02.cox.net with bizsmtp id FSei1b0084lNohg02Seips; Fri, 13 Feb 2009 09:38:42 -0500 X-Authority-Analysis: v=1.0 c=1 a=Wajolswj7cQA:10 a=3bl-hSiPAAAA:8 a=oZxYOkInxLwZ2s0tQZ0A:9 a=re7jslBn30yOXJre80oToGJaMd8A:4 a=ZKlmZI38X7UA:10 X-CM-Score: 0.00 To: speakup@braille.uwo.ca From: Chris Brannon references: <20090212205915.GA2507@debian.Belkin> User-Agent: edbrowse/3.4.3 Subject: Re: command line ftp client Date: Fri, 13 Feb 2009 08:39:05 -0600 Message-ID: <20090113083905.cmbrannon@cox.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Chris Brannon , "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2009 14:38:43 -0000 Keith Barrett writes: > I am planning to do some alterations to my web site and would be good to > be able to upload and download the files in linux. I use sitecopy for maintaining my website. http://www.manyfish.co.uk/sitecopy/ The master copy of my site is on my hard drive, under ~/myweb/upload. Whenever I change something in that tree, I invoke sitecopy to propagate those changes to my ISP's FTP server. You will need to spend a few minutes reading the manpage and writing a config file, but the tool is very easy to use once it is configured. I am including my own config file. Regards, -- Chris ----- begin .sitecopyrc ----- site cox server members.cox.net remote / # All my files are under / on remote server local /home/chris/myweb/upload username cmbrannon password not4u2know protocol ftp ----- end .sitecopyrc -----