Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSClient.MLST

TElSimpleFTPSClient     See also     


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


Provides information about the specified object.

Declaration

[C#]
    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)

[Java]
    boolean 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

True if the operation was successful and false otherwise.

Description

    Use this method to retrieve information about the particular object.

See also:     MLSD    

Discuss this help topic in SecureBlackbox Forum