SessionRemoteException: Operation not supported.
I was using WINSCP.net library and when I tried to calculate the checksum value for a file at the sftp server, it can't and throws an exception as operation not supported. I have mentioned the algorithm as sha-1 and the code used is shown below.
There are no problem at sftp server as I can download the files and access them very well.
WINSCP version: 5.7
Have I done anything wrong over there.
Please help me on this and let me know how to fix this.
Thanks in advance.
session.CalculateFileChecksum("sha-1", "./" + file.Name);
WINSCP version: 5.7
Have I done anything wrong over there.
Please help me on this and let me know how to fix this.
Thanks in advance.