[Bug 3135] SFTP Assumes quiet in batch mode - This regression breaks integration
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Fri Mar 13 13:44:47 AEDT 2020
https://bugzilla.mindrot.org/show_bug.cgi?id=3135
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned-bugs at mindrot.org |djm at mindrot.org
Attachment #3363| |ok?
Flags| |
--- Comment #3 from Damien Miller <djm at mindrot.org> ---
Created attachment 3363
--> https://bugzilla.mindrot.org/attachment.cgi?id=3363&action=edit
Add -N flag to override quiet mode
Ah, I changed that because a few people thought the verbose output was
too noisy for scripted use.
Anyway, this patch adds a -N flag ("noisy") that clears quiet mode:
[djm at djm openssh]$ ./sftp -Nb /tmp/b localhost
Connected to fuyu.
sftp> cd /bin
sftp> get ls /tmp
Fetching /bin/ls to /tmp/ls
sftp> get xxls /tmp
File "/bin/xxls" not found.
--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list