Re: addrawconfiguration what is the correct syntax to use
To disable preserving of timestamps, use
https://winscp.net/eng/docs/library_transferoptions
For an example of use of the
https://winscp.net/eng/docs/library#csharp
TransferOptions.PreserveTimestamp
:
https://winscp.net/eng/docs/library_transferoptions
transferOptions.PreserveTimestamp = false
For an example of use of the
TransferOptions
class, see:
https://winscp.net/eng/docs/library#csharp