home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / pmspx.zip / pmspx.txt next >
Text File  |  1996-06-14  |  2KB  |  53 lines

  1.     ----------- PMSPX 1.01 --------------
  2. Written by:  Cliff DeCarlo (cliffd@albany.net)
  3. Date      :  3/29/96 (1.0)
  4.       :  6/14/96 (1.01)
  5.  
  6. Hello all! 
  7.  
  8. This is version 1.0 of PMSPX which is a FTP-like
  9. application for OS/2 that uses the Novell SPX protocol for 
  10. its transport mechanism.  It was written using Borland C++
  11. for OS/2 version 2.0 utilizing Borlands OWL for window/dialog
  12. functionality.  Basically this was written to test my socket
  13. class that I wrote for the SPX protocol.  With enough 
  14. encouragement I might be willing to port this application to
  15. Windoze (3.1/95) if there is any interest.  I've tested it
  16. as much as I could and it is only as stable as Borlands OWL,
  17. so you might encounter a random SYS3175 error which is
  18. generated due to a screw up in the OWL code from Borland.
  19.  
  20. Please send any feedback you might have to cliffd@albany.net
  21.  
  22. 1) Programs
  23.  
  24. There are two programs that should have come in the zip file...
  25.     PMSPXSND.EXE and PMSPXREC.EXE
  26. as I'm sure that you guessed one is the receiver and one is the
  27. sender.  On the receiver end all you need to do is start the
  28. PMSPXREC program and forget it.  The sender program requires a
  29. couple more steps.  If your two workstations are on the same
  30. physical LAN segment you don't need to know anything else.  You
  31. might have a situation where the Sender and Receiver are on 
  32. different physical networks, if this is the case you will need
  33. to know at the very least the physical network number that the
  34. receiver is on.  If you have multiple receivers on the network
  35. you will also need to know the MAC address of the machine you
  36. are trying to send files to, or the sender will just send to the
  37. first listener it finds.  Once the connection is made you can send
  38. files (currently one at a time) from the send menu option.  The 
  39. first time that you start a connection with the receiver the 
  40. connection should establish fairly quickly, if you exit the sender
  41. and leave the receiver running the next time that you connect will
  42. take a little longer.  This is due to the SPX Watchdog packet 
  43. timeout parameter in the Novell SPX protocol, so just give it a 
  44. few seconds to timeout and re-establish the link.
  45.  
  46.  
  47. //Revision Notes
  48.  
  49.  
  50. 1.01 - Fixed bug that did not allow you to send a file from 
  51.        a directory other than the current directory that
  52.        PMSPXSND was executing from (06/14/96)
  53.