-2

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?

mblackplum
  • 15
  • 5

1 Answers1

3

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

enter image description here