Displaying 6 results from an estimated 6 matches for "admorten".
Did you mean:
adkorte
2003 Sep 18
0
sftp quote parsing broken in OpenSSH 3.7.1 portable
...ion marks. Below is an short transcript describing the bug.
sftp> ls
. ..
test_archive.tgz
sftp> get "test_archive.tgz"
Unterminated quote
sftp> get "test_archive.tgz" "test_archive.tgz"
Fetching /Users/admorten/testdir/test_archive.tgz to
/Users/admorten/testdir/test_archive.tgz 100% 773KB 0.0KB/s
00:00
sftp> lls -l
total 780
-rw-r--r-- 1 admorten staff 791161 Sep 18 14:49
sftp> get test_archive.tgz
Fetching /Users/admorten/testdir/test_archive.tgz to test_archive.tgz
/Users/admor...
2003 Sep 19
4
[Bug 690] sftp quoted filename parsing bug in get and put commands
...t 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
ReportedBy: admorten at umich.edu
When doing a get or put of a quoted filename, sftp misinterprets the location of the terminating
quote. In sftp-int.c, when the terminating quote is located, the path is NUL terminated, but the
location counter is not updated, causing the source filename's end quote to be inter...
2003 Dec 20
2
[Bug 777] sftp can't be used with s/key
...be used with s/key
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: sftp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: admorten at umich.edu
In sftp.c, the code searches for a colon in the userhost string before parsing
out the host and the user name. The colon should separate the host from the file
to be retrieved, if specified, but because the colon is looked for first, and is
replaced with a NUL, everything before the...
2004 Jan 07
2
[Bug 777] sftp can't be used with s/key names on OpenBSD
http://bugzilla.mindrot.org/show_bug.cgi?id=777
admorten at umich.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|sftp can't be used with |sftp can't be used with
|s/key |s/key names on...
2012 Aug 17
1
Question about -b mode of sftp(1) and auto-chdir behaviour
Hello,
i'm curious to know wether the automatic chdir behaviour of sftp(1)
in batch mode is a side-effect of the current implementation, or
if it's instead a regular feature. And, if it's indeed the latter,
wether there is any compatibility problem if one would actually
rely on it?
I'll attach a copy+paste diff to document this nice feature in
sftp.1, just for the hoped-for case.
2004 Dec 07
2
recursive operations in sftp
Is there anyone actively working on adding recursive operations to
sftp? I've got a recent snapshot of the source (Dec 6th), and I see
extended options for ls and the inclusion of history, both of which are
welcome, but there doesn't seem to be any hint of recursive operation
support.
If there are people working quietly on recursive op patches, I'd like
to hear from you. I've