bugzilla-daemon at bugzilla.mindrot.org
2010-Jan-27 00:41 UTC
[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: imorgan at nas.nasa.gov
Created an attachment (id=1784)
--> (https://bugzilla.mindrot.org/attachment.cgi?id=1784)
Add 'p' to the list of accepted command-line options
As of the 20100127 snapshot, the sftp(1) man page lists -p as a valid
command-line option, but sftp complains with the usage summary whenever
it is used. The problem is that 'p' is missing from the list of
accepted
switches in the getopt() statement.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Jan-27 20:32 UTC
[Bug 1704] sftp complains about -p command-line option
https://bugzilla.mindrot.org/show_bug.cgi?id=1704
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Damien Miller <djm at mindrot.org> 2010-01-28 07:32:31
EST ---
fixed in CVS, will be in tomorrow's snapshot
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Apr-16 05:50 UTC
[Bug 1704] sftp complains about -p command-line option
https://bugzilla.mindrot.org/show_bug.cgi?id=1704
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Damien Miller <djm at mindrot.org> 2010-04-16 15:50:30
EST ---
Mass move of bugs RESOLVED->CLOSED following the release of
openssh-5.5p1
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
Reasonably Related Threads
- [Bug 2152] New: Simplify handling of sftp(1) command flags
- [Bug 1798] New: Add fsync() support to sftp/sftp-server
- [Bug 1956] New: sftp segfaults in parse_args() when argv[0] is NULL
- openssh-unix-dev Digest, Vol 123, Issue 13
- [BUG?] sftp is echoing back prompt and commands in batch mode