FTPConnectionDirectoryEmptyMessages Property |
Holds fragments of server messages that indicate a directory
is empty.
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic DirectoryEmptyStrings DirectoryEmptyMessages { get; }Public ReadOnly Property DirectoryEmptyMessages As DirectoryEmptyStrings
Get
public:
property DirectoryEmptyStrings^ DirectoryEmptyMessages {
DirectoryEmptyStrings^ get ();
}member DirectoryEmptyMessages : DirectoryEmptyStrings with get
Property Value
Type:
DirectoryEmptyStrings
Remarks
The fragments are used when it is necessary to examine the message
returned by a server to see if it is saying a directory is empty, which
is normally used by DirDetails. If an FTP server is returning a different
message that still clearly indicates a directory is empty, use this
property to add a new server fragment to the repository via the Add method.
It would be helpful to email support at enterprisedt dot com to inform
us of the message so it can be added to the next build.
See Also