martin wrote:
Lady Lovelace wrote:
The feature that I lack is to be able to configure specific commands to send to PuTTY (different commands) for every sessions and at the same time get the same background color in the PuTTY window.
Can you please elaborate on this. Do the "specific commands" and "same background color" somehow relate (how?) or are these separate commands? Do I understand right, that you want the same background color in PuTTY as in WinSCP? What about foreground/text color? They are different in WinSCP (black) and PuTTY (light gray). For this to be working correctly, PuTTY would have to change the foreground color to black.
I will try to be more specific with an example:
If I have three sessions configured in WinSCP:
server1.com
server2.com
server3.com
When connecting to server1.com I have configured that WinSCP has yellow backround and black text when showing the files in the directory on the server.
When connecting to server2.com I have configured that WinSCP has red backround and black text when showing the files in the directory on the server.
When connecting to server3.com I have configured that WinSCP has green backround and black text when showing the files in the directory on the server.
In the Preferences/Integartion/Applications I have configured "External applications" "PuTTY/Terminal client path:" has c:\Programs\Kitty\Kitty.exe" -cmd "cd /myhome/files" and the same command is executed for all sessions that I have configured. I would like to have different commands for every configured session.
Like this:
server1.com - WinSCP - yellow backround when checking files in directory and black text for filenames, when choosing Ctrl+P for the server, open KiTTY with yellow backround/black text and execute -cmd "cd /myhome/files"
server2.com - WinSCP - red backround when checking files in directory and black text for filenames, when choosing Ctrl+P for the server, open KiTTY with red backround/black text and execute -cmd "cd /myhome/binarys"
server3.com - WinSCP - green backround when checking files in directory and black text for filenames, when choosing Ctrl+P for the server, open KiTTY with green backround/black text and execute -cmd "cd /myhome/backup.sh"
Hope this gives you a picture of what I would like to have :)