Oberon || Library || Module Index || Search Engine || Definition || Module


Ulm's Oberon Library:
FTPTimers


NAME

FTPTimers - timeout management for FTP sessions

SYNOPSIS

PROCEDURE Install(session: FTPSessions.Session);

DESCRIPTION

FTPTimers offers a timeout management on base of FTPTimerEvents for FTP sessions. Install installs the timeout management for session and should be called shortly after FTPSessions.Create during the initialization phase of a FTP session.

The handler of the timeout management runs as separate task and terminates session in case of timeouts. The task ends on termination of the session object (either by a timeout or some other event).

SEE ALSO

FTPTimerEvents
interface between other FTP server components and this handler.

Edited by: borchert, last change: 2001/05/08, revision: 1.2, converted to HTML: 2001/05/08

Oberon || Library || Module Index || Search Engine || Definition || Module