Unit FtpServ1

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Author: François PIETTE Description: This is a demo program showing how to use the TFtpServer component to build a FTP server. EMail: francois.piette@ping.be http://www.rtfm.be/fpiette francois.piette@rtfm.be Creation: April 21, 1998 Version: 0.94 *BETA* WebSite: http://www.rtfm.be/fpiette/indexuk.htm Support: Use the mailing list twsocket@rtfm.be See website for details. Legal issues: Copyright (C) 1998 by François PIETTE This software is provided 'as-is', without any express or implied warranty. In no event will the author be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented, you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. History: Apr 29, 1998 V0.90 Released for beta testing. Apr 30, 1998 V0.91 Added an example of virtual file (see the code for FtpServer1RetrSessionConnected. May 01, 1998 V0.92 Adapted for Delphi 1.0 May 03, 1998 V0.93 Adapted for Delphi 2.0 and C++Builder May 04, 1998 V0.94 Added tools menu. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Classes

TFtpServerForm -
TLogMsg -

Functions

Types

Constants

FtpServVersion
WM_APPSTARTUP

Variables

FtpServerForm
Log


Functions


Types


Constants

FtpServVersion = 094

WM_APPSTARTUP = WM_USER + 1


Variables

FtpServerForm : TFtpServerForm

Log : TLogMsg