PowerTCP SSH and SFTP for .NET
DateTimeSet Property




Returns true if the DateTime of the destination file was updated to the DateTime of the source.
Syntax
'Declaration
 
Public ReadOnly Property DateTimeSet As Boolean
'Usage
 
Dim instance As CopyResult
Dim value As Boolean
 
value = instance.DateTimeSet
public bool DateTimeSet {get;}
public: __property bool get_DateTimeSet();
public:
property bool DateTimeSet {
   bool get();
}
Remarks
The MFMT command is used to set the DateTime of a file transfered to a server. This property can only return true for stored files if the server supports this command.
See Also

Reference

CopyResult Class
CopyResult Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic