Trouble with FTPES

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
Fredrik75
500 Command not understood
Posts: 2
Joined: 2008-11-27 08:02
First name: Fredrik
Last name: Johansson

Trouble with FTPES

#1 Post by Fredrik75 » 2008-11-27 08:12

Hi!

When upgrading to the 3.1.x series (worked perfectly with 3.0.9.x) I cant connect to my vsftd with AuthTLS.
The logs:

Code: Select all

Status:	Slår upp IP-adressen för xxxx.xxxx.se
Status:	Ansluter till 12.12.12.13:21...
Status:	Anslutningen etablerad, väntar på välkomstmeddelande...
Svar:	220 Welcome to the ftp....
Kommando:	AUTH TLS
Svar:	234 Proceed with negotiation.
Status:	Initierar TLS...
Status:	Validerar certifikatet...
Kommando:	USER henrik
Status:	TLS/SSL-anslutning etablerad.
Svar:	331 Please specify the password.
Kommando:	PASS ******
Svar:	230 Login successful.
Kommando:	SYST
Svar:	215 UNIX Type: L8
Kommando:	FEAT
Svar:	211-Features:
Svar:	 AUTH SSL
Svar:	 AUTH TLS
Svar:	 EPRT
Svar:	 EPSV
Svar:	 MDTM
Svar:	 PASV
Svar:	 PBSZ
Svar:	 PROT
Svar:	 REST STREAM
Svar:	 SIZE
Svar:	 TVFS
Svar:	211 End
Kommando:	PBSZ 0
Svar:	200 PBSZ set to 0.
Kommando:	PROT P
Svar:	200 PROT now Private.
Status:	Ansluten
Status:	Hämtar kataloglistning...
Kommando:	PWD
Svar:	257 "/"
Kommando:	TYPE I
Svar:	200 Switching to Binary mode.
Kommando:	PASV
Svar:	227 Entering Passive Mode (12,12,12,13,237,243)
Kommando:	LIST
Svar:	150 Here comes the directory listing.
Svar:	226 Directory send OK.
Status:	Server did not properly shut down TLS connection
Fel:	Could not read from transfer socket: ECONNABORTED - Connection aborted
Fel:	Misslyckades med att hämta kataloglistning
Using CentOS 4 with the vsftpd-2.0.1-5.EL4.7 package...

Anyone have any idea?

/Fredrik

User avatar
botg
Site Admin
Posts: 35509
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Trouble with FTPES

#2 Post by botg » 2008-11-27 11:08

Broken server. You have to update to vsftpd 2.0.7

Fredrik75
500 Command not understood
Posts: 2
Joined: 2008-11-27 08:02
First name: Fredrik
Last name: Johansson

Re: Trouble with FTPES

#3 Post by Fredrik75 » 2008-12-02 09:46

Ah...
Just for future reference for fellow CentOS 5 (Yep - i upgraded - but this should work on CentOS 4 as well) users:

Download the vsftpd-package that comes with fedora 10, ie:

Code: Select all

# wget ftp://fr.rpmfind.net/linux/fedora/development/source/SRPMS/vsftpd-2.0.7-1.fc10.src.rpm
# rpmbuild --rebuild vsftpd-2.0.7-1.fc10.src.rpm
Install all missing packages, but tcp_wrappes-devel does not exist - its included in the tcp_wrappers package.
When only tcp_wrappers-devel is missing:

Code: Select all

# rpmbuild --nodeps --rebuild vsftpd-2.0.7-1.fc10.src.rpm
If all goes well:

Code: Select all

# rpm -Uvh /usr/src/redhat/RPMS/i386/vsftpd-2.0.7-1.i386.rpm
/Fredrik

Post Reply