Failure retrieving contents of directory

Posted by Bondye on Pro Webmasters See other posts from Pro Webmasters or by Bondye
Published on 2012-09-11T07:17:09Z Indexed on 2012/09/11 9:50 UTC
Read the original article Hit count: 3680

Filed under:
|

Currently I have a couple of websites. My problem is that if I login on 1 specific domain with any of my programs (using notepadd++, FileZilla and Netbeans) the program stops at the content listing.

I had it correctly running, (I'm working on a project on this domain for more than a year now) and suddenly I broke it somehow.

This only happens on 1 specific domain, all other domains (from other hosts) are working. My colleague (next to me with same ip address) is able to login on this domain.

  • Notepadd++ says: Failure retrieving contents of directory
  • Filezilla says: Failed to retrieve directory listing
  • Netbean popups: Upload files on save failed. (Because I have the setting upload on save enabled.)

What I tried:

  • First I thought it's my firewall, I disabled firewall but no result. Also notice that all other domain are working.
  • Maby a blacklist with my ip address? No my colleague has the same ip address.

Could anyone help me on this?

Notepad++ Log

[NppFTP] Everything initialized
-> TYPE I  

Connecting
-> Quit  

220 ProFTPD 1.3.3e Server ready.
-> USER username

331 Password required for domain
-> PASS *HIDDEN*

230 User username logged in
-> TYPE A  

200 Type set to A
-> MODE S  

200 Mode set to S
-> STRU F  

200 Structure set to F
-> CWD /domains/domain.nl/ 

250 CWD command successful
Connected
-> CWD /domains/domain.nl/  

250 CWD command successful
-> PASV  

227 Entering Passive Mode (194,247,31,xx,137,xx).
-> LIST -al  

Failure retrieving contents of directory /domains/domain.nl/

Filezilla log

Status: Verbinden met 194.247.xx.xx:21...
Status: Verbinding aangemaakt, welkomstbericht afwachten...
Antwoord:   220 ProFTPD 1.3.3e Server ready.
Commando:   USER username
Antwoord:   331 Password required for username
Commando:   PASS ********
Antwoord:   230 User username logged in
Commando:   SYST
Antwoord:   215 UNIX Type: L8
Commando:   FEAT
Antwoord:   211-Features:
Antwoord:    MDTM
Antwoord:    MFMT
Antwoord:    LANG en-US;ja-JP;zh-TW;it-IT;fr-FR;zh-CN;ru-RU;bg-BG;ko-KR
Antwoord:    TVFS
Antwoord:    UTF8
Antwoord:    AUTH TLS
Antwoord:    MFF modify;UNIX.group;UNIX.mode;
Antwoord:    MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*;
Antwoord:    PBSZ
Antwoord:    PROT
Antwoord:    REST STREAM
Antwoord:    SIZE
Antwoord:   211 End
Commando:   OPTS UTF8 ON
Antwoord:   200 UTF8 set to on
Status: Verbonden
Status: Mappenlijst ophalen...
Commando:   PWD
Antwoord:   257 "/" is the current directory
Commando:   TYPE I
Antwoord:   200 Type set to I
Commando:   PASV
Antwoord:   227 Entering Passive Mode (194,247,31,xx,xxx,xx).
Commando:   MLSD
Fout:   Verbinding verloren
Fout:   Ontvangen van mappenlijst is mislukt

Sorry that it's dutch.

© Pro Webmasters or respective owner

Related posts about ftp

Related posts about directory-listing