Embedded transport servers > FTP (embedded) fields

FTP (embedded) fields

An embedded FTP server is available after a community adds a trading or application delivery exchange that uses an embedded FTP server. You can change the server’s settings and advanced options.

To change settings:

  1. Select System management > Manage embedded servers. Or, click Trading configuration on the toolbar.
  2. On the Communities page, click the link near the bottom of the page named Manage all embedded servers.

The following are the maintenance fields for an embedded FTP transport server that has been added by a community.

Settings tab

Advanced tab

Trusted roots certificates tab

The trusted roots certificates tab displays the roots of clients’ certificates that a server trusts. In the case of a self-signed certificate, the trust is for the certificate itself, as a self-signed certificate is a root certificate. In the case of a certificate authority certificate, the trust is for the root certificate in the chain of trust of a client’s certificate.

Home directories tab

Use the Home directories tab to force messages to be directed to a single directory. Specifying home directories is optional.

Home directories are used by FTP and SFTP embedded servers to direct messages to a single subdirectory for a transport user. For example, a community has three delivery exchanges for receiving messages from partners. All exchanges use the same embedded server and the same user to connect to the server. The user subdirectories for each exchange are different. The subdirectories are:

Exchange point

User

User subdirectory

AS3

foo

foo\AS3

Secure file

foo

foo\SecureFile

No packaging

foo

foo\NoPackaging

Normally, when a remote partner connects to the server as user foo and sends messages via AS3, the messages are written to the foo\AS3 subdirectory. Messages sent via secure file and no packaging are similarly routed to the designated subdirectories for those exchanges.

However, if a home directory for the foo user is set as foo\home, all messages are re-routed to the home directory. This occurs regardless whether a partner uses the AS3, secure file or no packaging exchange to send messages to the community

If the advanced control is enabled on a delivery exchange to allow clients to add and remove subdirectories, the home directory for the embedded server is honored. This means the embedded server's settings take precedence over the settings for the exchange point, which is hosted on that embedded server. In this case, messages are re-routed to the home directory even when the transport user sends to the subdirectory the user created earlier.

If a user has an FTP or SFTP client and logs on to the embedded server directly – outside of a messaging protocol – the client connects to the home directory rather than to the user subdirectory.

Related topics