Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.SetFileTime

TElSimpleFTPSClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Sends the MFMT command to the server.

Declaration

[C#]
    bool SetFileTime(string AFilename, DateTime NewDate);

[VB.NET]
    Function SetFileTime(ByVal AFilename As String, ByVal NewDate As DateTime) As Boolean

[Pascal]
    function SetFileTime(const AFilename: string; NewDate : TElDateTime) : boolean;

[C++]
    bool SetFileTime(const std::string &AFilename, int64_t NewDate);

[PHP]
    bool SetFileTime(string $AFilename, DateTime $NewDate)

[Java]
    boolean setFileTime(String AFilename, Date NewDate);

Parameters

  • AFilename - the name of the file to change the date/time.
  • NewDate - the new modification time/date for the file.

Description

    Use this method to change the modification time of the remote file.

See also:     ExtMFMTSupported    

Discuss this help topic in SecureBlackbox Forum