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

FTPConnectionGetLastWriteTime 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 GetLastWriteTime(
	string remoteFile
)

Parameters

remoteFile  String
Name of remote file.

Return Value

DateTime
Last write time of file as a DateTime.

See Also