Skip to content

Instantly share code, notes, and snippets.

@Licenser
Created November 13, 2009 13:59
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 Licenser/c9ef95778338d3c7da5a to your computer and use it in GitHub Desktop.
Save Licenser/c9ef95778338d3c7da5a to your computer and use it in GitHub Desktop.
(with-session "user" "pass" "host" 22
(scp-put "D:/test.txt" "/tmp/test3.txt" )
(exec "cd tmp;echo `hostname`>>test3.txt")
(scp-get "/tmp/test3.txt" "D:/test3.txt"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment