Age | Commit message (Collapse) | Author |
|
we have a unique matching.
- fix globbed ls in case of a directory when we have a unique matching.
- as a side effect, if the path does not exist error (used to silently ignore).
- don't do extra do_lstat() if we only have one matching file.
djm@ ok
|
|
|
|
|
|
thanks to hshoexer@ and many testers on tech@ too
|
|
|
|
|
|
ok markus
|
|
|
|
|
|
markus@ ok
|
|
(like /bin/ls); idea & ok markus@
|
|
|
|
|
|
|
|
waiting for a command; ok markus@
|
|
|
|
|
|
|
|
|
|
patch from admorten AT umich.edu; ok markus@
|
|
|
|
enable use of "-b -" to accept batchfile from stdin; ok markus@
|
|
by deraadt@
sshd: use same format as ssh
ssh: remove wrong option from list
sftp-server: Subsystem is documented in ssh_config(5), not sshd(8)
ok deraadt@ markus@
|
|
|
|
|
|
to single column format via 'ls -1'. OK @djm
|
|
original diffs by Nils Nordman <nino at nforced dot com> via markus@, merged
to -current by me, djm@ ok.
|
|
Allow blank lines and comments in input
Ability to suppress abort on error in batchmode ("-put blah")
Fixes mindrot bug #452; markus@ ok
|
|
http://bugzilla.mindrot.org/show_bug.cgi?id=447; ok mouring@, millert@
|
|
|
|
|
|
|
|
|
|
|
|
done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@
|
|
markus@ ok
|
|
|
|
for regression testing; ok markus@
|
|
|
|
|
|
|
|
|
|
TODO; cleanup headers
|
|
|
|
the first place
|
|
borrowed from scp.c. Thanks to Markus@ for pointing it out.
|
|
sftp [user@]host[:file [file]] - Fetch remote file(s)
sftp [user@]host[:dir[/]] - Start in remote dir/
OK deraadt@
|
|
|
|
|
|
functions and small protocol change.
|