sveale / remote-edit

remote-edit
MIT License
146 stars 55 forks source link

Can't browse host with transfence mode active #153

Open ghacosta opened 8 years ago

ghacosta commented 8 years ago

Hi there, After set up credentials for my host, a green pop up indicates successful connect. But doesn't show any folder nor file. I figure out that this host only works with transference mode active on my FileZilla Client. Do you know how to set an active mode transference by default for remote-edit? Or what file is handling the connection?

Best regards.

ghost commented 8 years ago

See "Files are not displayed after successfully reading from remote server #143"

ghacosta commented 8 years ago

I see that issue but it's not same scenario because i'm using atom 1.2.4 and my other host (which support pasive transference mode) is working great using fixed suggested on https://github.com/sveale/remote-edit/pull/152

sveale commented 8 years ago

Hi. I assume this is FTP? The underlying ftp module used is https://github.com/mscdex/node-ftp. I'd urge you to look there to see if it supports what you're trying to do. Let me know what you find :)

ghacosta commented 8 years ago

Ok! I'm going to dive into that ftp module and let you know what I find.