Remote deployment with sftp will always open new connect and make too many sftp-server processes on my remote machine
My steps:
- Setting remote deployment connect and mapping to my remote server on PyCharm
- Automatically uploading is configured to "On explicit save action"
- Edit a local file and save
- 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?
Please sign in to leave a 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/)