Paul, I am sure there is a more elegant way to do this, but you could put a soft link in the user's home directory "ln -s /var/www/html/images" which would give him access to the desired directory. You will need to make sure the permissions for access to /var/www/html/images are set as well. Greg On Tue, 2005-09-06 at 13:40 -0700, paul wrote: > I need to have an ftp program login as a user and get access to > /var/www/html/images directory > The way things are now the program drops everything in the users home dir. > How can I change this? > > Many Thanks! > >