home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / xprzedza.lzh / Codes.Doc next >
Text File  |  1992-09-05  |  3KB  |  58 lines

  1.  
  2. The following is a list of result codes that will be displayed as MESSAGES!
  3. In other words... they will not appear as errors. Each if the messages will
  4. be in the following format: xy-message.('xy' is a two digit number as shown
  5. below and the message is a message that is displayed... Welmat can probably
  6. strip the number and  then display the message [or its own message] and use
  7. it to find out about how the transfers are going... In fact, the message is
  8. only really there so that I can also follow transfers on VLT)
  9. This is an example message:
  10.    "34-File Transfer FAILED"
  11. Welmat should be  able to find out by  the message number that the file was
  12. not sent or received and that it may be neccessary to do something with the
  13. file.
  14.  
  15. 10 = Sending A Regular File (actually... we could not identify it)
  16. 11 = Sending An Archived File (it has an extension we recognize)
  17. 12 = Sending A Message Packet (it ends with .xUT or .PKT)
  18. 13 = Sending ARCMail (it ends with a .MOx,.TUx,.WEx,.THx,.FRx,.SAx,or .SUx)
  19. 14 = Sending A File Request (it ends with .REQ)
  20. 15 = Skipping File (we were not supposed to send the file)
  21. 16 = Sending EOF
  22. 17 = EOF Acknowledged
  23. 18 = Sending Nothing At All... (if we do not have any files to send)
  24. 19 = Finished Sending (we started a send... but maybe we did not send a single
  25.      file!)
  26.  
  27. 20 = Receiving A Regular File
  28. 21 = Receiving An Archived File
  29. 22 = Receiving A Message Packet
  30. 23 = Receiving ARCMail
  31. 24 = Receiving A File Request
  32. 25 = * not used yet *
  33. 26 = * not used yet *
  34. 27 = EOF Received
  35. 28 = Checking For Next File
  36. 29 = Finished Receiving (we began to receive... but maybe we did not receive
  37.      a single file!)
  38.  
  39. 30 = Detected No Files... (we will begin a send, but we will no send anything)
  40. 31 = Sent No Files... (we started a send, but we sent no files)
  41. 32 = Could Not Send Any Files... (we were not able to send any files)
  42. 33 = File Transfer OK (we could successfully transfer the file)
  43. 34 = File Transfer FAILED (we could not transfer a file correctly)
  44.  
  45. 40 = Transfer Aborted Due To Error (no more files will be transferred)
  46. 41 = Deleting The File That Was Just Transferred
  47. 42 = Keeping A Partially Received File... (the transfer probably FAILED)
  48.  
  49. Look for future additions... The listed numbers should not change...
  50.  
  51. Note: This XPR library (or any other XPR library as a matter of fact)  does
  52.       not have a  way of determining if the  carrier was dropped. If a drop
  53.       of carrier is detected by  the comm program (or Welmat) then an abort
  54.       should be issued to the library  as soon as possible. This is usually
  55.       after a timeout occurs... (so you will have to wait up to 30 seconds)
  56.  
  57. -Yves Konigshofer
  58.