public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* command line ftp client
@  Keith Barrett
   ` Zachary Kline
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Keith Barrett @  UTC (permalink / raw)
  To: speakup

Hi

Looking for any suggestions for an ftp client that works well with 
speakup.

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.

Thanks

Keith Barrett



^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: command line ftp client
@  eheil1
  0 siblings, 0 replies; 15+ messages in thread
From: eheil1 @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi their. I haven't followed this thread but excellent command line clients are lftp and ncftp. tht3

-----Original Message-----
From: Chuck Hallenbeck <chuckh@ftml.net>
Sent: Friday, February 13, 2009 9:47 AM
To: Speakup is a screen review system for Linux. <speakup@braille.uwo.ca>
Subject: Re: command line ftp client

Chris,
Sitecopy looks neat, and is available as a Debian package.

Chuck

On Fri, Feb 13, 2009 at 08:39:05AM -0600, Chris Brannon wrote:
> 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 -----
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

-- 
The Moon is Waning Gibbous (81% of Full)

                  My web site: www.hallenbeck.ftml.net
                      See also: www.wedit2.ml1.net
                                --------
Exhilaration is that feeling you get just after a great idea hits you,
and just before you realize what is wrong with it.
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: command line ftp client
@  eheil1
  0 siblings, 0 replies; 15+ messages in thread
From: eheil1 @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

What' sets those clients apart is their support of completion and cached directories. Standard ftp doesn't. 

-----Original Message-----
From: Alex Snow <alex_snow@gmx.net>
Sent: Friday, February 13, 2009 10:19 AM
To: Speakup is a screen review system for Linux. <speakup@braille.uwo.ca>
Subject: Re: command line ftp client

The standard "ftp" client works well, also lftp and ncftp are good 
choices.
On Thu, Feb 12, 2009 at 08:59:15PM +0000, Keith Barrett wrote:
> Hi
> 
> Looking for any suggestions for an ftp client that works well with 
> speakup.
> 
> 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.
> 
> Thanks
> 
> Keith Barrett
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

-- 
All language designers are arrogant. Goes with the territory...
	-- Larry Wall
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: command line ftp client
@  eheil1
  0 siblings, 0 replies; 15+ messages in thread
From: eheil1 @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hi. I have looked at ncftp and I actually use it sometimes. Lftp has better scripting support. 

-----Original Message-----
From: Tony Baechler <tony@baechler.net>
Sent: Saturday, February 14, 2009 6:40 AM
To: Speakup is a screen review system for Linux. <speakup@braille.uwo.ca>
Subject: Re: command line ftp client

Hi,

I'm afraid I have to jump in here.  This is now the second reply 
concerning the "standard" ftp client.  I have to take issue with this 
usage.  As far as I can tell, there is no standard ftp client.  Let me 
explain.  I'm aware that on Windows and various BSD distributions, 
saying "ftp" at a command prompt will run a fairly basic ftp client.  
However, at least in Debian, this is not standard and isn't installed 
with the standard software.  Instead, you have to install netkit-ftp.  
Also, every "standard" implementation is different.  I recently read 
that NetBSD maintains their own ftp client and their own version of 
ftpd, different from the old BSD ftp but still simply called as ftp.  
Windows ftp doesn't work exactly the same as BSD ftp.  Even netkit-ftp, 
while based on BSD ftp, isn't exactly the same as it was ported to 
Linux.  Therefore, I would ask that people please don't refer to a 
"standard" ftp client as each OS is slightly different.  I don't know 
how Fedora and other Linux distros do things, but I would guess that 
their version of ftp has small differences also.

Regarding the comment that ncftp doesn't have a secure version from Hart 
Larry, I would say that the ftp protocol isn't designed for security 
anyway as user names and passwords are sent in cleartext.  If you really 
need security, try stunnel.  If you're thinking that sftp is secure ftp, 
that's wrong.  It's part of ssh and works like ftp but it isn't the same 
protocol.  If you mean ftp over SSL, again look at stunnel.  I would 
agree that ncftp itself doesn't support ftps or whatever it's called.

Finally, the differences between the BSD ftp and other clients.  I 
personally use ncftp and here are just a few differences:  First, ncftp 
stores login information so I don't have to enter it every time.  
Second, it has bookmarks so I can just say "o speakup" instead of "open 
ftp.linux-speakup.org."  It has nice progress bars so I'm not wondering 
if it's still working when downloading big files.

[The entire original message is not included]

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 command line ftp client Keith Barrett
 ` Zachary Kline
 ` Terry D. Cudney
   ` Chuck Hallenbeck
     ` Hart Larry
       ` Gregory Nowak
     ` Terry D. Cudney
 ` Chris Brannon
   ` Chuck Hallenbeck
 ` Alex Snow
   ` Tony Baechler
     ` Gregory Nowak
 eheil1
 eheil1
 eheil1

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).