Hi, I don't know the parameter to connect via ftp/shell using one account created on the panel. Port/domain etc. How I can set up secure file transfer to my ispconfig server? I have already installed a valid ssl certificate for the panel, I need some other certificate? thanks you.
the default ports of the used protocols, so no manualy configuration in your ftp client is required except of entering the username and password and domain name or IP of the server. This is already setup automatically. just choose FTPS instead of FTP in your FTP client.
Thanks, unfortunately my clients try to connect on port 990 (ftps) but I got ECONNREFUSED - Connection refused by server What it means? Thanks you
Check that you have opened this port in your firewall. and you can also check with: netstat -ntap if pure-ftpd listens on that port.
if not, what I can do? I have a dedicated server with full root access, but it come whit a preload image of debian+ispconfig Thanks you.
Try to use the default ftp port (21) with ftps. It might be that the protocol is enabled on that port already.
you can check with: cat /etc/pure-ftpd/conf/TLS if TLS is enabled in pure-ftpd. the result should be 1 when you use Ubuntu or Debian Linux.
Here are instructions how to set the passive port range: http://www.faqforge.com/linux/contr...ange-in-pure-ftpd-on-denian-and-ubuntu-linux/