Sets the modification date and time of the specified remote file. Not all FTP servers support this!
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public Sub SetFileDateTime ( _ remotePath As String, _ newDateTime As DateTime _ ) |
C# |
---|
public void SetFileDateTime( string remotePath, DateTime newDateTime ) |
Parameters
- remotePath
- Type: System..::..String
The path of the remote file.
- newDateTime
- Type: System..::..DateTime
The date and time to set.
Implements
IFtp..::..SetFileDateTime(String, DateTime)Remarks
Support for setting modification date and time, either using MFMT or MDTM command, is not as widespread as retrieving it. This method will fail on servers that support neither of these commands.