edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Holds fragments of server messages that indicate a file was not found

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public FileNotFoundStrings FileNotFoundMessages { get; }
Visual Basic
Public ReadOnly Property FileNotFoundMessages As FileNotFoundStrings
	Get
Visual C++
public:
property FileNotFoundStrings^ FileNotFoundMessages {
	FileNotFoundStrings^ get ();
}

Remarks

The fragments are used when it is necessary to examine the message returned by a server to see if it is saying a file was not found. If an FTP server is returning a different message that still clearly indicates a file was not found, 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