Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.MLST

TElSimpleFTPSClient     See also     


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


Provides information about the specified object.

Declaration

[C#/Java]
    bool MLST(string Path, TElFTPFileInfo FileInfo);

[VB.NET]
    Function MLST(ByVal Path As String, ByVal FileInfo As TElFTPFileInfo) As Boolean

[Pascal]
    function MLST(const Path : string; FileInfo : TElFTPFileInfo): boolean;

[C++]
    bool MLST(const std::string &Path, TElFTPFileInfo &FileInfo);
    bool MLST(const std::string &Path, TElFTPFileInfo *FileInfo);

[PHP]
    bool MLST(string $Path, TElFTPFileInfo $FileInfo)

Parameters

  • Path - specifies the path to the object which information is requested.
  • FileInfo - contains the requested information about the object.

Return value

    ...

Description

    Use this method to retrieve information about exactly the specified object.

See also:     MLSD    

Discuss this help topic in SecureBlackbox Forum