PuTTY wish command-line
Home
|
FAQ
|
Feedback
|
Licence
|
Updates
|
Mirrors
|
Keys
|
Links
|
Team
Download:
Stable
·
Snapshot
|
Docs
|
Privacy
|
Changes
|
Wishlist
summary: Better command line options
class: wish: This is a request for an enhancement.
difficulty: tricky: Needs many tuits.
priority: high: This should be fixed in the next release.
fixed-in: 2002-08-10 4abd468e14d110f2085f7a693687a9c19e1d47e1 0.53
The PuTTY tools have a pathetic set of command-line options.
Among the things we should support but don't are:
-
Unified command-line handling between all the tools, including the
GUI ones. (This is moderately tricky in itself, because we'd have to
split up the single command line received by WinMain() into argc and
argv. Interestingly shell32.dll provides a function called
CommandLineToArgvW() which does this for Unicode strings, but
appears to provide no equivalent for ordinary strings.)
-
Command-line control of at least SSH protocol, compression,
port forwarding, and public-key authentication. Perhaps more.
-
As many of these options as possible should be command-line
compatible with OpenSSH's corresponding options. The last thing we
want to do is make life deliberately harder for people.
If you want to comment on this web site, see the
Feedback page.
(last revision of this bug record was at 2016-12-27 11:40:22 +0000)