edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

ExFTPConnectionGetLastWriteTime Method

Get modification time for a remote file.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public override DateTime GetLastWriteTime(
	string remoteFile
)

Parameters

remoteFile
Type: SystemString
Name of remote file.

Return Value

Type: DateTime
Last write time of file as a DateTime.
See Also