When FTPing into CentOS server, it will drop me into 2 different directores based upon FTP access tool
        Posted  
        
            by 
                Jonezin
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Jonezin
        
        
        
        Published on 2012-11-16T21:09:29Z
        Indexed on 
            2012/11/17
            11:08 UTC
        
        
        Read the original article
        Hit count: 180
        
I have a fresh install of CentOS 5.7. I created a new user 'ftpuser' with a home directory set to '/var/ftp'. If I FTP to the server using a FTP client it drops me into that home directory(good). If I use IE and use 'ftp://myserver' it drops me into the root of the server(?what?).
First: why is this happening, this doesn't seem like correct behavior. Second: How do I prevent this, how do I force 'home' directory no matter what FTP access mechanism?
Thanks for any assistance!
© Server Fault or respective owner