Displaying 2 results from an estimated 2 matches for "ryman559".
2023 Sep 05
9
[Bug 3611] New: scp -r does not handle sym links to directories correctly
...correctly
Product: Portable OpenSSH
Version: 8.7p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: scp
Assignee: unassigned-bugs at mindrot.org
Reporter: ryman559 at hotmail.com
Example:
scp -r /tmp/dir1/ `hostname`:/tmp/scp
/tmp/dir1/dir3 is not a regular file
Uploading of file /tmp/dir1/dir3 to /tmp/scp/dir1/dir3 failed!
failed to upload directory /tmp/dir1 to /tmp/scp/dir1
ls -lart /tmp/dir1/dir3
lrwxrwxrwx 1 root root 13 Sep 5 11:33 /tmp/dir1/dir3 -...
2024 Dec 09
0
[Bug 3764] New: scp deletes file when copying to localhost
...ing to localhost
Product: Portable OpenSSH
Version: 8.7p1
Hardware: amd64
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: scp
Assignee: unassigned-bugs at mindrot.org
Reporter: ryman559 at hotmail.com
Copying files locally like so causes the file to be deleted. This
$ ls -lart /tmp/a.txt
-rw-r--r-- 1 user build 7 Dec 9 11:34 /tmp/a.txt
$ scp `whoami`@`hostname`:/tmp/a.txt `whoami`@`hostname`:/tmp/a.txt
a.txt...