Get modification time for a remote file.

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public virtual DateTime ModTime(
	string path
)
Visual Basic
Public Overridable Function ModTime ( _
	path As String _
) As DateTime
Visual C++
public:
virtual DateTime ModTime(
	String^ path
)

Parameters

path
Type: System..::..String
Name or path of remote file.

Implements

IFileTransferClient..::..ModTime(String)

See Also