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

FTP.Server

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

Class declaration

   Class FTP.Server
   Inherits FTP.Connection

Notes

The FTP.Server class provides a FTP server session. It is subclassed from FTP.Connection.

When an FTP control connection is established, the the server transmits the FTP handshake and customizable welcome message. Once the handshake is completed, the Connected event is raised and commands may be sent by the client.

FTP Protocol logic is located in the FTP.Server.ParseVerb method.

Class Methods

Class Properties

Clone this wiki locally