FTPConnectionTimeIncludesSeconds Property |
[FTP/FTPS Only] Indicates whether seconds were included in the most recent directoy listing.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic bool TimeIncludesSeconds { get; }Public ReadOnly Property TimeIncludesSeconds As Boolean
Get
public:
property bool TimeIncludesSeconds {
bool get ();
}member TimeIncludesSeconds : bool with get
Property Value
Type:
Boolean
Remarks
Some FTP and FTPS servers don't return file-modified times that include seconds. This flag
indicates whether or not the most recent directory listing included seconds.
See Also