mcm

Import from PuTTY reg exported file

Bug #495433 reported by ubersoldat
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
mcm
New
Wishlist
ubersoldat

Bug Description

Nice feature for users comming to Linux

Changed in mcm:
milestone: none → 1.1
Revision history for this message
ubersoldat (alejandroayuso-gmail) wrote :

From a Putty's registry file, only useful is:
[HKEY_CURRENT_USER\Software\User\PuTTY\Sessions\Server%20Name]
"HostName"=0.0.0.0
"Protocol"="ssh"
"PortNumber"=dword:00000016 (I have to cast this value to an int)
"UserName"=""
"PsmPath"="Sessions"

Reg files are encoded using UTF-16
import codecs regFile = codecs.open ("c:/test.reg", encoding="utf_16")

Changed in mcm:
milestone: 1.1 → 1.0
Changed in mcm:
milestone: 1.0 → 1.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.