mkud / Remmina_mRemoteNG_conv

This is converter between Remmina and mRemoteNG - two popular remote connections managers.
GNU Affero General Public License v3.0
27 stars 9 forks source link

Update remmina_mremoteng_conv.py #13

Closed joubertdj closed 1 year ago

joubertdj commented 1 year ago

Update the very cool script to: 1) Allow for RDP Connection conversions; 2) Allow for VNC Connection conversions; 3) Allow target directory to be replaced with your own (optional) if required; 4) Use different filename convention (closer to original Remmina); 5) Used the correct Group and Sub-Group character split for Names, although this can be configured; 6) Force the server string to include the port number (even if it is default)

Some todos: 1) I had some trouble when the passwords were empty to be encrypted, so I just made them blank in Remmina and skipped the encryption portion 2) Who knows, maybe more testing and/or try/catch statements around external library usage such as file io and secretstorage?