// IfsServEFTP.decl
// Copyright Xerox Corporation 1979

// Last modified June 3, 1979  1:39 PM by Taft

//----------------------------------------------------------------------------
structure FTP:		// Fooled you: File Transfer Parameters
//----------------------------------------------------------------------------
[
lclPort word		// -> Port or 0
frnPort word		// -> Port or 0
tempName word		// -> temporary file name string
realName word		// -> ultimate file name string
timeOut1 word		// timeout for first packet in units of 10 ms.
timeOut2 word		// time out for subsequent packets
proc1 word		// -> procedure
proc2 word		// -> procedure
]
manifest lenFTP = size FTP/16