edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPClientModTime Method

Get modification time for a remote file.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual DateTime ModTime(
	string remoteFile
)

Parameters

remoteFile  String
Name of remote file.

Return Value

DateTime
Modification time of file as a DateTime.

Implements

IFileTransferClientModTime(String)

See Also