// PupServEftp.decl // Last modified March 19, 1980 12:22 AM by Boggs //---------------------------------------------------------------------------- structure EFTP: // Fooled you: File Transfer Parameters //---------------------------------------------------------------------------- [ lclPort word // -> Port or 0 frnPort word // -> Port or 0 fp word // -> FP 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 lenEFTP = size EFTP/16