How to automatically get output file from remote machine to local machine?

已回答

I set up a remote interpreter on an ubuntu machine and work on my local Mac. My code needs to generate an output file every time I run the program. However, it generates the output file on the remote machine, instead my local one. Then I had to use ssh to copy the file to my local machine. Is there a way to automatically generate the file on my local Mac, even though a remote interpreter is used?

0

There is no automatic synchronization yet https://youtrack.jetbrains.com/issue/WI-1284, feel free to vote for that feature request.

0

请先登录再写评论。