Displaying 20 results from an estimated 6000 matches similar to: "dangerous behaviour of scp"
2002 Mar 14
1
SCP or RCP standards
Hi All,
I am looking for SCP or RCP standards. I searched on the web but I am not
able to find the standards. Please mail me the link where I can find the
standards for SCP or RCP.
Thanks,
Abhijeet
2020 Jul 15
3
Deprecation of scp protocol and improving sftp client
On Wed, 15 Jul 2020, Red Cricket wrote:
> I have had this in my .bashrc for years:
>
> alias scp='rsync -avzP'
Similar, though I named it rcp because nobody has the real rcp installed
any more, but sometimes I need scp to connect to systems that lack rsync.
https://evolvis.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=shellsnippets/shellsnippets.git;a=blob;f=mksh/rcp;hb=HEAD
>
2020 Aug 01
2
Deprecation of scp protocol and improving sftp client
Why can the local and remote paths be sanitized?
Regards,
Uri
> On Jul 31, 2020, at 19:57, Ethan Rahn <ethan.rahn at gmail.com> wrote:
>
> ?I wanted to bring this up again due to:
> https://github.com/cpandya2909/CVE-2020-15778/. This showcases a clear
> issue with scp which it sounds like cannot be fixed without breaking scp.
> This seems like it would lend some impetus
2007 May 17
2
[Bug 828] date overflow with scp -p
http://bugzilla.mindrot.org/show_bug.cgi?id=828
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #588| |ok+
Flag| |
--- Comment #2 from Damien Miller <djm at mindrot.org>
2003 Jun 04
8
[Bug 485] scp doesn't preserve symbolic links
http://bugzilla.mindrot.org/show_bug.cgi?id=485
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From djm at mindrot.org 2003-06-04 23:28
2006 Oct 27
2
resolving difference in interface between rsync and cp/rcp/scp
I've run into a situation where we'd like to replace rcp with rsync, but
we've run into a difference in interface, which is causing us problems.
Here's the problem. If we run this in rsync:
> mkdir tmpdir; cd tmpdir
> mkdir a; touch a/b
> rsync -r a b/
> ls b
a/
But for all the other programs, we get something different:
> cp -r a c/
> ls c
foo
> cp
2007 Jul 09
12
[Bug 1337] New: SCP performance twice as slow as RCP
http://bugzilla.mindrot.org/show_bug.cgi?id=1337
Summary: SCP performance twice as slow as RCP
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: Other
OS/Version: AIX
Status: NEW
Severity: enhancement
Priority: P3
Component: scp
AssignedTo: bitbucket at mindrot.org
ReportedBy:
2004 Feb 26
12
[Bug 801] Improve usability of scp by adding a "make path" option
http://bugzilla.mindrot.org/show_bug.cgi?id=801
Summary: Improve usability of scp by adding a "make path" option
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: scp
AssignedTo: openssh-bugs at mindrot.org
2003 Mar 26
1
A checksum question
I'd like to know a little about the internals of RSYNC. I am a little
confused as to why RSYNC is using both the simple 32 bit algorithm and
the MD4 checksum function on the same files. From my testing this causes
a vast overhead that is clearly not represented by RCP (fairly
obvious!). Removing checksumming from a secure whole-file LAN transfer
brings RSYNC in line with the general
2001 May 17
5
AIX SSH 2.x ssh and /etc/ftpusers rcp rlogin WRONG !
IF ssh is a replacement for rlogin,rsh etc I can accept it respecting
rlogin=false as rlogin does and rsh does not, however scp is a replacement
for rcp, and rcp does NOT use rlogin attribute, so the implementation is
NOT standard as scp fails if rlogin=false, but rcp succeeds, as documented.
thanks
mark
2002 Mar 11
1
scp and Solaris ACLs
Has anyone had a problem with scp not retaining ACLs set on the original
file under Solaris 8? When I have a file that has ACLs set and I use scp
or rsync -e ssh to copy the file (local->local or local->remote) the ACLs
are gone from the copied file(s). Is this a known issue or am I just
missing something (a flag for instance) when performing the copy? Thanks
in advance for your help.
2005 Oct 11
5
scp bug: newly created dirs do not inherit sgid bit
Dear developers,
I discovered that directories created by scp when recursive
copying into a sgid directory do not inherit the sgid bit. I believe
this is a bug. A patch to fix this is attached.
Regards,
Petr Skovron
-------------- next part --------------
--- scp.c.orig 2005-10-11 16:50:17.000000000 +0200
+++ scp.c 2005-10-11 16:57:25.000000000 +0200
@@ -876,8 +876,12 @@
2003 Oct 05
1
4.9-RC1 issues
For what it's worth...
1. You cannot do a recursive rcp to a 4.9-RC1 machine. For
example, "rcp -r somedir testbox:/tmp" fails. The attached
patch fixes this.
2. Only the dial picobsd build will compile. The others (bridge,
isp, net and router) all fail at various points.
_________________________________________________________________
Get MSN 8 Dial-up Internet Service FREE
2001 May 17
6
scp: Problem when source and destination are identical
If the source and destination file are identical, the receiving scp
truncates the file. On the sending end, read() returns 0, and garbage
is sent instead of actual data, and the receiving end puts it into the
file, which at least confuses the users.
--
Florian Weimer Florian.Weimer at RUS.Uni-Stuttgart.DE
University of Stuttgart http://cert.uni-stuttgart.de/
2003 Feb 20
2
rsync vs. rcp
I got used to rsync's -v --progress option so much that I used it
instead of rcp even to simply copy files across the network. I dont
like software that doesnt talk to me! :-) I like the percentage bar
that --progress gives!
To my surprise, I found that, when dealing with 1GB+ files, rsync is
4-5 _times_ slower than rcp.
Yes, I know that rsync is optimized for sending deltas to a file
2006 Feb 28
1
scp and SGI DMF
Hello,
For some time now, our users have been encountering a problem when using scp
to overwrite files on our mass-storage system, which uses SGI's DMF
product. I don't have any data as to whether or not any other HSMs would be
similarly affected.
The scenario is that a user is overwriting a file (via scp) that has previously
been migrated to tape. The scp opens the file for writing, but
2004 Jun 23
9
[Bug 882] Scp cannot copy self-referring directories
http://bugzilla.mindrot.org/show_bug.cgi?id=882
Summary: Scp cannot copy self-referring directories
Product: Portable OpenSSH
Version: 3.8p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2004 Jun 24
1
[Bug 886] Unable to scp from OPenSSH to Commercial SSH
http://bugzilla.mindrot.org/show_bug.cgi?id=886
Summary: Unable to scp from OPenSSH to Commercial SSH
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2010 Nov 19
3
File Offsets for SCP (patch)
I don't know if anyone would be interested in this but I'm including a
patch to allow for offsets when transferring files with SCP.
It's pretty simple and assumes the user knows what they are doing (for
example, if transferring with a wild card the offset would apply to all
files). -A is the number of bytes offset from the beginning of the
files. -Z is the number of bytes inset
2003 Feb 06
0
[Bug 485] New: scp doesn't preserve symbolic links
http://bugzilla.mindrot.org/show_bug.cgi?id=485
Summary: scp doesn't preserve symbolic links
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: jsk29