home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / wsftp2.zip / README.NT < prev    next >
Text File  |  1994-05-31  |  5KB  |  106 lines

  1.  
  2. NT port comments by L. Kahn
  3.  
  4. You need to customize/and copy the ws_ftp.ini file to your winnt directory.
  5.  
  6.  
  7. The Windows NT port was much harder than expected, I have been slowly
  8. fixing problems and making enchancements to the system.  The following is a
  9. list of some of the changes made that I can remember.  If you want to
  10. actually look at all the changes get the original source from 129.29.64.246.
  11.  
  12.  
  13. added support for NTFS long file names. The system will not truncate on
  14. NTFS up to 220 char. names. with a max path name of 140 chars.
  15. On a fat file system it will truncate/rename to 8.3. (now only truncates
  16. on fat on win nt 3.1 since on 3.5 long names are now supported)
  17.  
  18. fixed problems where lparam and wparam were incorrectly used for
  19. messages and all the dialgs were screwed up. Also changed all the api
  20. and dialog entries to use the new win32 format.
  21.  
  22. fixed problem with the selection of a new setup name not filling in the
  23. remainder of the fields.  Changed lparam which should have been wparam.
  24.  
  25. added support to get other ftp server types by issueing the SYST
  26. command. The newer version of this program (source unavailable, see below does
  27. this).  Also added support for new ftp server types such as NT.
  28.  
  29. Added a new system option -d which enables the debugging window, 
  30. otherwise it does not pop up as before.
  31.  
  32. fixed problem with doing a strcpy and not checking for a null variable
  33. that caused an access violation under NT. Also fixed problem with newer
  34. version of qvt/winsock ftp server.
  35.  
  36. Added support so that double clicking on a local file uploads it, double
  37. clicking on a remote file downloads it.  By default you had to use the
  38. -> or <- arrows. There was a problem with the param. used for double
  39. clicking, howord(lparam) instead of hiword(wparam) was being used for
  40. the LBN_DBLCLK message.
  41.  
  42. fixed dialog box routines since makeprocinstance and freeprocinstance is
  43. not necessary under win32.
  44.  
  45. fixed problem with vax vms where when you switch to an empty directory there is no ..
  46. to switch back.  This is still even broken in current 16 bit version.
  47.  
  48. changed throughput messages on upload/download so that if it is over 1k it 
  49. prints out stats in K/sec rather than bps. 
  50.  
  51.  
  52.  
  53. NOTES: There is a newer version of this program available for windows 3.1. 
  54. It seems to have addressed many of the problems I have fixed and other 
  55. enhancements.  Unfortunately, when I sent a message to
  56. the original author describing the problems porting and all the fixes I had
  57. made, he didn't respond.  The latest source available for this program
  58. is as of DEC. 1993 and this is the version I used as a starting point.
  59. It appears the author does not want to make a newer source available
  60. since I asked for this and he did not respond.
  61.  
  62. Notes: on our new version of the solaris ftp server there is a bug when
  63. issueing the remotehelp command.  It hangs.  This program normally uses this
  64. command to try and figure out the server commands.  IT will hang if you attempt
  65. to connect to a version of the solaris server that has this problem. To get
  66. around this I have added a type solaris-unix set it to this and everything 
  67. should work fine.  IF you don't believe me try the nt native ftp app and issue
  68. the remotehelp command and the same problem will orccur. i.e it will hang.
  69.  
  70. If other problems are found, please let me know at kahn@drcoffist.com
  71. or 71534,600 on compuserve. No promises but as I have time available I
  72. will try to look at specific problems with the NT version.  If someone
  73. else makes fixes/changes please forward me a copy of the updated source.
  74.  
  75. Thanks and good luck
  76.  
  77. larry kahn
  78. 910-630-0412
  79. kahn@drcoffsite.com or kahn@csn.org
  80. 71534,600
  81.  
  82.  
  83. newer version changes
  84.  
  85. fixed stuff so fat partitions on nt daytona work with long file names.
  86. Also now support names such as name.name.name
  87. (on nt 3.1 fat it still will truncate names to 8.3)
  88.  
  89. Fixed startup parameters so that if you start up ws_ftp with the command
  90.  
  91. ws_ftp hostname:path/filename where there can be additional / in the path it
  92. will automatically sign on with user name anonymous and download the file.
  93. This is the behavior in the newer 16 bit version of ws_ftp and I'm mimicking
  94. it here so that you can interface with other tools such as warchie for instance.
  95. This also allows you to automatically use ws_ftp to download files as long
  96. as anonymous is enabled on the remote system.  It would not be hard to also
  97. add support for username password on the command line instead of anonymous logins
  98. if enough people are insterested I will implement it.
  99.  
  100. On installation also copy the file ws_ftp.ini to your winnt directory.
  101.  
  102. larry
  103.  
  104.  
  105.  
  106.