Thema: Delphi idFTP VerifyFile Problem

Einzelnen Beitrag anzeigen

Klaus01

Registriert seit: 30. Nov 2005
Ort: München
5.755 Beiträge
 
Delphi 10.4 Sydney
 
#4

AW: idFTP VerifyFile Problem

  Alt 8. Feb 2013, 16:06
.. aus der Hilfe:

Zitat:
Code:
VerifyFile can be used to determine the integrity of a file transfer using one of the following checksum algorithms:


Algorithm Description
XSHA SHA-1 checksum
XMD5 MD5 checksum
XCRC CRC-32 checksum

[B]One of the algorithms must be listed in the Capabilities for the FTP server, or VerifyFile cannot determine the checksum value on the remote FTP server.[/B]

VerifyFile selects the algorithm using the following preferred order:
Soll jetzt nichts heißen - aber mir ist nicht bekannt, dass der FTP Standard soetwas beinhaltet.

Sicher, dass das Dein FTP Server unterstützt?
Hast Du die Möglichkeit den Traffic zwischen Deinem Programm und dem FTP-Server mitzusschneiden (tshark, wireshark)?

Grüße
Klaus
Klaus

Geändert von Klaus01 ( 8. Feb 2013 um 16:09 Uhr)
  Mit Zitat antworten Zitat