-- FTPServers.config, Edit: HGM August 3, 1980 6:15 PM
-- Copyright Xerox Corporation 1979, 1980
PACK FTPCold, DummyUserFiles, DummyUserMail;
PACK FTPPupComHot, FTPUserHot;
PACK FTPEvent, FTPPair;
FTPServers: CONFIGURATION LINKS : CODE
IMPORTS
Process, String, Storage, Time,
Stream, ByteBltDefs, PupStream
EXPORTS FTPDefs, FTPPrivateDefs =
BEGIN
FTPAccessories;
FTPCold;
FTPEvent;
FTPPair;
FTPProtError;
FTPProtFiles;
FTPProtocol;
FTPTrace;
FTPQueue;
FTPUtilities;
FTPPupComCool;
FTPPupComHot;
FTPServerCommon;
FTPServerFiles;
FTPServerMail;
FTPSysMail;
FTPUserHot;
DummyUserFiles;
DummyUserMail;
END. -- of FTPServers