Forum archive
anonymous ftp with turnkey fileserver
I am trying to configure my ftp server to allow anonymous connections. I have it working for users to ftp in (username and password) and I have the samba shares working the way I want, but anonymous ftp is killing me.
There is no ftp user or group either (sounds a little strange.)
Everything I have read discusses vsftp, but from what I can figure out, the appliance uses plane jane ftp (and I don't know where to find the configuration file.
I just double checked the Fileserver appliance manifest and there is definitely no FTP server pre-installed. It does have OpenSSH (which supplies SFTP) but not specific FTP server (such as vsftpd or ProFTPd). I also had a quick look over the appliance build code and I'm 99.99% sure that there is no vanilla FTP server included by default.
So I have no idea where the FTP component of your server came from... Someone must have installed it at some point... If you have ProFTPd (or vsftpd) installed then I'm sure that it could be (re)configured to provide anon FTP access. But I'm not sure how to do it. There should be plenty of info online. Just keep in mind that TurnKey is Debian under the hood (v13 = Debian Wheezy) and there should be tons of info.