similar to: [Bug 76] New: scp won't transfer files to or from the root under Cygwin

Displaying 20 results from an estimated 20000 matches similar to: "[Bug 76] New: scp won't transfer files to or from the root under Cygwin"

2002 Feb 01
0
[Bug 76] scp won't transfer files to or from the root under Cygwin
http://bugzilla.mindrot.org/show_bug.cgi?id=76 ------- Additional Comments From bradshaw at staff.crosswalk.com 2002-02-02 10:07 ------- Created an attachment (id=19) cvs diff for the one line patch needed to fix this. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 Jul 19
0
[Bug 365] New: .ssh/environment not read when home = /
http://bugzilla.mindrot.org/show_bug.cgi?id=365 Summary: .ssh/environment not read when home = / Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Cygwin on NT/2k Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org
2002 Apr 06
0
[Bug 76] scp won't transfer files to or from the root under Cygwin
http://bugzilla.mindrot.org/show_bug.cgi?id=76 mouring at eviladmin.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From mouring at eviladmin.org 2002-04-07
2001 Jul 25
1
[PATCH]: sftp: Avoid paths beginning with "//"
Hi, the following patch has been suggested by Mark Bradshaw <bradshaw at staff.crosswalk.com>. The simple concatenation of filenames in sftp client and server results in creating filenames beginning with double slashes when the cwd is the root directory: cwd: "/bar/baz" file: "foo" cwd + "/" + file = "/bar/baz/foo" cwd: "/" file:
2002 Jan 15
1
[PATCH]: scp: Avoid paths beginning with "//"
Scp has some path issues when transferring to or from the root file system of a windows machine (cygwin). It creates a path that begins with //, which indicates a UNC path on Windows. I sent in patches for similar issues last year. The fix is a one line change to determine if the path is "/", and not double up on the slashes. I've attached diffs to latest cvs. -Mark
2004 Oct 28
1
[Bug 946] scp slow file transfers, even with -1 -c blowfish
http://bugzilla.mindrot.org/show_bug.cgi?id=946 Summary: scp slow file transfers, even with -1 -c blowfish Product: Portable OpenSSH Version: 3.8.1p1 Platform: ix86 OS/Version: Cygwin on NT/2k Status: NEW Severity: major Priority: P2 Component: scp AssignedTo: openssh-bugs at mindrot.org
2010 Jan 13
7
[Bug 1697] New: scp transfers from remote cygwin machine fail with ssh versions >= 4.6
https://bugzilla.mindrot.org/show_bug.cgi?id=1697 Summary: scp transfers from remote cygwin machine fail with ssh versions >= 4.6 Product: Portable OpenSSH Version: 4.6p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: scp AssignedTo:
2004 Mar 03
7
[Bug 805] scp-ing using a regular user created files in ROOT directory which was NOT writable for that user
http://bugzilla.mindrot.org/show_bug.cgi?id=805 Summary: scp-ing using a regular user created files in ROOT directory which was NOT writable for that user Product: Portable OpenSSH Version: 3.6.1p2 Platform: ix86 OS/Version: Linux Status: NEW Severity: security Priority: P2 Component:
2004 Mar 31
1
[Bug 828] date overflow with scp -p
http://bugzilla.mindrot.org/show_bug.cgi?id=828 Summary: date overflow with scp -p Product: Portable OpenSSH Version: 3.7.1p2 Platform: ix86 OS/Version: Linux Status: NEW Severity: minor Priority: P3 Component: scp AssignedTo: openssh-bugs at mindrot.org ReportedBy: throw_away_2002 at
2006 Feb 22
7
[Bug 1161] scp -r fails
http://bugzilla.mindrot.org/show_bug.cgi?id=1161 Summary: scp -r fails Product: Portable OpenSSH Version: 4.3p1 Platform: ix86 OS/Version: Cygwin on NT/2k Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: bitbucket at mindrot.org ReportedBy: gregt at post.pl This is on
2002 Jul 19
0
[Bug 365] .ssh/environment not read when home = /
http://bugzilla.mindrot.org/show_bug.cgi?id=365 ------- Additional Comments From bradshaw at staff.crosswalk.com 2002-07-19 23:01 ------- Created an attachment (id=133) Correct .ssh/environment path under cygwin ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2001 Aug 02
2
CURRENT port of OpenSSH for Windows available
Just thought that I'd point out that there is a CURRENT port of OpenSSH for Windows available at http://www.networksimplicity.com/openssh/ <http://www.networksimplicity.com/openssh/> . I stumbled upon it today and noticed that it was mentioned on your web site. It is OpenSSH v2.9p1 on Windows and includes ssh, scp, and sftp clients and servers. Hope this helps. Sean
2001 Jan 11
1
Possible bug? scp attempts to forward ports...
I've been having a recurring problem using ssh and then scp. I've got 2 machines, client A and server B. I'm using OpenSSH on both. I've got a port-forward from server B in client A's "~/.ssh/config" file. Normally I login to server B via ssh from client A. With this session open (and a port forwarded) sometimes I go to a different terminal on client A and
2001 Apr 02
1
[PATCH]: scp could hang in Cygwin
Hi, attached is a patch which solves the following problem: Sometimes scp could hang in Cygwin when used as remote end using the -t option. This is due to a binmode/textmode problem which could be raised by the login shell which is used by the user and it's setting of textmode on stdin. The patch solves that problem by explicitly setting binmode on stdin. Besides solving the hanging
2002 Jan 31
0
[Bug 88] New: scp for OpenSSH v3.0.2p1 fails to commercial SSH v3.1.0 server (new -t option to SSH's scp)
http://bugzilla.mindrot.org/show_bug.cgi?id=88 Summary: scp for OpenSSH v3.0.2p1 fails to commercial SSH v3.1.0 server (new -t option to SSH's scp) Product: Portable OpenSSH Version: 3.0.2p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: scp
2003 Feb 19
0
[Bug 499] New: progressmeter.c doesn't build (at least) on Cygwin
http://bugzilla.mindrot.org/show_bug.cgi?id=499 Summary: progressmeter.c doesn't build (at least) on Cygwin Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Cygwin on NT/2k Status: NEW Severity: critical Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at
2006 Jul 03
2
[Bug 1205] scp back-slash escaping of spaces ignored after username@hostname: tag
http://bugzilla.mindrot.org/show_bug.cgi?id=1205 Summary: scp back-slash escaping of spaces ignored after username at hostname: tag Product: Portable OpenSSH Version: 4.3p2 Platform: ix86 OS/Version: Linux Status: NEW Keywords: low-hanging-fruit Severity: normal Priority: P3
2006 Sep 25
1
[Bug 1236] SCP inappropriate truncate error when copying to FIFO file
http://bugzilla.mindrot.org/show_bug.cgi?id=1236 Summary: SCP inappropriate truncate error when copying to FIFO file Product: Portable OpenSSH Version: 4.3p2 Platform: ix86 OS/Version: All Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: bitbucket at
2004 Jul 04
1
[Bug 891] possible problem with non-printing characters during scp copy
http://bugzilla.mindrot.org/show_bug.cgi?id=891 Summary: possible problem with non-printing characters during scp copy Product: Portable OpenSSH Version: 3.6.1p2 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: openssh-bugs at
2002 Jul 24
0
[Bug 369] New: Inconsistant exiit status from scp
http://bugzilla.mindrot.org/show_bug.cgi?id=369 Summary: Inconsistant exiit status from scp Product: Portable OpenSSH Version: 3.0.2p1 Platform: ix86 OS/Version: FreeBSD Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: oberman