Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Chau

Re: CalculateFileChecksum is not supported in version 5.6.4

Thanks for your information
martin

Re: CalculateFileChecksum is not supported in version 5.6.4

And most SFTP servers (OpenSSH in particular) does not support it.
Chau

Re: CalculateFileChecksum is not supported in version 5.6.4

My server is running with SFTP protocols :(
martin

Re: CalculateFileChecksum is not supported in version 5.6.4 RC?

The error means that your server does not support the checksum.
See https://winscp.net/eng/docs/protocols
Chau

CalculateFileChecksum is not supported in version 5.6.4 RC?

Hi prikryl,
I use the code:
session.CalculateFileChecksum("md5", @"/home/Myftp/ftp_test/file1.txt");

And the result I got from the log is:
> 2015-01-13 15:25:58.521 Script: checksum -- "md5" "/home/Myftp/ftp_test/file1.txt"

< 2015-01-13 15:25:58.521 Script: Operation not supported.

I used Winscp.exe and Winscpnet.dll version 5.6.4 RC[/code]