Skip to content

Instantly share code, notes, and snippets.

@s-kocher
Created January 11, 2023 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s-kocher/9e012145c4c36869be0f579bfa550df7 to your computer and use it in GitHub Desktop.
Save s-kocher/9e012145c4c36869be0f579bfa550df7 to your computer and use it in GitHub Desktop.
WinSCP Open PuTTY in current remote folder
%PUTTY_HOME%\putty.exe -t -m "%TEMP%\putty.txt" !`cmd.exe /c echo cd '!/' ; /bin/bash -login > "%TEMP%\putty.txt"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment