home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / network / fsp2 / readme < prev   
Text File  |  1993-05-19  |  4KB  |  84 lines

  1. May 19, 1993
  2.  
  3.         **********   *********  *********          ***  ********* 
  4.         **********  **********  **********        ***   **********
  5.         ***         ***         ***    ***       ***           ***
  6.         ***         ***         ***    ***      ***            ***
  7.         ******      *********   **********     ***       *********
  8.         ******       *********  *********     ***       ********* 
  9.         ***                ***  ***          ***        ***
  10.         ***                ***  ***         ***         ***
  11.         ***         **********  ***        ***          **********
  12.         ***         *********   ***       ***           **********
  13.  
  14.  
  15. Third pre-pre...pre release of FSP/2, a port of FSP to OS/2 using IBM's
  16. TCP/IP package version 1.2.1.
  17.  
  18. This is FSP/2 version 0.3 pre-beta. This is still a pre-release! The executables
  19. in this package are not to be considered 100%. If they toast your system, too
  20. bad. They work just fine on my 486-33 with 16MB ram running the Dec 2.1 OS/2
  21. beta. I am stuck with a SLIP TCP/IP connection which limits my ability to test
  22. these executables.  I've tried to make these executables function exactly the
  23. same as the UNIX versions; if they don't, let me know. OS/2 is a lot like UNIX
  24. (well, compared to DOS) so most features will be identical, however, some
  25. aspects of OS/2 are not like UNIX. I.E. the output of FCDCMD (which is dumped
  26. to stdout) is piped into the environment variable FSP_DIR; I can't figure out
  27. how to do this under OS/2 (ideas?). Remember, this is not even good enough to
  28. be a beta, beware. 
  29.  
  30. Known problems: I will cover problems specific to each executable in the Usage
  31. section. General problems are: CTRL-C doesn't kill the process; attempting to
  32. do an FGET or FLS on a file that does not exist may cause a protection fault.
  33. I believe this to be a problem with error control functions, I'm working on it.
  34. If you get a protection fault, you have to wait 60 seconds for the server to
  35. allow your requests again.
  36.  
  37. FSP/2 will recognize the following environment variables:
  38.  
  39.                 FSP_HOST                : address of host system
  40.                 FSP_PORT                : port on host system
  41.                 FSP_DIR                 : current dir on host system
  42.                 FSP_TRACE               : controlls output of xfer status
  43.                 -----------------------------------------------------------
  44.                 FSP_LOCALPORT           : I have not checked these out, so
  45.                 FSP_PASSWORD            : I don't know if they work or what
  46.                 FSP_BUF_SIZE            : they will do under OS/2. Try 'em
  47.                 FSP_DELAY               : and let me know if they work
  48.                 FSP_LOCAL_DIR           :
  49.                 FSP_TIMEOUT             :
  50.  
  51. USAGE:  I'll get around to adding usefull info to the usage section later...
  52.  
  53.         FVER    : Polls server for FSP version and configuration information.
  54.         FLS     : Get directory listing from server.
  55.         FCDCMD  : Returns protection values of the specified directory. It
  56.                   should set the FSP_DIR environment variable but it won't yet.
  57.                   OS/2 isn't allows this very easily.
  58.         FGET    : Get file(s) from server. Supports file globing. I don't know
  59.                   how the command line parameters will work. Not tested yet.
  60.         FDUCMD  : Get space consumed by remote files.
  61.         FMKDIR  : Make a directory on Server disk
  62.         FPROCMD : Get or set directory protections on server system
  63.         FPUT    : Upload a file to server
  64.         FRM     : Remove file(s) on server
  65.         FRMDIR  : Remove a directory on server
  66.  
  67.  
  68. Well, good luck. I don't have a lot of time to test everything so I would like
  69. some feedback. I need some specific bug reports.
  70.  
  71.                                         Larkin Lowrey
  72.                                         llowrey@ucsd.edu
  73.  
  74. The zip files will now be called FSP2-0nB.ZIP where n is the version number. I
  75. will upload new versions to hobbes.nmsu.edu and/or seismo.soar.cs.cmu.edu. If
  76. you have problems finding it, please let me know.
  77.  
  78. My port uses code copyrighted by Wen-King Su and The Regents of the
  79. University of California. Thanks guys!
  80.  
  81.  
  82.  
  83.  
  84.