I am trying to validate transfers using checksum, but the GetSupportedChecksumTypes returns an empty array.

Out of curiosity, i looked at the log and see that when I do call that function, no command is sent to the server. I'm just wondering how that function knows what, if any, checksum types are available.

asked 18 May '11, 23:14

John%20Hancock's gravatar image

John Hancock
251
accept rate: 0%


Supported checksum types are known just after the successful login when a list of supported features is received from the server. Therefore it is not needed to send a command when calling the GetSupportedChecksumTypes method.

If the GetSupportedChecksumTypes method returns an empty array, it means the server has no extension to compute a remote checksum.

link

answered 19 May '11, 15:23

Lukas%20Matyska's gravatar image

Lukas Matyska ♦♦
90117
accept rate: 28%

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
×20

Asked: 18 May '11, 23:14

Seen: 287 times

Last updated: 19 May '11, 15:23