Re: Compression issues - WeOnlyDo Discussion board

Re: Compression issues (General questions)

by woddrazen, Thursday, April 12, 2007, 15:20 (6247 days ago) @ Roman

Hi Roman,


Your server probably doesn't support compression. You have receive command not understood when MODE Z command is send.

I have just tried your code with Serv-U FTP server which support compression and everything worked like a charm.

You can send us full FtpReply if you like. FtpReply will give us more details about compression problem.

Here is example how to done that:
[code]
Private Sub ftp_FTPReply(ByVal Command As String, ByVal ReplyCode As Integer, ByVal ReplyText As String)
Debug.Print Command & & ReplyText
End Sub
[/code]

Hope I helped.


Regards,
Drazen


Complete thread: