Remote Host Log Off?
I keep PhpStorm open for hours at a time and sometimes I would like to disconnect/logout of Remote Host (sftp/ftp). Some hosts frown on being logged in for hours at a time.
I have Keep-Alive disabled.
Is there a hotkey or button for this? I tried Connect and Disconnect, those don't work.
Close Project is the only thing that works but I don't want to close the project.
Thanks
J
请先登录再写评论。
Hello,
Usually it depends on remote server configuration and most servers are closing the sessions automatically so it's really strange that it causes any issues.
PhpStorm may automatically synchronize the data with remote server - check Settings/Preferences | Build, Execution, Deployment | Deployment | Options for remote upload settings and Settings/Preferences | Appearance & Behavior | System Settings for additional synchronization options.
I've checked all those settings, I was hoping PhpStorm had a "Disconnect Remote Hosts" but apparently it doesn't.
Thanks