PyCharm community edition - sync files between local and remote
Answered
I'd like to synchronize files between a local folder and a remote folder (accessed via sftp).
More specifically, I'd like to have a shortcut to upload changed files (or the entire local folder) to the remote folder.
In PyCharm Community I haven't found such an option, so I wonder how I can do it.
I've installed the Source Synchronizer plugin but it seems not to work properly.
Any suggestions?
Please sign in to leave a comment.
Please check https://www.jetbrains.com/pycharm/features/editions_comparison_matrix.html:
FTP/SFTP/FTPS remote host deployment supported only in PyCharm Professional.
Open the project using both webstorm and pycharm... Use pycharm as editor then use webstorm as sftp client... you can enable autoupload on change if needed... You can use terminal to ssh to server