550 The supplied message is incomplete.

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
ITBlogger
500 Command not understood
Posts: 2
Joined: 2012-02-16 21:59
First name: Alex
Last name: Scoble

550 The supplied message is incomplete.

#1 Post by ITBlogger » 2012-02-16 22:10

Hello all,

Getting '550 The supplied message is incomplete. The signature was not verified.' errors when attempting to upload files to IIS 7.5 FTP server using FTPES and FileZilla Client. I've seen that this problem has been entered elsewhere here, but as there has been no fix on the other threads that I've found, I'm opening a new one.

CoreFTP works just fine, but isn't currently supported software in our environment while FileZilla is. FileZilla client works if encryption requirements are turned off on the server. I tried installing FileZilla Server on the server in question to generate a cert to see if that was the problem and while FZ Client can connect and upload to FZ Server just fine with encryption turned on, the problem with IIS 7.5 remains.

I've attached debug info for an upload below.

Thanks for your help,

Alex

Trace: CTlsSocket::OnRead()
Trace: CFtpControlSocket::OnReceive()
Response: 150 Opening BINARY mode data connection.
Trace: CFtpControlSocket::TransferParseResponse()
Trace: code = 1
Trace: state = 4
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Trace: state = 5
Trace: CTransferSocket::OnConnect
Trace: CTlsSocket::Handshake()
Trace: Trying to resume existing TLS session.
Trace: CTlsSocket::ContinueHandshake()
Trace: CTlsSocket::OnSend()
Trace: CTlsSocket::OnSend()
Trace: CTlsSocket::OnRead()
Trace: CTlsSocket::ContinueHandshake()
Trace: CTlsSocket::OnRead()
Trace: CTlsSocket::ContinueHandshake()
Trace: TLS Handshake successful
Trace: TLS Session resumed
Trace: Cipher: AES-128-CBC, MAC: SHA1
Trace: CTransferSocket::OnConnect
Trace: CTlsSocket::Shutdown()
Trace: CTransferSocket::TransferEnd(1)
Trace: CFtpControlSocket::TransferEnd()
Trace: CTlsSocket::OnRead()
Trace: CFtpControlSocket::OnReceive()
Response: 550 The supplied message is incomplete. The signature was not verified.
Trace: CFtpControlSocket::TransferParseResponse()
Trace: code = 5
Trace: state = 7
Trace: CFtpControlSocket::ResetOperation(2)
Trace: CControlSocket::ResetOperation(2)
Trace: CFtpControlSocket::ParseSubcommandResult(2)
Trace: FileTransferSubcommandResult()
Trace: CFtpControlSocket::ResetOperation(2)
Trace: CControlSocket::ResetOperation(2)
Error: File transfer failed

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

Re: 550 The supplied message is incomplete.

#2 Post by botg » 2012-02-17 07:35

I've never seen that message and unfortunately have no idea what might be causing this.

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: 550 The supplied message is incomplete.

#3 Post by boco » 2012-02-17 16:31

Does the IIS expect a client certificate maybe?
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

ITBlogger
500 Command not understood
Posts: 2
Joined: 2012-02-16 21:59
First name: Alex
Last name: Scoble

Re: 550 The supplied message is incomplete.

#4 Post by ITBlogger » 2012-02-29 18:03

Sorry, haven't been able to respond as I've been busy with other stuff.

There's a bug request in Filezilla's bug track system on the same thing http://trac.filezilla-project.org/ticket/7910

Here's another person with the same problem http://forums.iis.net/t/1163993.aspx Unfortunately, I don't see a solution there or I wouldn't have posted here.

Considering that CoreFTP is able to work with the exact same setup as Filezilla, it's not a problem with IIS, nor with the certificate I'm using on IIS, but rather with something in the way that Filezilla deals with the data connection when encryption is required.

layser
500 Command not understood
Posts: 1
Joined: 2012-05-31 19:29
First name: J
Last name: B

Re: 550 The supplied message is incomplete.

#5 Post by layser » 2012-05-31 19:31

This seems to be related to the TLS 1.1 & TLS 1.2 changes that come from IIS prevention of the BEAST attack. I tried CoreFTP and they seem to have taken care of the issue within there client. Has anybody heard any word on this for Filezilla?

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

Re: 550 The supplied message is incomplete.

#6 Post by botg » 2012-05-31 20:17

Dunno, need to see if perhaps a different version of GnuTLS might work.

moojjoo71
500 Command not understood
Posts: 1
Joined: 2015-02-17 13:52
First name: Robert
Last name: Dannelly

Re: 550 The supplied message is incomplete.

#7 Post by moojjoo71 » 2015-02-17 17:15

Here is the fix for Windows Server 2008 R2; IIS 7.5, I applied it today and FileZilla is performing AWESOME again --- http://support.microsoft.com/kb/2888853/

Again this is an IIS issue not a FileZilla....

http://support.microsoft.com/kb/2888853/

Post Reply