Embedded Servers—sFTP Server

Use the Embedded Servers tab and the sFTP tab to edit embedded sFTP server properties. How?

Note:

For information about the FTP tab, see Embedded Servers—FTP Server.

Oracle Managed File Transfer includes built-in FTP and sFTP servers, which handle many of the types of file transfers performed. To transfer a file using one of the embedded servers, copy the file into one of the embedded server directories.

The Embedded Servers tab and the sFTP subtab are arranged in the following sections:

General Actions and Configuration

The General Actions and Configuration section of the Embedded Servers tab allows you to save all embedded server properties and edit general properties.

Element Description

Restart All

Restarts the FTP and sFTP servers.

Root Directory

Specifies the root directory of the sFTP server. The default is Domain_home/mft/ftp_root. You must set it to a shared location if multiple Oracle WebLogic Server instances run in a cluster.

If you change the root directory, you must move the directories and files under the root and restart the Oracle WebLogic Server managed server(s) dedicated to Oracle Managed File Transfer. See Embedded Servers—Ports for how to restart these servers.

Enabled

Enables the sFTP server if checked. The default is enabled (checked).

Start

Starts the sFTP server. This button is grayed out if the server is running.

Stop

Stops the sFTP server. This button is grayed out if the server is stopped.

Restart

Restarts the sFTP server. This button is grayed out if the server is stopped.

Refresh

Refreshes the sFTP server property values.

Save

Saves sFTP server property changes. Remember to save before closing this tab.

Changes are activated when you Restart the embedded server.

Revert

Reverts all changes since the last save.

sFTP Server Properties

The sFTP Server Properties section of the Embedded Servers tab and the sFTP subtab allows you to edit properties specific to the sFTP server.

Element Description

Maximum Concurrent Requests

Specifies the maximum number of concurrent requests the sFTP server can accept. The default is 10.

Maximum Login Failures

Specifies the maximum number of login failures after which a connection is closed. The default is 3.

Idle Timeout

Specifies the time in seconds that the server can be idle before the connection ends and the user must log in again. The default is 600, equivalent to 10 minutes.

Authentication Type

Specifies the authentication type: Password (default), Public Key, or Both. Authentication Type is required when Enabled is checked.

Host Key Alias

Specifies the alias of the private SSH key file for authentication. See Keystores Management - Keystores Tab. Host Key Alias is required when Enabled is checked.

Related Topics

"Embedded Server Configuration" in Using Oracle Managed File Transfer