home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / javaftp.zip / README.txt < prev   
Text File  |  1997-01-11  |  2KB  |  55 lines

  1. ****************************************
  2. * README file for JavaFTP version 1.0  *
  3. ****************************************
  4.  
  5. For the latest information and help for JavaFTP, see the web page at
  6. http://www.princeton.edu/~dragones/JavaFTP/
  7.  
  8. This is the final release of JavaFTP 1.0.  All standard disclaimers
  9. apply about using this software at your own risk, etc.
  10.  
  11. JavaFTP is a full-featured FTP client written entirely in Java.
  12. The code is written to behave identically on all platforms that
  13. support Java, but since all Java implementations are not the same,
  14. there will be some differences.  We have done our best
  15. to work around these "differences".
  16.  
  17. We have done testing on both Win32 and Solaris platforms.
  18.  
  19. HOW TO RUN JAVAFTP
  20. ******************
  21. You need a Java VM installed on your machine to run this application.
  22. Your VM needs to be version 1.0.2 (we have not tested beta 1.1).
  23. You can download Sun's JDK for most platforms at http://www.javasoft.com/
  24. For the Win32 platform (Win95/NT), we recommend using Microsoft's VM.
  25. This can be found at http://www.microsoft.com/java/
  26.  
  27. Unzip the compressed file that you downloaded and be sure to maintain the
  28. directory structure.  You must then add the location of JavaFTP to your
  29. CLASSPATH.  With Sun's VM, this is done through environment settings; it 
  30. is done through the Registry with Microsoft's VM.
  31.  
  32. Then simply type:
  33. 'java JavaFTP' to invoke JavaFTP.  Note that case matters.  Microsoft's
  34. interpreter is called jview, so if you are using it you would type
  35. 'jview JavaFTP'.
  36.  
  37. BUGS, KNOWN ISSUES, WARNINGS
  38. ****************************
  39. Some important things to note:
  40.     * There is no confirmation dialog for Delete, Rename, RmDir etc
  41.  
  42.     * Sessions are saved in a file called javaftp.dat.  Currently, the
  43.         password field is saved in CLEAR TEXT in this file.  So anyone
  44.         can open this file and read your passwords.  We are currently
  45.         investigating encryption algorithms to properly store this
  46.         sensitive data.
  47.  
  48.  
  49. CONTACTING US
  50. *************
  51. WE WANT FEEDBACK!!! Tell us what you think...suggestions, questions,
  52. problems, etc.  If at all possibly, email both dragones@princeton.edu
  53. and joeross@princeton.edu, otherwise, emailing one of us is fine.
  54.  
  55. Thank you for using JavaFTP.