Setting up ftp(s) and/or ssh

Discussion in 'ISPConfig 3 Priority Support' started by b7d8, Aug 19, 2014.

  1. b7d8

    b7d8 New Member

    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.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  3. b7d8

    b7d8 New Member

    Thanks, unfortunately my clients try to connect on port 990 (ftps) but I got


    ECONNREFUSED - Connection refused by server

    What it means?

    Thanks you
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  5. b7d8

    b7d8 New Member

    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.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    That depends on the results of what I asked you to check.
     
  7. b7d8

    b7d8 New Member

    ftp server aren't listening on that port,
    I have to edit his config files?

    Thanks
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Try to use the default ftp port (21) with ftps. It might be that the protocol is enabled on that port already.
     
  9. b7d8

    b7d8 New Member

    Hi,

    I got this error


    GnuTLS error -15: An unexpected TLS packet was received.

    Any ideas?

    Thanks you.
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

    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.
     
  11. b7d8

    b7d8 New Member

    Exactly, I have 1 as result.

    but I still no connect even on port 21

    Please can you help?
     
  12. till

    till Super Moderator Staff Member ISPConfig Developer

    Does ftp without ssl work?
    Did you open the passive port range of the ftp server in your firewall?
     
  13. b7d8

    b7d8 New Member

    yes


    I don't know, how I check?

    thanks you
     
  14. till

    till Super Moderator Staff Member ISPConfig Developer

Share This Page