EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.GetNameList

TElAS3Client     See also    


 

Returns current directory listing.

 
 

Declaration

[C#]
    void GetNameList();
    void GetNameList(string Parameters);

[VB.NET]
    Sub GetNameList()
    Sub GetNameList(ByVal Parameters As String)

[Pascal]
    procedure GetNameList;
    procedure GetNameList(const Parameters : string);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Parameters - contains a name of remote directory or file to get the listing for.
 
 

Description

    Use this method to get current directory listing. The server will return a stream of names of files and no other information. This method is intended to return information that can be used by a program to further process the files automatically. For example, in the implementation of a "multiple get" function.
During execution of the method the OnTextDataLine event is fired for each line of received reply.

 
 

See also:     GetFileList OnTextDataLine

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation