Web File Transfer Changelog

What's new in Web File Transfer 6.5

Nov 13, 2014
  • The key enhancement in this release of our web file server is the ability to be able to download standard zip files as well as the existing self-extracting zip files. The capability for downloading standard zip files has also been incorporated into the feature of sending e-mail links which allows users to download files or folders without logging in to the system.

New in Web File Transfer 6.4 (May 8, 2014)

  • The key enhancement in this release of our web file server is the ability to be able to E-Mail a link to a web page that allows for recipients of the e-mail to be able to upload files without requiring an account.

New in Web File Transfer 6.3 (May 8, 2014)

  • The ability to be able to view and delete web links that have been e-mailed has been incorporated into our product.
  • Individual user accounts can only see their own web links but administrators can see all web links that have been e-mailed.
  • A few key uses of this feature are to delete a mistakenly sent web link, view a list of web links sent as well as delete a web link that has already had the files downloaded in order to provide additional security.

New in Web File Transfer 6.2 (Sep 25, 2013)

  • The user interface has been enhanced by implementing technology that allows web based applications to respond more like software that is executed locally which provides a better user experience.
  • The Dutch language has been incorporated into the product.

New in Web File Transfer 6.1 (Jun 29, 2013)

  • The ability to setup an account that can be used for the process of uploading files however not be able to view existing files has been implemented.
  • The key objective of this enhancement is to allow for a guest account to be setup for the purpose of uploading files only.

New in Web File Transfer 6.0 (Feb 23, 2013)

  • The process of uploading a file is now done in a separate window so that you can still continue using the product while an upload occurs.
  • The upload interface is now more user friendly and provides additional information about the file upload process.
  • The technology used to build our product was upgraded to the .NET Framework 4.0.

New in Web File Transfer 5.5 (Apr 13, 2012)

  • Changed the layout of the web pages so that they will now resize when you change the width of your browser. The key purpose of this enhancement was to make the product easier to use by accommodating for larger file/folder names that are more descriptive of their contents.

New in Web File Transfer 5.2 (May 25, 2011)

  • In this release of our web file manager we have enhanced the user interface by including a tree structure view that displays the upload/download functionality for both individual user accounts and groups in one single page. Additional intelligence was also incorporated to display only the functionality configured for a user on a specific folder.

New in Web File Transfer 5.0 (Aug 24, 2010)

  • In this release of web file transfer we have incorporated the technology to allow for multiple languages to be supported as well the ability to be able to change the text on screens as well as e-mail messages. The web pages that are related to administrative functions have not yet been converted to any other languages however the pages that typical users utilize have samples of conversion to French and German included in the download. Please note that the conversions to French and German are samples only and may need to be refined for actual use in these locales. In the event that you want to convert the web pages for administrative functions to another language you can follow the methodology already in place for the non administrative functions.
  • The method by which Web File Transfer will display screen contents in a particular language is determined by utilizing the preferred language setting in your Browser.
  • The implementation of multiple languages in our web file server was accomplished by utilizing the standard tools available in ASP.NET 3.5 thus resulting in all translations being done using XML files. These XML files are located in the folders that closely correspond to the folder structure of our product as well as the name of the actual web pages. The following folders are where the XML translation files exist.
  • /App_GlobalResources
  • /App_LocallResources
  • /ftpappl/App_LocallResources
  • /ftpappl/help
  • The naming convention followed within these folders utilizes the abbreviation for each locale used with the default being English if no specific locale is found. For example the following is the names of the files used for translation of the web page login.aspx.
  • /App_LocallResources/login.aspx.resx is the default which is English.
  • /App_LocallResources/login.aspx.DE.resx is for German Translation.
  • /App_LocallResources/login.aspx.FR.resx is for French Translation.
  • /App_GlobalResources
  • The XML files in this folder are not used by specific web pages but are used throughout the application for the following.
  • Menu text displayed.
  • Messages and warnings on various web pages.
  • E-Mail messages sent.
  • /App_LocallResources
  • The XML files in this folder are specific to web pages used in the application at this level in the folder. If you want alter the labels of text fields and the associated ToolTip displayed when a mouse is above a field then this is where you would alter the text.
  • /ftpappl/App_LocallResources
  • The XML files in this folder are specific to web pages used in the application at this level in the folder. If you want alter the labels of text fields and the associated ToolTip displayed when a mouse is above a field then this is where you would alter the text.
  • /ftpappl/help
  • The HTM files in this folder are used as Help Files for all pages within the application. As with the XML files used for other purposes the naming convention of the files follows a locale specific naming convention with English being the default if no other is found. For example.
  • /ftpappl/help/Upload.htm is the default which is English.
  • /ftpappl/help/Upload.de.htm is for German Translation.
  • /ftpappl/help/Upload.fr.htm is for French Translation.
  • The structure of the XML files that contain the translations is similar to a spreadsheet that has two columns. The first column is called Name and the second is called Value. The Name column contains the key value that the application looks for when doing a translation and the Value column contains that actual translation that is used within the application. When manipulating these files do not change the contents of the Name column but rather only the Value column.
  • If you want to disable the sample conversions provided you can either delete the locale specific XML files or rename it to a value that is not used as a locale. For example to disable the sample German translations rename the files with the name *.DE.resx to *.ZDE.resx.

New in Web File Transfer 4.2 (Sep 3, 2009)

  • Ability to send files with a link to a web page

New in Web File Transfer 4.0 (Jun 1, 2009)

  • Ability to send files with a link to a web page

New in Web File Transfer 3.5 (May 5, 2008)

  • Enhanced User Interface