AS2 Account Management Web Page

EFT Server provides an AS2 Web page at the reserved path of /as2. On this page, partners can access the following information:

The path to the Web page (https://localhost/as2) is displayed on the Site's Connection Options tab.

Using the AS2 Web Page

Your trading partners can access EFT Server's AS2 certificate from the AS2 Account Management page. Provide your trading partners with the URL of the page (https://localhost/as2, as shown on the on the Site's Connection Options tab), then instruct them as described below. (Instructions are also provided on the Web page.)

To download EFT Server's AS2 certificate

To open the Destination mailbox

If you select the Treat the home folder as the user's default root folder check box on the User Setting Level or user level, the partner will be directed to their destination/home folder when they click the link on the AS2 Account Management page. If the check box is not selected, they will connect to the Site folder (e.g., C:\InetPub\EFTRoot\MySite), and they will have to browse to their home folder.

Customizing the AS2 Account Management Page

You can edit the page to provide detailed instructions to new partners, such as where to obtain an AS2 client. The Web page is a simple HTML page with a link to a CSS file installed in the EFT Server installation folder (by default, as2page.html is in C:\Program Files\GlobalSCAPE\EFT\ and EFTStyles.css is in /EFTClient).

To customize the AS2 Account Management Web page

Do not attempt to edit the Web page if you are not familiar with editing HTML.

Incorrectly editing or removing the CSS file will prevent the page from displaying as intended; incorrectly editing the HTML file can prevent it from displaying at all. EFTStyles.css affects other EFT Server HTML files that link to that style sheet.

In the HTML file, avoid editing/removing the links and variables needed to display the information:

  • to display the global identifier <%AS2_IDENTIFIER%>

  • for the path to the Destination folder <a href="<%MAILBOX_PATH%>"><%MAILBOX_PATH%></a>

  • for downloading the AS2 certificate <a href="/as2/certificate">

Test the system with the original files first, then make copies of them before attempting any customization.

  1. Make copies of EFTStyles.css and as2page.html.

  2. Keep the copies as back ups and edit the originals:

Examples of CSS File Editing

Cascading Style Sheets (CSS) are used to define the attributes of the tags in your HTML documents. Do not change the names of the CSS selectors because they are referenced in the HTML file. Also, do not remove or add curly brackets { } (also known as braces), which are used to enclose the properties of each selector. For detailed instructions for editing CSS files, refer to http://www.w3.org/MarkUp/Guide/Style.

For example:

body {

background-image:url('/EFTClient/header.gif');

background-repeat:no-repeat;

background-color:#6699cc;

scrollbar-shadow-color:#ffffff;

-moz-user-select:none

}

h1 {

color: #191970;

font-family: Arial, Verdana, sans-serif;

font-weight: bold;

font-size: 14pt;

text-align: left;

}

You can view or choose a color number using the Color Picker in most graphic editors.

The example below shows the color number of the currently selected color.