Displaying 20 results from an estimated 50000 matches similar to: "[Bug 426] New: sftp adds write permission when doing get -p"
2002 Nov 06
1
[Bug 426] sftp adds write permission when doing get -p
http://bugzilla.mindrot.org/show_bug.cgi?id=426
------- Additional Comments From gfernandez at livevault.com 2002-11-07 00:56 -------
Created an attachment (id=165)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=165&action=view)
Change for sftp to preserve permissions
This is a possible solution to the problem
------- You are receiving this mail because: -------
You are the
2002 Nov 07
0
[Bug 430] New: Could add option to sftp-server to disable write access
http://bugzilla.mindrot.org/show_bug.cgi?id=430
Summary: Could add option to sftp-server to disable write access
Product: Portable OpenSSH
Version: 3.4p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: sftp-server
AssignedTo: openssh-unix-dev at mindrot.org
2002 Nov 06
0
[Bug 427] New: sftp does not preserve uid/gid on fetch
http://bugzilla.mindrot.org/show_bug.cgi?id=427
Summary: sftp does not preserve uid/gid on fetch
Product: Portable OpenSSH
Version: 3.4p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: sftp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2002 Nov 06
0
[Bug 428] New: sftp could use a command to transfer symlinks
http://bugzilla.mindrot.org/show_bug.cgi?id=428
Summary: sftp could use a command to transfer symlinks
Product: Portable OpenSSH
Version: 3.4p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: sftp
AssignedTo: openssh-unix-dev at mindrot.org
2003 Jan 03
1
[Bug 426] sftp adds write permission when doing get -p
http://bugzilla.mindrot.org/show_bug.cgi?id=426
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #166 is|0 |1
obsolete| |
------- Additional Comments From djm at mindrot.org 2003-01-03 15:12 -------
Created
2002 Nov 06
4
[Bug 428] sftp could use a command to transfer symlinks
http://bugzilla.mindrot.org/show_bug.cgi?id=428
------- Additional Comments From gfernandez at livevault.com 2002-11-07 01:35 -------
Created an attachment (id=168)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=168&action=view)
changes to implement getlink
this patch includes changes to sftp-int.c
------- You are receiving this mail because: -------
You are the assignee for
2002 Nov 07
0
[Bug 430] Could add option to sftp-server to disable write access
http://bugzilla.mindrot.org/show_bug.cgi?id=430
------- Additional Comments From gfernandez at livevault.com 2002-11-08 00:32 -------
Created an attachment (id=173)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=173&action=view)
adds readonly flag to sftp-server
this applies to sftp-server.c
------- You are receiving this mail because: -------
You are the assignee for the
2002 Nov 07
0
[Bug 431] New: scp could prevent write access to server
http://bugzilla.mindrot.org/show_bug.cgi?id=431
Summary: scp could prevent write access to server
Product: Portable OpenSSH
Version: 3.4p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: scp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy:
2002 Nov 06
1
[Bug 427] sftp does not preserve uid/gid on fetch
http://bugzilla.mindrot.org/show_bug.cgi?id=427
------- Additional Comments From gfernandez at livevault.com 2002-11-07 01:12 -------
Created an attachment (id=167)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=167&action=view)
changes to preserve uid/gid on fetch
this is a possible change to preserve uid/gid on fetch
------- You are receiving this mail because: -------
You
2002 Nov 07
2
[Bug 431] scp could prevent write access to server
http://bugzilla.mindrot.org/show_bug.cgi?id=431
------- Additional Comments From gfernandez at livevault.com 2002-11-08 00:36 -------
Created an attachment (id=174)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=174&action=view)
adds readonly flag to scp
this change applies to scp.c
------- You are receiving this mail because: -------
You are the assignee for the bug, or are
2003 Nov 04
1
[Bug 754] sftp always writes message to stderr even in batch mode
http://bugzilla.mindrot.org/show_bug.cgi?id=754
Summary: sftp always writes message to stderr even in batch mode
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: sftp
AssignedTo: openssh-bugs at mindrot.org
2009 Mar 04
3
[Bug 1566] New: superfluous descriptor duplications in sftp-server
https://bugzilla.mindrot.org/show_bug.cgi?id=1566
Summary: superfluous descriptor duplications in sftp-server
Product: Portable OpenSSH
Version: 5.2p1
Platform: All
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P3
Component: sftp-server
AssignedTo: unassigned-bugs at mindrot.org
2002 Nov 05
2
[PATCH] fix sftp to preserve permissions and uid/gid
Sftp fails to correctly preserve permissions when fetching a file. It adds
write permission for the owner (presumably so it can write the file).
Sftp also fails to preserve the uid/gid. Added code so that if is running
as root, uid and gid are preserved.
patch is based on Openssh 3.4p1.
*** sftp-client.c@@\main\1 Tue Oct 1 17:26:20 2002
--- sftp-client.c Tue Nov 5 10:22:52 2002
2002 Jul 01
3
patch: readline support for sftp
Hello,
I hope this is the right place to post this.
I added readline support to the sftp client. It adds optional
--with-readline parameter for configure to enable this feature. You'll
of course need to re-run autoheader and autoconf after applying this
patch.
It's patched against 3.4p1 but should work with any recent openssh. It
works fine for me (GNU/Linux) - feel free to test it and
2010 Jan 27
2
[Bug 1704] New: sftp complains about -p command-line option
https://bugzilla.mindrot.org/show_bug.cgi?id=1704
Summary: sftp complains about -p command-line option
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sftp
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2002 Jan 06
3
sftp/scp performance testing
Folks, I've noticed poor performance using sftp. If anyone has any
advice on how to improve performance, I'd like to hear it. Test simply
involved transferring a single 143MB MP3 file using defaults for all the
program configs. The opensshd 3.0.2p1 server is used in all tests.
Software:
openssh suite 3.0.2p1
psftp (putty sftp client) latest dev snapshot
pscp (putty scp client) latest
2002 Dec 03
0
[Bug 450] New: sftp crashes when trying to upload a file which doesn't exist
http://bugzilla.mindrot.org/show_bug.cgi?id=450
Summary: sftp crashes when trying to upload a file which doesn't
exist
Product: Portable OpenSSH
Version: 3.5p1
Platform: ix86
OS/Version: FreeBSD
Status: NEW
Severity: critical
Priority: P2
Component: sftp
AssignedTo:
2009 Feb 19
4
[Bug 1558] New: Sftp client does not correctly process server response messages after write error
https://bugzilla.mindrot.org/show_bug.cgi?id=1558
Summary: Sftp client does not correctly process server response
messages after write error
Product: Portable OpenSSH
Version: 4.3p2
Platform: amd64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sftp
2003 Sep 19
4
[Bug 690] sftp quoted filename parsing bug in get and put commands
http://bugzilla.mindrot.org/show_bug.cgi?id=690
Summary: sftp quoted filename parsing bug in get and put commands
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sftp
AssignedTo: openssh-bugs at mindrot.org
2009 Aug 28
1
[Bug 430] Could add option to sftp-server to disable write access
https://bugzilla.mindrot.org/show_bug.cgi?id=430
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
Blocks| |1626
Status|NEW