Azaret / superputty

Automatically exported from code.google.com/p/superputty
MIT License
0 stars 0 forks source link

Commandline options like Putty #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would be great to have commandline options like Putty have.
I've already hacked that in (see Patch in attach).

Use:
--------------------------------------------------------------------------
SuperPutty.exe [options] host
------------
Options:
-ssh|-serial|-telnet|-scp|-raw|-rlogin   -Choose Protocol (default: ssh)
-P                                       -Port            (default: 22)
-l                                       -Login Name
-pw                                      -Login Password
-load                                    -Session to load (default: Default 
Session)
--------------------------------------------------------------------------

Original issue reported on code.google.com by blackoise@googlemail.com on 10 Sep 2010 at 4:08

Attachments:

GoogleCodeExporter commented 9 years ago
Figured out would be easier to have the CL-Parsing in frmSuperPutty.cs for 
future.

Original comment by blackoise@googlemail.com on 11 Sep 2010 at 8:57

Attachments:

GoogleCodeExporter commented 9 years ago
v1.2.0.0

Original comment by btatey...@gmail.com on 29 Apr 2012 at 12:52