NppFTP icon indicating copy to clipboard operation
NppFTP copied to clipboard

Missing directories in root

Open panfanky opened this issue 5 years ago • 2 comments

Description of the Issue

When I connect to root of my host, it only shows unpacked ?default? directory /public_html inside the root directory "/", not tmp, data and others which can be seen by i.e. Total Commander, which are there in "/" beside it. (Parameter "-al" is set to view all hidden files)

Workaround: right click on the root directory ("/") and Refresh. Probably similar issue and workaround here: https://stackoverflow.com/questions/30393216/missing-directories-in-nppftp

Expected Behavior

I think all directories I have access to in the ftp should be visible without reload.

Thank for a great plugin, I use it every day!

panfanky avatar Jan 21 '19 10:01 panfanky

@panfanky Could you please provide the NppFTP version you are working with and the output of the message window.

chcg avatar Jan 21 '19 19:01 chcg

NppFTP version: 0.27.5 Unicode Also, no Initial remote directory is set in Profile settings.

This is the output when I connect

[NppFTP] Everything initialized -> TYPE I
Connecting -> Quit
220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- 220-You are user number 1 of 25 allowed. 220-Local time is now 12:04. Server port: 21. 220-This is a private system - No anonymous login 220-IPv6 connections are also welcome on this server. 220 You will be disconnected after 15 minutes of inactivity. -> USER leda
331 User leda OK. Password required -> PASS HIDDEN 230-User leda has group access to: site3962
230 OK. Current directory is /public_html -> TYPE A
200 TYPE is now ASCII -> MODE S
200 S OK -> STRU F
200 F OK -> PWD
257 "/public_html" is your current location Connected -> CWD /public_html
250 OK. Current directory is /public_html -> PASV
227 Entering Passive Mode (217,198,116,86,234,126) -> LIST -al
150 Accepted data connection 226-Options: -a -l 226 115 matches total

This is the additional output, when I rightclick the "/" folder and click refresh

-> CWD /
250 OK. Current directory is / -> PASV
227 Entering Passive Mode (217,198,116,86,234,111) -> LIST -al
150 Accepted data connection 226-Options: -a -l 226 8 matches total

panfanky avatar Jan 25 '19 11:01 panfanky