Remote deployment with sftp will always open new connect and make too many sftp-server processes on my remote machine

My steps:

  1. Setting remote deployment connect and mapping to my remote server on PyCharm
  2. Automatically uploading is configured to "On explicit save action"
  3. Edit a local file and save
  4. Background tasks shows that "Logging in ..." and then "Uploading ..."

When I repeat step 3 and step 4, it will always do "Logging in .." before "Uploading ...". And finally, almost 200 sftp-server processes were kept on my remote machine.

I think the normal expectation should be that, keep one connect to sftp-server, but do not always login.

How could I solve this problem?

0
1 comment

>And finally, almost 200 sftp-server processes were kept on my remote machine

Err, this is strange. Could you please provide a screenshot of the excessive processes and your logs folder? 

[IDE logs](https://intellij-support.jetbrains.com/hc/en-us/articles/207241085-Locating-IDE-log-files)

You can upload the logs to FTP and provide file name: [FTP](https://uploads.services.jetbrains.com/)

0

Please sign in to leave a comment.