FTP Browser

The FTP Browser is a convenient development tool that comes packaged with the FTP action. It is an easy to use graphical interface that enables connection to the target FTP server to browse remote directories and view or select remote files during task construction. The browser contains two views separated by tabs. The Server view lets you create and configure multiple connections which are automatically stored so you can quickly re-connect to the FTP site of your choice by simply selecting from a list of pre-configured connections. During connection, the Output view displays real-time data about the transaction between and the FTP server, which can be useful in diagnosing obscure connection problems or identifying errors. In addition, the browser uses its own session, therefore, you can always browse the server even during FTP transfers.

The FTP browser can be accessed in the properties of any FTP activity that performs actions on remote folders and/or files (e.g., FTP - Upload, FTP - Download and FTP - Rename). These activities contain a Remote Folder or Remote File property allowing specification of a remote folder/file in which to automate. A folder icon appears on the right-hand side of these properties, which, when clicked, opens the FTP Browser.

Using the FTP Browser

The FTP browser is a tool generally used during task development to provide a way for you to view folders and files that reside in the FTP server or select a file that a specific FTP activity should perform operations on during task execution. to view remote files, you must first establish a connection to the FTP server. Upon opening the FTP browser,

To create a new connection:

  1. Click the New button. A connection editor appears where you can configure your new connection.

  2. In the Credentials properties, enter a unique name for the connection in the Name field.

  3. In the Notes box, enter any notes you wish to convey about the connection.

  4. In the Host box, enter the IP address (xxx.xxx.xxx.xxx) or the server and domain name (server.domain.com) for the FTP host.

  5. Enter the user name and password for the logon or select Use anonymous logon if the server is configured to accept anonymous logons.

  6. In the Advanced properties Connection Type parameter, select the appropriate type of connection.

  7. Enter other properties (if needed).

  8. Click Save to save the connection. The name you entered for this connection will appear in the Connect To drop-down.

To edit/remove an existing connection:

  1. Click the down arrow under the Connect To parameter to display a list of existing connections.

  2. Select the connection you wish to edit or delete.

  3. Click the Edit button to edit the properties of the connection or click the Delete button to permanently delete it.

To browse remote folders or select remote files:

  1. Select the desired connection from the Connect To drop-down list and click Connect.

  2. After a successful connection attempt, the FTP browser displays a list of files and folders on the main window and the current folder is listed in the edit field above the main window (as shown below).

  3. To change folders, do one of the following:

    • Double-click the desired folder in the file list.

    • Enter the path and folder name into the edit field and press ENTER.

    • To navigate up one directory, click the back icon to the right of the edit field.

  4. To select a file, navigate to the folder that contains the file you wish to select (as per above instructions) and do one of the following:

    • Double-click the file in the file list.

    • Select (highlight) the file in the file list and click the Select button.

NOTE: Selection of a file automatically closes the FTP browser window and ends the current connection.