I am setting up a new server based upon the Linux/Debian 4.0 Etch distribution, and I have attempted to install PureFTP however I have been unable to complete this. When I attempt to test the system from my windows box, I receive the following error
Code:
Windows cannot access this folder. Make sure you types the file name correctly and that you have permission to access the folder.
Details:
The FTP session was terminated
The directory used for our ftp server is
and that folder as well as its sub-categories all have 755 permissions, with "ftpuser" and "ftpgroup" as the owner/group respectively.
When I created a user for testing, I used the following command
Code:
#pure-pw useradd ftpuser -u ftpuser -d /home/ftp/ftpuser
and when I run a check on the user
Code:
#pure-pw show ftpuser
it lists all the appropriate settings that my current server has.
I am not exactly sure of where and/or how I should proceed in ensuring the proper set-up of the ftp protocol.
Any help would be appreciated.
Bookmarks