It appears that the FTP TLS support that used to work before the crash is no longer working.
Here's my Filezilla debug log:
Here's my Filezilla debug log:
Code:
Status: Resolving address of ftp.belltown.gi9.co
Status: Connecting to 37.187.74.24:21...
Status: Connection established, waiting for welcome message...
Trace: CFtpControlSocket::OnReceive()
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 1 of 50 allowed.
Response: 220-Local time is now 02:42. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 15 minutes of inactivity.
Trace: CFtpControlSocket::SendNextCommand()
Command: AUTH TLS
Trace: CFtpControlSocket::OnReceive()
Response: 500 This security scheme is not implemented
Trace: CFtpControlSocket::SendNextCommand()
Command: AUTH SSL
Trace: CFtpControlSocket::OnReceive()
Response: 500 This security scheme is not implemented
Status: Insecure server, it does not support FTP over TLS.