Hi ,
I was getting myself accustomed to vsftpd , but was unable to figure this out ....
how do i share a particular directory"harsha" without actually copying it to /var/ftp
i tried using
mount harsha /var/ftp --bind
but this seems to erase the files which are already present in /var/ftp
so i want this directory "harsha" to be on my ftp server, without actually moving it to /var/ftp , in the process , keep the files which are already present in /var/ftp
any suggestions
