edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

The FTPControlSocket type exposes the following members.

Methods

  NameDescription
Protected methodCreateDataSocketPASVInternal
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSendCommand
Send a command to the FTP server and return the server's reply as a structured reply object
Public methodToString (Inherited from Object.)
Public methodValidateReply
Validate the response the host has supplied against the expected reply. If we get an unexpected reply we throw an exception, setting the message to that returned by the FTP server

Fields

  NameDescription
Protected fieldactiveIPAddress
IP address to send with PORT command
Public fieldStatic memberCONTROL_PORT
The default and standard control port number for FTP
Protected fieldcontrolPort
FTP port of the remote host
Protected fieldcontrolSock
The underlying socket.
Protected fieldlogTag
Log tag.
Protected fieldreader
The reader that reads control data from the control socket
Protected fieldremoteAddr
Protected fieldremoteHost
Address of the remote host
Protected fieldtimeout
The timeout for the control socket
Protected fieldwriter
The write that writes to the control socket

Properties

  NameDescription
Public propertyConnected
True if the control socket was connected at the last operation

See Also