When connecting to glftpd using ssl or tls core ftp sends the pass command too early:
Code: Select all
AUTH TLS
234 AUTH TLS successful
TLSv1, cipher TLSv1/SSLv3 (DHE-DSS-AES256-SHA) - 256 bit
USER lostangel
331
PASS **********
Password required for lostangel.
Any ideas on a quick fix for this ?