How to automatically sync built objects back to local after build on remote host?
已回答
I have a project I am building on a remote Linux host using the Remote Host toolchain. I would like to sync the built objects back to my local project folder after the build is complete on the remote host. Is there an automated way to do this? I'm using 2020 RC 1 if that helps.
请先登录再写评论。
Hello!
For downloading files and folders, CLion supports only the manual mode - https://www.jetbrains.com/help/clion/uploading-and-downloading-files.html#download_file_folder.
Thanks. I think this is a feature you may want to consider if you plan to support more embedded projects. Having easily accessable local copies of the built files to debug is invaluable for a project.
Feel free to create a feature request in our tracker: https://youtrack.jetbrains.com/issues/CPP.