similar to: [Bug 428] New: sftp could use a command to transfer symlinks

Displaying 20 results from an estimated 30000 matches similar to: "[Bug 428] New: sftp could use a command to transfer symlinks"

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] 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 426] New: sftp adds write permission when doing get -p
http://bugzilla.mindrot.org/show_bug.cgi?id=426 Summary: sftp adds write permission when doing get -p 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 05
0
[PATCH] Add getlink command to sftp
One of the features missing in sftp is the ability to transfer a symlink. This patch adds a new command to sftp which performs this transfer. Note that it uses messages that already exist in the protocol between client and server. This diff is based on OpenSSH 3.4p1. *** sftp-client.c@@\main\1 Tue Oct 1 17:26:20 2002 --- sftp-client.c Wed Oct 23 15:57:34 2002 *************** *** 666,672 ****
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] 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 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
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 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 Mar 22
2
Transfer rate issues with OpenSSH SFTP Server - Verified on Mac OS X 10.2.X and FreeBSD 5.0
First, I have what I consider to be decent experience with SSH, and have been running VanDyke's VShell SSH server for considerable time under Windows 2000/XP. Recently, I have been working with Mac OS X and FreeBSD and have been using OpenSSH 3.4p1 The sftp server seems to have major issues when serving files, specifically, if one data stream is used the transfer rates fluxuate between 80 and
2023 Nov 12
1
restrict file transfer in rsync, scp, sftp?
On 12.11.23 03:52, Damien Miller wrote: > On Sat, 11 Nov 2023, Bob Proulx wrote: > >> I am supporting a site that allows members to upload release files. I >> have inherited this site which was previously existing. The goal is >> to allow members to file transfer to and from their project area for >> release distribution but not to allow general shell access and not
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
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
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
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
2013 Jul 24
4
[Bug 2129] New: [PATCH] sftp chroot regression
https://bugzilla.mindrot.org/show_bug.cgi?id=2129 Bug ID: 2129 Summary: [PATCH] sftp chroot regression Product: Portable OpenSSH Version: 6.2p1 Hardware: Other OS: FreeBSD Status: NEW Severity: normal Priority: P5 Component: sftp Assignee: unassigned-bugs at mindrot.org
2008 May 01
2
openssh-5.0p1: sftp transfer logging doesn't appear to work with chroot environment
Hi all, I am running Debian Etch. I've compiled openssh-5.0p1 with pam support. I'd like to use a chrooted sftp environment for my users and also log their sftp file transfers. Currently file transfer logging stops working when I implement a jail. Logging from within the chroot seems like a useful feature. I hope it makes it in sooner rather than later. Here's the contents of my
2023 Nov 12
3
restrict file transfer in rsync, scp, sftp?
I am supporting a site that allows members to upload release files. I have inherited this site which was previously existing. The goal is to allow members to file transfer to and from their project area for release distribution but not to allow general shell access and not to allow access to other parts of the system. Currently rsync and old scp has been restricted using a restricted shell
2004 Sep 21
1
[Bug 934] Traverse-only directories (e.g. chmod 110) break the cd command in sftp
http://bugzilla.mindrot.org/show_bug.cgi?id=934 Summary: Traverse-only directories (e.g. chmod 110) break the cd command in sftp Product: Portable OpenSSH Version: 3.6.1p2 Platform: PPC OS/Version: AIX Status: NEW Severity: minor Priority: P2 Component: sftp-server AssignedTo: