Gets the remote directory listing from the FTP server.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public ArrayList GetNameListing()
Visual Basic
Public Function GetNameListing As ArrayList
Visual C++
public:
ArrayList^ GetNameListing()

Return Value

An ArrayList of string objects.

See Also