Serv-U der FTP Server für Jedermann  
Aktuelles Produktinfo Hilfe Bestellen Weitere Produkte Kontakt Version 14
NeuheitenVersionshinweiseAuszeichnungenKunden Zurück
 
 
Serv-U Versionshinweise
 
aktuelle Version
 
Bleiben Sie top informiert mit unserem Newsletter ... gleich registrieren!
 
Hier die Informationen zur ausgewählten Versionen. Bei älteren Versionen sind diese Informationen in englischer Sprache ...
 
Serv-U Version 2.3  
 
Diese Version wurde am October 6, 1997 veröffentlicht.
 
Neuerungen  
  • REST (=resume command) now supported for file uploads.
  • Added support for the SITE INDEX command (only in the 32-bit version) as used by Fetch.
  • Changed path parser to recognize all possible ports and isolate them.
  • Added 'Register' menu to the help section. This allows users to generate a registration form on the fly and fill it out using NotePad.
  • Added new mechanism to enter a registration key into Serv-U, also added support for a new key format.
  • Added new message directives to keep track of server stats: Total up-time, total uploads and downloads (bytes/files), total users.
  • Changed internal string handling to improve performance.
  • The STOU (=STOre Unique) command now handles long file names in Win95 and NT.
  • Changed compilers from Borland C++ 4.52 to BC++ 5.02 for the 32-bit version. This necessitated several code changes.
  • Tray icon will now disappear by itself after exiting Serv-U.
  • Added "Notes" field to the user and group setup for notes about each user.
  • Logging to screen and file can now be separately specified.
  • The user info window can now be frozen for easier viewing.
  • The user info window can now be resized in height.
  • Passwords can now optionally be stored unencrypted. The default is that they get encrypted.
  • The 'kill user' dialogbox now allows editing of the IP address.
  • Renaming/moving a dir now requires 'remove' access to the path being removed, and 'make' access to the destination path.
  • The maximum transfer speed can now be set for each user via the 'setup - users - miscellaneous' menu.
  • Partially uploaded files can be automatically deleted via a 'setup - server' menu option.
  • In case a client closes the command connection while there are ongoing transfers this is now properly logged and passed to the event notification mechanism.
  • Files are now kept open during transfers. This means files being uploaded show zero length during the upload.
  • The reply message after a dir listing or file transfer now shows the client his/her ratio and quota status (if the client is using ratios and/or quota).
  • Added SITE command to the event hooking mechanism. Any SITE command can now be intercepted by an event notification DLL.
  • The CWD ('change working directory') command no longer actually changes the Serv-U task's current directory which caused locking of the dir in NT.
  • Added .ini file option to avoid logging of certain clients from IP numbers.
  • Closing Serv-U from the system menu (or the 'x' in Win95/NT4) now minimizes the window in case there is a tray icon. Exit the server from the tray menu.
  • The string "%20" in paths is converted to " " (=space) to please MSIE.
  • There no longer is any 'hard' limit to the maximum number of IP homes.
  • Serv-U now shows all the IP addresses it listens on at startup.
  • Upon startup a file IPSERVU.TXT is created in the Serv-U program dir with all the IP addresses it listens on. This file is updated every 5 minutes. Through a .ini file option the interval and file name can be changed.
  • When restoring window from the tray-icon (Win95/NT4) the log will now scroll to the end.
  • When running as a Win95 system service there is no longer a regular icon if the user logs out and back into the system again.
  • External access verification DLLs now receive the SRVU_IPAccess event, also when no IP access rules were present.
  • Users with no password (ie. 'Password' entry in the .ini file explicitly set to nothing) are logged in immediately after the USER command.
  • Users can be given an empty password (ie. no password required when logging in) by entering "<>" in the password field of the user setup.
  • To create or delete directories the user now needs the appropriate access to the parent of the dirs that are being created/deleted.
  • Users with setting "allow login when max. no. of users is reached" now also have no time-out after logging in.
  • Server now switches to 'crippled' try-out when try-out time is up.
  • When the version is out-of-date the server now allows 'crippled' use.
  • FTP response messages to clients now preserve case for file/path names.
  • The "Too many users ..." message no longer shows the maximum number to clients.
  • Try-out time has been changed from 30 to 45 days.
  • Added support for limiting the maximum bandwidth used by the server.
  • The event EVNT_Login of the event notification mechanism now has the anonymous password in AuxOne (for anonymous users only).
  • Minor changes to socket stack handing with the hopes that it will work with (even) more WinSock stacks.
  • The SIZE command now works with either 'list' or 'read' access to the file. This used to require 'list' access.
  • Data transfers now use a socket bound to the same IP as their command connection. This should fix a rare problem with multi-homed sites and firewalls.
Verbesserungen  
  • Fixed bug in total file transfers count as shown in the status bar.
  • Changed code so the maximum path length for the 16-bit version is 80 characters. This is conform the Win16 maximum path length. Longer paths caused crashes in Win16 functions.
  • Fixed bug in system tray menu (Win95) when Serv-U gets started automatically after system startup.
  • In case Serv-U is started for the first time, but with a KEY.TXT file present it will no longer ask for the try-out option but read in the key.
  • Transfer speed reports use 1024 bytes per Kb rather than (previously) 1000.
  • Fixed bug which would show a tray icon in NT4 even when the server was started 'hidden'.
  • Fixed bug in SIZE command causing it to deny access if directory didn't have 'inherit' access.