Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

FTP.Connection

Andrew Lambert edited this page Jul 27, 2017 · 15 revisions

Class declaration

   Class FTP.Connection
   Inherits TCPSocket

Notes

This class provides both the control and data connections for a given FTP session. FTP.Client and FTP.Server are subclassed from FTP.Connection.

FTP.Connection should only know about the connections themselves without needing to know whether it's a client or server flavor. Other non-socket data which is used in both clients and servers are also dealt with in FTP.Connection.

This class is not intended to be used except as the superclass of another TCPSocket that handles protocol layer stuff via the DataAvailable event and Write, TransmitData, Read, and GetData methods.

Class Methods

Class Properties

Clone this wiki locally