Returns the modification date and time of the specified remote file.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Function GetFileDateTime ( _
	remotePath As String _
) As DateTime
C#
public DateTime GetFileDateTime(
	string remotePath
)

Parameters

remotePath
Type: System..::..String
The path of the remote file. This cannot be a directory.

Return Value

A DateTime structure set to date and time that the specified file was modified.

Implements

IFtp..::..GetFileDateTime(String)

Remarks

Represents FTP MDTM command.

The MDTM command was not defined by the original RFC, but it has been widely supported for a number of years.

Some servers return times in their local time zones, some use GMT.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also