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

SSHFTPClientModTime Method

Get modification time for a remote file.

Definition

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

Parameters

path  String
Name or path of remote file.

Return Value

DateTime

Implements

IFileTransferClientModTime(String)

See Also