Re: Improved sftp client?
From: Simon Tatham (anakin@pobox.com)Date: 10/08/02
- Next message: Mike O'Connor: "October SEMiSLUG"
- Previous message: Richard E. Silverman: "Re: SSH agent and multi-account wierdness"
- In reply to: Nico Kadel-Garcia: "Re: Improved sftp client?"
- Next in thread: Douglas Siebert: "Re: Improved sftp client?"
- Reply: Douglas Siebert: "Re: Improved sftp client?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Simon Tatham <anakin@pobox.com> Date: 08 Oct 2002 10:53:07 +0100 (BST)
Nico Kadel-Garcia <nkadel@bellatlantic.net> wrote:
> sftp *HAS ABSOLUTELY NOTHING TO DO WITH FTP* except for it's badly assigned
> name. The command set is different, the protocol is different, and it's
> frankly not worth the disk space to build or run because it provides
> *nothing* except a poor pretense at the FTP interface. It's basically a
> funky wrapper for ssh/scp.
An alternative point of view:
SFTP is a file transfer protocol running over SSH, which has _way_
more features than SCP, and is more secure too. The SCP command-line
interface can be implemented over the SFTP protocol just as well as
over the original SCP protocol, and is in general much better if
done so.
Current interactive SFTP clients attempt to provide the security of
SSH with something like the FTP interface, and they're not there yet
but they're improving. (Current discussions on ietf-ssh are working
towards adding support for text-mode transfers, for example.)
SFTP's real strength, as I see it, is that it's by far the most
automatable of the three protocols. If you want to write code which
will connect to a remote system, read one file, decide from that
what other files to read, and so on, you can do that. If you want to
update a dbm file over SFTP, you can probably do _that_ if you're
careful - you aren't limited to sending or retrieving whole files at
a time. (Try doing that in either of SCP or FTP!)
Perhaps current SFTP clients aren't as usable as FTP clients; but
they're more secure than FTP (running over SSH) and more featureful
and more secure than SCP. If you don't happen to need that, then
fair enough; but you are not the world. I know people who already
find SFTP extremely useful, and I can only see that increasing.
-- Simon Tatham "I'm going to pull his head off. Ear by ear." <anakin@pobox.com> - a games teacher
- Next message: Mike O'Connor: "October SEMiSLUG"
- Previous message: Richard E. Silverman: "Re: SSH agent and multi-account wierdness"
- In reply to: Nico Kadel-Garcia: "Re: Improved sftp client?"
- Next in thread: Douglas Siebert: "Re: Improved sftp client?"
- Reply: Douglas Siebert: "Re: Improved sftp client?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|