PyCharm remote interpreter sync problem
Hi all!
I have a strange problem with remote interpreter in PyCharm.
I have configured everything and it seems to work well, but the problem is syncing: PyCharm uploads my files to remote server, but all the output files of my programs/scripts are written only on the remote host, not synced back to my computer.
I'm using SSH and SFTP.
Please sign in to leave a comment.
Nobody knows how to solve this?
This is also a problem for me!
It should work, I can't reproduce the issue on my side. Are the files being generated in the same path as the script you run? Can you provide example of the steps to reproduce the issue?
Reproduce steps:
1. Create a new project, add a remote SSH interpreter to another machine.
2. Use python script to create a file, for example:
3. Run the script. The file appears on the remote machine (directory), but is not synced back.
Thank you, reproduced. To download the file to your local machine you can use "Download from" or "Sync" actions from the Tools > Deployment menu after the file has been generated. You can map a shortcut to one of those actions for a faster execution.
Regardless, I've created a feature request for you: https://youtrack.jetbrains.com/issue/PY-38053
Feel free to vote, follow, comment.
Hi Andrey, it works. Great! Personally I prefer "Sync" since it it more verbose.
Thanks also for the feature request created!.