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

connect() fails for local ip's #88

Closed Cmcgowa closed 9 years ago

Cmcgowa commented 9 years ago

It seems mounting a server fails if the ip address provided is a local IP. Program fails with notification "connect() failed -1 101" This appears to be something to do with the socket connecting as the 101 error code corresponds to socket()'s error code for EADDRNOTAVAIL for addresses not in the routing table.

Cmcgowa commented 9 years ago

disregard, forgot my port number was configured differently for external connections.