Theme:
   

KiTTY : pscp and WinSCP integration

Last modification : 2009/06/19 13:51

To send a file into the running session with pscp.exe you have to select the "Send with pscp" item from the main menu, or press CTRL+F3. The file will be sent into the root of the account defined in the session. Binary pscp.exe should be in the same directory as kitty.exe. It is possible to define another path where the pscp.exe is located by setting the following entries in the kitty.ini file:
[KiTTY]
pscpdir=C:\Program Files\PuTTY
pscpport=22

You can also send a file or a directory with a simple drag'n drop into the session window.


To start a WinSCP session (if WinSCP is installed), in the same KiTTY session, you have to select the "Start WinSCP" item in the main menu, or press SHIFT+F3. It is possible to define another path where the WinSCP program is located by setting the following entries in the kitty.ini file:.
[KiTTY]
winscpdir=C:\Program Files\WinSCP



Back to home