edtFTPnet/Free - Open-source FTP component for .NET | Download
Manages strings that match various FTP server replies for various situations. The strings are not exact copies of server replies, but rather fragments that match server replies (so that as many servers as possible can be supported). All fragments are managed internally in upper case to make matching faster.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public class ServerStrings : CollectionBase
Visual Basic
Public Class ServerStrings _
	Inherits CollectionBase
Visual C++
public ref class ServerStrings : public CollectionBase

Inheritance Hierarchy

See Also