Gets the remote directory listing from the FTP server.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public ArrayList GetDirListingArray( string filter ) |
Visual Basic |
---|
Public Function GetDirListingArray ( _ filter As String _ ) As ArrayList |
Visual C++ |
---|
public: ArrayList^ GetDirListingArray( String^ filter ) |
Parameters
- filter
- Type: System..::..String
The filename filter.
Return Value
An ArrayList of files.
Exceptions
Exception | Condition |
---|---|
Jscape.Ftp..::..FtpException | If an I/O or FTP error occurs. |