Previous Topic

Next Topic

Book Contents

Book Index

Advanced Installation

  1. Options: Select Modules. Depending on your license key, select which WS_FTP Server modules to install:

    The install indicates the type of installation (new installation or upgrade), and the version number.

    Optionally click More Info to view the Release Notes.

    Click Next.

  2. Options: Database Engine. Select the type of database to use with WS_FTP Server. Follow the additional instructions on subsequent screens for each option.

  3. Options: User Account. Enter a username and password to create two new user accounts:

    Both accounts use the same password.

    Your domain password policy may require that you use complex password rules. If so, make sure that you use a password that conforms to the domain requirements. The account will not be created without conforming to the domain password requirements. Special characters, with the exception of "}" are supported in PostgreSQL passwords. You can use these characters in combination with alphanumeric characters when specifying a password.

    The Windows user account must comply with the security policies on your Windows server. Once the install completes, verify that the account is not set to expire at the next logon and that you are aware of any expiration policies that apply to the account.

    Click Next.

  4. Options: Progress WS_FTP Server Folder. Select a location to install the WS_FTP Server. Click Next.
  5. Options: Select IIS Website. Select the IIS Website under which to create a virtual directory for IIS hosting of the web-based server manager. If IIS is not enabled on this website, the setup program will configure it. A self-signed certificate is created and port 443 (if available) is assigned to listen for SSL connections. Click Next.
  6. Options: Ad Hoc Transfer Package Folder (only if installing Ad Hoc Module). Select the folder where packages and user uploaded files will be stored. The default location is C:\Progress Ad Hoc Transfer Packages.
  7. Options: Mail Server Settings (only if installing Ad Hoc Transfer Module). Enter the settings for your mail server:
  8. Install: Ready To Install. Review your installation settings and click Install. WS_FTP Server installs.
  9. Click Finish to complete the installation.

If you installed Ad Hoc Transfer Module or WS_FTP Server Web Transfer Client, you must enable web access for users that will use the Ad Hoc Transfer Client or Web Transfer Client and provide them the web address to log on, as described in Configuring Ad Hoc Transfer Module and Configuring Web Transfer Module.

If you purchased the Ad Hoc Transfer Module or the WS_FTP Server Web Transfer Client as add-on modules to WS_FTP Server, you need to refresh your WS_FTP Server license. To refresh, from the Start menu, select Program Files > Progress WS_FTP Server > Activate or Refresh WS_FTP Server License. If you purchased a WS_FTP Server Corporate license, you do not to refresh your license.

See also:

Activating WS_FTP Server Manually (if you did not activate the WS_FTP Server license during installation)
Configuring
Using the Products

Configuring Microsoft SQL Server to Start on Reboot

If you selected Microsoft SQL Server for the database and Microsoft SQL Server is installed on the same system as WS_FTP Server, when you reboot that system, you may have to manually start the Microsoft SQL Server service. To avoid this, you can auto restart the service by making it a dependency of the WS_FTP Server services.

There are two commands you can run to add Microsoft SQL Server dependencies manually, which will then cause the WS_FTP Server services to properly wait for SQL Server to start up (if SQL Server is local).

Open the command program (cmd.exe), and use the sc (NT service controller) command as follows:

sc config "Progress WS_FTP Server" depend= MSSQLSERVER
sc config "Progress SSH Server" depend= MSSQLSERVER

Where MSSQLSERVER may need to be replaced if the Microsoft SQL Server service is named differently.

See Also

Traditional Install on a Single Computer

Standard Installation

Activating WS_FTP Server Manually