WS_FTP Server - Version 3.14 Release Notes

Product: Version: Platform:
WS_FTP Server 3.14 NT,Win2000,XP

Answer/Solution: WS_FTP Server Version 3.14 Release Notes

WS_FTP Server is an RFC 959/1123 compliant FTP server for Windows NT/2000/XP that provides: 

- Virtual host support (multiple logical hosts on a single physical system). 
- Ability to use users from a Windows NT/2000/XP or IMail Server (Ipswitch's mail server) user database.
- Quota support per user.
- Mapped shared directories (virtual folders) with permission support.
- Group support, add users to groups and set folder permissions by group.

WS_FTP Server can be installed wherever needed, does not require expensive, dedicated hardware, and can run in the background on your PC. WS_FTP Server works with any 32-bit TCP/IP stack, such as those bundled with Windows NT/2000/XP. You can configure WS_FTP Server and start distributing files on your network without any special training. 

New in 3.1
==========
New Log analyzer.
Corrected problem that when NT Authentication is used you could no longer point virtual folders to mapped drives.
Corrected problem that would not allow files under a virtual folder under a user's home folder to be renamed.
Corrected date return with MLSD on virtual folders.
Modified directory delimiter from '/' to '\' on filenames before sent to event commands.
Added confirmation password field to user properties dialog.
Added bytes transferred to STAT response during transfer.
Added New Host and New User wizards to install process for install and run feature.
Added 64 bit support for file sizes and quotas.
Added -all flag to iftpaddu for setting user options.
Added option to not automatically create user directories.
Modified odbcuser.dll to eliminate password storing error when using access DB.

For More Information
====================
For information on setting up and using WS_FTP Server to distribute files on your network, refer to the following:

o Download the WS_FTP Server User's Guide (.pdf file) from the Ipswitch Web site: 

http://www.ipswitch.com/Support/WS_FTP-Server/manuals.html

Note: You will need the Adobe Acrobat Reader Version 3.0 or later to view the .pdf file. You can also download the Acrobat Reader from our Web site.

o WS_FTP Server help system -- provides how to, reference, and context-sensitive help information.

o The WS_FTP Server page on the Ipswitch Web site.

Release Notes
=============
Known Issue: Re/Naming a host to an all numeric name will cause the host to not function.

Note that changes to users and hosts take effect on the next login of that user.

ODBC User DLL
------------------------
Known Issue: There is a memory leak in earlier versions of the MS Jet ODBC driver when using an Access (.mdb) database. We recommend using the latest MDAC and MS Jet versions. Currently MDAC v2.7 and MS Jet version 4.0 service pack 5.

Download MDAC v2.7 here. Please read MDAC v2.7's documentation prior to installing. http://www.microsoft.com/data/download.htm#27RTMinfo

The ODBC User DLL now supports 64-bit integers. It you try to assign a user Max disk space larger than a 32-bit integer and your database does not support 64-bit integers it will roll-back to the previous value. Some databases use the field type of bigint to handle 64-bit integers, please refer to your databases documentation for a proper field type.

SSL Support
-------------------
1. Install WS_FTP server. The SSL DLL, default key, and default certificate should be installed. 
2. Open a connection to the server with an SSL enabled FTP client. DO NOT autologin. Once the open has been done, issue the quote AUTH SSL (or AUTH TLS-P) command, the server will then wait for SSL negotiation from the client. Once this is completed, you have a secure data channel and control channel. The control channel will remain secure, but the data channel may be secured or un-secured on the fly with the PROT command:
PROT C
PROT P
PROT C is to clear the data channel.
PROT P is to secure the data channel.

3. Once the AUTH command is successful, login using USER and PASS and all data sent will be secure. 

Remote Management
--------------------
1. In the installation directory there is a sub directory of "WS_FTP Manager Install". Copy all the files in this directory to the computer you want to be able to manage this install and run mgr_inst.exe.
2. This will install the FTP Manager and the Log analyzer on the computer.

Changes in 3.14
----------------
-- Added IP Address check on PASV connections when 3rd party transfers are disabled to verify the connection is from the same IP Address as the control channel.
-- Changed Default setting to deny 3rd Party Transfers when a host is first created.

Changes in 3.13
----------------
-- Removed unused Security Directory field from system configuration property page in Server Manager.
-- Corrected CERT buffer overflow in SSLSVC.DLL.

Changes in 3.12
----------------
-- Fixed problem with using NT file and directory permissions when service is run as a user other than SYSTEM.
-- Fixed buffer overrun in CPWD command.
-- Corrected crash when a virtual folder in a listing points to an invalid destination.

Changes in 3.11
----------------
-- Host top directory is created independent of the create user folders flag.
-- Delete permissions now required for overwriting a file in a virtual folder for which a user already has write permission.
-- Corrected problem that inserted an extra "\" if the host top dir ends in a "\".
-- Corrected problem where the idle timer for a session was not being  reset during a file upload.
-- Corrected problem where invalid file sizes where being sent in response to a SIZE command.
-- Corrected problem where the amount of time taken for an upload was not being logged.
-- Changed wording on Add User dialog to not try and list every valid character, but instead have an error message tell the user which character was invalid if an invalid character is used.
-- Eliminated the need to have extensions enabled to use Event Commands.
-- A closed session now resets it's current working directory so Windows will release it's lock on the folder.

Document #:   Revision Date:
FS-20021115-DM01   10/25/04
tools: | Furl this page

Return To KnowledgeBase Search Page