Hi Guys, I'm new to ISPconfig3, and got everything working, can access the FTPS via totalcommander or filezilla. However we are using a device with a linux based computer and not connected via a regular internet communication but AT commands only, therefore I need to setup my FTP as unsecure. I've been trying to get it up and running for some time but for some reason its not working. Need to get this up and running before the weekend so Im hoping someone can give me some trips and tricks. Thanks in advance,
By default, pure-ftpd supports tls and non-tld connections, so it should work out of the box. Which Linux distribution do you use?
Ok, Raspbian is a Debian derivate, so Debian instructions should work. Have a look at chapter 3 of this guide: https://www.howtoforge.com/how-to-configure-pureftpd-to-accept-tls-sessions-on-debian-lenny Edit or create a file /etc/pure-ftpd/conf/TLS and this file should contain just one line with the number "1" to enable tls and non-tls mode. then restart the pure-ftpd-mysql service.