An NDoc Documented Class Library

ServerStrings Class

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.

For a list of all members of this type, see ServerStrings Members.

System.Object
   System.Collections.CollectionBase
      EnterpriseDT.Net.Ftp.ServerStrings
         EnterpriseDT.Net.Ftp.DirectoryEmptyStrings
         EnterpriseDT.Net.Ftp.FileNotFoundStrings
         EnterpriseDT.Net.Ftp.TransferCompleteStrings

public class ServerStrings : CollectionBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: EnterpriseDT.Net.Ftp

Assembly: edtFTPnet (in edtFTPnet.dll)

See Also

ServerStrings Members | EnterpriseDT.Net.Ftp Namespace