Re: Proposed enhancement to scp

From: Nico Kadel-Garcia (nkadel_at_comcast.net)
Date: 02/26/04


Date: Thu, 26 Feb 2004 07:34:45 -0500


"Darren Tucker" <dtucker@dodgy.net.au> wrote in message
news:c1jc0a$t7n$1@gate.dodgy.net.au...
> In article <_R4%b.24859$V26.14511@newssvr24.news.prodigy.com>,
> Steve Turner <bbqboyee@H2OlooWoodworks.com> wrote:
> >How does one go about proposing an enhancement to a component of
> >OpenSSH? I would like to see an option added to scp that would cause
> >the creation of any non-existent directories leading up to the target
> >file.
>
> Go to http://bugzilla.mindrot.org, open a bug against OpenSSH with the
> severity set to "enhancement".
>
> Be aware that the model for scp is rcp, and if it's not something rcp
> does then there's a good chance it will not be accepted. (Also, -p is
> already used.)

Good flipping luck. I have an old one suggesting integrating chroot behavior
into the main codeline, http://bugzilla.mindrot.org/show_bug.cgi?id=177, and
haven't seen a yay or nay in 2 years. Instead, people are grabbing the patch
from chrootssh.sourceforge.net and stapling it in by hand, which is just
asking for grief.



Relevant Pages

  • Re: Copying over network
    ... >> files over a network without encrypting them all. ... >> I am currently using scp however that is very slow on my lower end boxes ... >> the files I am copying from one FreeBSD to my new FreeBSD server are on ... > You could use rcp, which is part of the base system. ...
    (comp.unix.bsd.freebsd.misc)
  • Re: Slow SCP
    ... > I have shifted from RCP to SCP and i find it very slow. ... -- rcp writes a stream of bytes, scp writes streams too but in 1k-ish ... you have a version of ssh that has the none cipher? ...
    (comp.security.ssh)
  • Re: scp vs rcp
    ... Using the standard load, ... logs at roughly 1/4 the speed of rcp. ... the scp of files. ... significant load (kicking out archive logs every 2-3 minutes). ...
    (comp.security.ssh)
  • Re: Does OpenSSH use RCP?
    ... >with someone about the difference between OpenSSH and SFTP. ... >SFTP) than SCP will fail. ... >agreeing with is telling me that Openssh uses the RCP protocol. ... scp uses the "rcp" protocol. ...
    (comp.security.unix)
  • Re: Copying over network
    ... > files over a network without encrypting them all. ... You could use rcp, which is part of the base system. ... never used it, but I think it's more or less like scp, but without the ... As I understand it, rsync figures out the ...
    (comp.unix.bsd.freebsd.misc)