You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-users@mina.apache.org by Michael Benovich <mi...@hostedftp.com> on 2010/11/24 18:01:37 UTC

Using MODE Z compression

Hi,

I'm having trouble getting MODE Z compression working.  Trying to connect
with the CORE FTP client.  When the client issues the "OPTS MODE Z LEVEL 5"
command the server returns a 502 error, even though the FEAT command lists
MODE Z as an available command.  Any suggestions would be greatly
appreciated.


Thanks,
Mike Benovich

---------
Resolving dev-ftp.hostedftp.com...
Connect socket #764 to 127.0.0.1, port 21...
220 Service ready for new user.
AUTH TLS
234 Command AUTH okay; starting TLS connection.
TLSv1, cipher TLSv1/SSLv3 (EDH-RSA-DES-CBC3-SHA) - 168 bit
USER mike
331 User name okay, need password for mike.
PASS **********
230 User logged in, proceed.
SYST
215 UNIX Type: Apache FtpServer
Keep alive off...
PWD
257 "/" is current directory.
PBSZ 0
200 Command PBSZ okay.
PROT P
200 Command PROT okay.
MODE Z
200 Command MODE okay.
OPTS MODE Z LEVEL 5
502
PASV
227 Entering Passive Mode (127,0,0,1,4,176)
LIST
Connect socket #756 to 127.0.0.1, port 1200...
TLSv1, cipher TLSv1/SSLv3 (EDH-RSA-DES-CBC3-SHA) - 168 bit
150 File status okay; about to open data connection.
226 Closing data connection.
Transferred 69 bytes in 0.141 seconds

Re: Using MODE Z compression

Posted by Niklas Gustavsson <ni...@protocol7.com>.
On Wed, Nov 24, 2010 at 6:01 PM, Michael Benovich <mi...@hostedftp.com> wrote:
> I'm having trouble getting MODE Z compression working.  Trying to connect
> with the CORE FTP client.  When the client issues the "OPTS MODE Z LEVEL 5"
> command the server returns a 502 error, even though the FEAT command lists
> MODE Z as an available command.  Any suggestions would be greatly
> appreciated.

Right, we support MODE Z (as sent by the client at first) but not OPTS MODE Z.

/niklas