Skip to content

Instantly share code, notes, and snippets.

@wbond
Created November 4, 2011 06:14
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 wbond/1338771 to your computer and use it in GitHub Desktop.
Save wbond/1338771 to your computer and use it in GitHub Desktop.
Sublime SFTP Upload via Python
import sublime
sublime.active_window().run_command('sftp_upload_file', {'paths': ['/path/to/file']})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment