sveale / remote-edit

remote-edit
MIT License
146 stars 55 forks source link

ENOENT when opening existing files #54

Closed arcanis closed 9 years ago

arcanis commented 9 years ago

I'm not sure why, but when I select a file (after being connected), it tells me that I can't because ENOENT (which is supposed to mean that the file doesn't exists, I guess).

sveale commented 9 years ago

Can you edit the file with the same credentials using another editor or via putty/ssh?

---- Maël Nison skrev ----

I'm not sure why, but when I select a file (after being connected), it tells me that I can't because ENOENT (which is supposed to mean that the file doesn't exists, I guess).

— Reply to this email directly or view it on GitHub.

arcanis commented 9 years ago

Yep. My usual workflow is putty -> emacs, and it works fine. It also works when using ExpanDrive to map the directory to a Windows net drive (still with the same credentials).

malko42 commented 9 years ago

Same issue, ftp protocol works though.

AlainBarthelemy commented 9 years ago

same issue

sveale commented 9 years ago

Related to https://github.com/mscdex/ssh2/issues/225.

Likely occured after ssh2 upgrade from 0.3.x to 0.4.x.

sveale commented 9 years ago

Pushed new version (1.6.4) that species that version 0.3.6 of ssh2 should be used. Temporary until mscdex/ssh2#225 is fixed or proper workaround is found.