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
81 stars 21 forks source link

Unable to remount after a failure. #26

Closed mtomasz-chromium closed 9 years ago

mtomasz-chromium commented 9 years ago
  1. Launch SFTP app.
  2. Enter host, login, password.
  3. Choose 'keyboard-interactive'.
  4. Mount.
  5. Fails with a message that keyboard-interactive password is not supported.
  6. Change to 'password'
  7. Hit Mount again.
  8. Fails with a message 'Already mounted: sftpfs://...'

Expected: Successfully mounted.

Actual: Can't remount. It says it's mounted, but it's not mounted in Files app.

Workaround: Disable and re-enable the extension in chrome://extensions.

yoichiro commented 9 years ago

@mtomasz-chromium I heard this same issue from other friend. I try to this fix.

yoichiro commented 9 years ago

https://github.com/yoichiro/chromeos-filesystem-sftp/pull/29

yoichiro commented 9 years ago

This issue will be fixed at the next release.