Hello Cliff,
ludo1960(a)lycos.co.uk wrote:
Just to let you know that after a re-install
everything went spiffingly!
Fantastic.
I've installed Proftpd (from SSH! Hee hee, no more
webmin for me!)
I recommend you try to use SFTP, there are several good clients
available on Windows (e.g. WinSCP) and on Linux desktops the file
managers usually support it out of the box. It is much more secure and
generally requires no additional configuration as it uses the same
system as SSH.
In the proftpd.conf it says:
# Set the user and group that the server normally runs at.
User proftpd
Group nogroup
So I created a user ludo1960 and gave him a password and made him a
member of the group nogroup.
This was not necessary, these two configuration values refer to the user
that the Proftp daemon is running at and should have been created when
you installed the package via aptitude or apt-get.
In the /var/www folder I created an .ftpaccess file:
<Limit APPE DELE MKD RMD RNTO STOR XMKD XRMD>
DenyAll
AllowUser ludo1960
</Limit>
From filezilla I tried to connect to the server and directory
mentioned, but error 503 cannot connect!
I've never used Proftp, but I suspect you need to create user accounts
specific to Proftp somehow - this should be outlined in the
documentation (which I suggest you spend some time reading before
proceeding any further).
Yours,
Robert Leverington.