User Tools

Site Tools


putty
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
  1. Open the Command Prompt window, and if necessary set up your path variable
  2. 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
  3. When prompted, enter your password for the server.
putty.txt · Last modified: 2018/07/24 08:20 by root