You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not ignoring for eventual socket errors, but raising them, since this is what the rest of the functions do (handle filesystem logic, but pass network errors transparently).
Just trying to use
fs.sshfs
to access ansftp
server but I'm finding thatlistdir
is hanging indefinitely.I've tracked it down to this line:
fs.sshfs/fs/sshfs/sshfs.py
Line 303 in 33f981b
...which calls the
paramiko
SSHClient.exec_command
without a timeout argument:fs.sshfs/fs/sshfs/sshfs.py
Lines 294 to 295 in 33f981b
Unfortunately, for whatever reason this seems to never return for me.
The text was updated successfully, but these errors were encountered: