First post, so Hey All! =)
Now to subject. On ubuntu 8.04 (hardy), enabling secure connection on proftpd wont work, as ubuntu repo's have old 2.06 proftpd as it seems...anytime user tries to connect with up to date filezilla on secure connection they fail with error:
__
Status: Server did not properly shut down TLS connection
Error: Could not read from transfer socket: ECONNABORTED - Connection aborted
..
__
I was googling around a little and find a solution (
http://forum.filezilla-project.org/viewt...2&t=13034) that worked for me;
Quote:vim /etc/apt/sources.list
Add 2 sources to list:
Quote:deb http://ppa.launchpad.net/cschieli/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/cschieli/ppa/ubuntu hardy main
And simply run:
Quote:sudo aptitude
Update and upgrade of proftpd solved my problems..got few warnings for repo's as they are unofficial, but well..it worked
Please note, that i'm a linux newb...so use it on your own risk.
In any case, hope it will help to anyone.
GreetZ