file is copied, but then an error "Data does not end properly Rebex.Net.Ftp.GetFile(). if i use FileZilla Server to connect then the error does not occur. But i need to use Serv-U server.

asked 01 Feb '11, 19:16

Mit's gravatar image

Mit
16
accept rate: 0%

edited 21 Feb '11, 14:07

Rebex%20KB's gravatar image

Rebex KB ♦♦
258519


This error is thrown when MODE Z is enabled (Ftp object's TransferMode property is set to FtpTransferMode.Zlib) and the received data does not end with a block that indicates end of compressed stream. It's possible FileZilla doesn't check for this.

We will send you a link to a version of Rebex FTP that doesn't perform this check in an hour or two. Please give it a try, check whether the file has been fully transferred and let us know.

* UPDATE: *

The fix is part of build 4060 http://blog.rebex.net/news/archive/2011/02/15/build-4060.aspx released in February 2011.

link

answered 02 Feb '11, 11:59

Lukas%20Pokorny's gravatar image

Lukas Pokorny ♦♦
2.4k28
accept rate: 31%

edited 21 Feb '11, 14:16

Martin%20Vobr's gravatar image

Martin Vobr ♦♦
335310

thanks,new version is working with Serv-U

(03 Feb '11, 06:38) Mit

Thanks for letting us know! The workaround for this will be included in the next release.

(04 Feb '11, 12:13) Lukas Pokorny ♦♦
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×152
×23

Asked: 01 Feb '11, 19:16

Seen: 514 times

Last updated: 04 Apr '11, 15:22