i am using Pycharm to write python code and all the time have to upload the code via WinSCP to the server.
Is there a way to make this process easier?
i am using Pycharm to write python code and all the time have to upload the code via WinSCP to the server.
Is there a way to make this process easier?
From pycharm,
GoTo File
-> Settings
You will get a pop-up window of settings. Select the plugins
then click on Browse repositories
at the bottom.
Then you will get the pop-up window of Browse repositories
, search for Source synchronizer
. Then click on Install
to install that plugin for scp
, ftp
...
Restart the pycharm
Now you can make use of it to do scp