FileZilla Server Configuration Problems
        Posted  
        
            by 
                LiamB
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by LiamB
        
        
        
        Published on 2011-05-05T13:34:18Z
        Indexed on 
            2013/10/23
            3:57 UTC
        
        
        Read the original article
        Hit count: 584
        
I've set-up FileZilla server a Windows 2008 Machine, I then created the user, password and added a share folder which I set to Home Directory.
I then connect to the server from the client computer
Status: Connecting to {IP}
Status: Connection established, waiting for welcome message...
Response:   220-Welcome To {NAME} FTP
Response:   220 {DOMAIN}
Command:    USER {USER}
Response:   331 Password required for {USER}
Command:    PASS *********
Response:   230 Logged on
Status: Connected
Status: Retrieving directory listing...
Command:    PWD
Response:   257 "/" is current directory.
Command:    TYPE I
Response:   200 Type set to I
Command:    PASV
Response:   227 Entering Passive Mode ({}DATA)
Command:    MLSD
The connection works fine, however no remote directory is selected, it shows as "/" however uploading any file fails.
Any suggestions on how to debug this more?
© Server Fault or respective owner