How do I enable the "Upload files to Remote Host" feature in the Before launch section of a PyCharm Run/Debug Configuration? -


i'm running pycharm professional 5.0.4 , referring feature described in documentation here.

upload files remote host. select option have application files automatically uploaded server according default server access configuration. more information, see configuring synchronization web server , uploading , downloading files.

i have set default deployment (sftp) , mappings, , can upload , download files via tools->deployment.. have tried remote interpreter set both deployment configuration , ssh credentials.

i've tried every setting seems make sense, "upload files remote host" never appears option in before launch section of run/debug configuration.

i have auto-uploading when save project.

file > settings > build/execution/deployment > deployment > options > half way down there's dropdown upload changed files automatically server either always, on ctrl+s, or never.

in addition deployment settings, if you're doing remote interpreting you'll need set under file > settings > project: xxx > project interpreter > click cog in top-right , choose add remote (only available in pro version if wondering).

i think that's need.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -