PowerTCP FTP for .NET
DateTimeSet Property



Returns true if the DateTime of the destination file was updated to the DateTime of the source.
Syntax
Public ReadOnly Property DateTimeSet As Boolean
Dim instance As CopyResult
Dim value As Boolean
 
value = instance.DateTimeSet
public bool DateTimeSet {get;}
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 FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic