== How to export Putty sessions ==
In order to export putty sessions, you need to go to Run command (Windows + r) and enter the following:
regedit /e "%userprofile%\desktop\putty-registry.reg" HKEY_CURRENT_USER\Software\Simontatham
== how to pscp file from windows to linux ==
- Open the Command Prompt window, and if necessary set up your path variable
- To copy the local file c:\documents\info.txt as user username to the server server.example.com with destination directory /tmp/foo, type at the prompt:pscp c:\documents\info.txt userid@server.example.com:/tmp/foo/info.txt
- When prompted, enter your password for the server.