tjibbevanderlaan / chromeos-filesystem-sftp

ChromeOS app to access SFTP server
https://chrome.google.com/webstore/detail/shared-network-folder-sft/gbheifiifcfekkamhepkeogobihicgmn
BSD 3-Clause "New" or "Revised" License
80 stars 21 forks source link

add option (per server) to send a keep alive signal with a user defined time interval #117

Open ghost opened 8 years ago

ghost commented 8 years ago

Many systems will timeout the SFTP session leaving the mount broken after a certain amount of time has passed. The workaround currently is to hit refresh in the ChromeOS File Manager before this happens. However, it would be even better if the app performed a keep alive of its own at a user defined time interval.

cfrazier commented 7 years ago

Or, when starting a new operation, simply check for the connection and reestablish it when needed.

yoichiro commented 5 years ago

The pull request #136 has already been merged into the master branch to reconnect to the connected SFTP server when the connection disconnected.