Unit F4WThrds

-------------------------------------------------------------------------------------} { A utility unit for the TFTP4W component. } { Copyright 1997, Brad Stowers. All Rights Reserved. } { This code can be freely used and distributed in commercial and private } { environments, provied this notice is not modified in any way. } { -------------------------------------------------------------------------------------} { Date last modified: Mar. 18, 1997 } { -------------------------------------------------------------------------------------

Classes

TFTP4WThread -
TFTPConnectThread -
TFTPDirThread -
TFTPGetFileThread -
TFTPSendFileThread -
TFTPTransferFileThread -

Functions

Types

TSuccessEvent

Constants

WM_FTPMSG_CONNECT
WM_FTPMSG_FRAME
WM_FTPMSG_GETDIR
WM_FTPMSG_RETRIEVE
WM_FTPMSG_SEND

Variables


Functions


Types


TSuccessEvent = procedure(Sender: TObject; Success: boolean) of object

Constants

WM_FTPMSG_CONNECT = WM_USER + 3

WM_FTPMSG_FRAME = WM_USER + 5

WM_FTPMSG_GETDIR = WM_USER + 4

WM_FTPMSG_RETRIEVE = WM_USER + 1

WM_FTPMSG_SEND = WM_USER + 2


Variables