Parses the directory listing from the FTP server
into an enumeration of FtpFile.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public virtual IEnumerator Parse( StreamReader stream ) |
Visual Basic |
---|
Public Overridable Function Parse ( _ stream As StreamReader _ ) As IEnumerator |
Visual C++ |
---|
public: virtual IEnumerator^ Parse( StreamReader^ stream ) |
Parameters
- stream
- Type: System.IO..::..StreamReader
The StreamReader passed in when invoking the GetDirListing(String) method.