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

SSHFTPClientSetModTime Method

Set 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 void SetModTime(
	string path,
	DateTime modTime
)

Parameters

path  String
Name or path of remote file.
modTime  DateTime
Modification-time to set in local time.

Return Value

Modification time of file as a DateTime.

Implements

IFileTransferClientSetModTime(String, DateTime)

See Also