I am working on building ftpserver using redhat 7.1 and wu-ftpd. I have a quastion about the ftpaccess file. I have the following:
upload /var/ftp * no
upload /var/ftp /pub/incoming/REPORTS yes ftp ftpadmin 0774 dirs
I want to add more directories below the REPORTS directory and be able to ftp files into them. Do I have to add each of these directories to this access file to upload files.
If I added the directory TEST under REPORTS do I have to add TEST to the end of the upload /var/ftp /pub/incoming/REPORTS/TEST yes ftp ftpadmin 0774 dirs
upload /var/ftp * no
upload /var/ftp /pub/incoming/REPORTS yes ftp ftpadmin 0774 dirs
I want to add more directories below the REPORTS directory and be able to ftp files into them. Do I have to add each of these directories to this access file to upload files.
If I added the directory TEST under REPORTS do I have to add TEST to the end of the upload /var/ftp /pub/incoming/REPORTS/TEST yes ftp ftpadmin 0774 dirs