|
It was running fine in with v1.5.3127. I upgraded to the latest release v 2.0.3854 and I'm now getting an error when calling SetFileDateTime. We are running WS_FTP server v6.1.0.0 . The error I'm now getting is:
Regards, Paul |
|
Version 2.0.3588.0 of Rebex SFTP introduced SFTP v4 support. In this version of the SFTP protocol, the layout of SSH_FXP_ATTRS message (a binary structure defined by the protocol) changed slightly to include creation time, more precision and other fields. It looks like the error reported by the server (*Unsupported operation; SSHServerAPI.SFTP.fxp_attrs*) refers to this. This can either be a bug in Rebex SFTP or in WS_FTP Server - we will do more testing and let you know. In either case, it should be possible to work around this issue by instructing Rebex SFTP to use SFTP v3. This should produce a behavior identical to older versions and SetFileDateTime should work: C#:
VB.NET:
(where Update: This was caused by a slight incompatibility of Rebex SFTP's SetFileDateTime method with WS_FTP's SFTP. It will be fixed in the next release of Rebex SFTP!
(20 Oct '10, 14:10)
Lukas Pokorny ♦♦
|
|
Perhaps this will help you hunt down the issue. I tested all archives and it works until I get to version 2.0.3588.0. Paul Thanks a lot, this might have saved us some work :-)
(21 Jul '10, 08:55)
Lukas Pokorny ♦♦
|