Can I install a second FTP server in a Debian Openvz virtual machine with ISPConfig 3 installed? If yes, there is a recommended server and/or tutorial for this? Thanks! Manuel PS: I have tested https://www.howtoforge.com/virtual-hosting-with-proftpd-and-mysql-ubuntu-8.10-p2 but the proftpd installation broke pure-ftpd-mysql.
You can run only one ftp server on a server that uses port 21. if you want to use a different port then it shoulb be possible to install a second one, but you will have to create a own init script and config setup for it. This will replace the ispconfig setup so it must break the server and you will still have just one server at the end.
Thanks, Till. This night I will try install vsftpd with pure-ftpd-mysql and report here. Regards, Manuel
Finally, I managed to install a second FTP server (now I have pure-ftpd-mysql and proftpd on the same machine). Problem solved. \ ;-) Thanks!