Warning: WS_FTP Web Server is no longer supported.
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.
IPS_
plus the name you provide. For example, if you enter admin
for username, the Windows user is named IPS_admin
. This account is used by the configuration data store (PostgreSQL) and serves as the run-as user for the WSFTPSVR
virtual folder. This account will also access to the Package Storage folder when installing the Ad Hoc Transfer Module, and will be visible in the WS_FTP Server Manager under Home > Modules > Ad Hoc Transfer Access. This account will have access to the top directory of the WS_FTP Server host. You can specify either a local or a domain account. If you specify a domain account, you must include the domain and the account must already exist. If you specify a local account, it does not have to exist prior to installation and it will be created if necessary.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.
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
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 |