FtpException Class
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9147)
The exception that is thrown when an error occurs while using Ftp component.
Syntax
public class FtpException : NetworkSessionException, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Ftp |
Initializes a new instance of the Ftp |
Ftp |
Initializes a new instance of the Ftp |
Ftp |
Initializes a new instance of the Ftp |
Ftp |
Initializes a new instance of the Ftp |
Ftp |
Initializes a new instance of the Ftp |
Ftp |
Initializes a new instance of the Ftp |
Properties
Name | Description |
---|---|
Local |
Gets the path of the local file or directory which is currently processed or null (Nothing in Visual Basic) if not available. |
Problem |
Gets the type of the problem which occurred at multi-file operation. |
Protocol |
Gets the protocol error code, if available (usually when Status is set to ProtocolError).
Inherited from Network |
Protocol |
Gets the protocol error message, if available (usually when Status is set to ProtocolError).
Inherited from Network |
Remote |
Gets the path of the remote file or directory which is currently processed or null (Nothing in Visual Basic) if not available. |
Response | Gets the Ftp |
Status | Gets the status of the response. |
Transferred | Gets the amount of data transferred before the exception occurred. |