h3imdall / ftp-remote-edit

Edit files on ftp servers with Atom editor and without a workspace.
MIT License
178 stars 27 forks source link

Unable to load server files ever since updating to 0.17.2 #328

Closed NoExtraSauce closed 5 years ago

NoExtraSauce commented 5 years ago

image

cschindl commented 5 years ago

Hi @NoExtraSauce,

to help you, I'd need to know if you connects via ftp or sftp and a log of the debug protocol (see debug mode) would be great. To enable the debug mode please go to the atom settings and look for the package "ftp-remote-edit". Here you have to click on settings. Please activate the checkbox for debug mode. Then you can open the console via the menu "View" -> "Developer" -> "Toggle Developer Tools". The debug messages should be displayed in the console.

NoExtraSauce commented 5 years ago

 tree-view.js:277 connector:listDirectory / tree-view.js:278 connector:connect tree-view.js:278 ftp:connect tree-view.js:278 ftp:debug: Connected to (I have removed this) tree-view.js:278 ftp:debug: Login security: No encryption tree-view.js:278 ftp:connect:ready tree-view.js:278 ftp:list tree-view.js:278 connector:disconnect tree-view.js:278 connector:disconnect tree-view.js:278 connector:abortAll tree-view.js:278 connector:connect tree-view.js:278 ftp:abort tree-view.js:278 ftp:end

cschindl commented 5 years ago

Hi @NoExtraSauce

what kind of FTP server is running there exactly? Please take a screenshot of the FTP log. This is under the structure tree and can be extended.

62222245-564e4a00-b3b3-11e9-95d6-da90b36fbb60

NoExtraSauce commented 5 years ago

Hi Sorry for the delayed response, please see below: image

cschindl commented 5 years ago

Fixed in release 0.17.4. Please check if the adjustments to the FTP library (https://github.com/patrickjuchli/basic-ftp/issues/91) have now fixed the error.