WebSphere Adapter for FTP

Configuring the adapter properties

Configure the resource adapter properties for inbound communication.

  1. In the Business Integration Perspective of WebSphere Integration Developer, right-click the sample FTPInboundModule and select Open With > Assembly Editor . The Assembly Diagram window appears with the modules Import component in view.
  2. Click the top icon named Component (with no implementation type) in the left-side frame of the Assembly Diagram window. A new menu of icons appears.
  3. Drag the new Component (with no implementation type) icon and drop it in to the editor workspace.
  4. Create a wire from FTPInboundInterface to the Component1.
  5. Right-click on Component1 and select Generate Implementation > Java .
  6. Select the package where the Java implementation will be generated and click OK
  7. Implement the Component1Impl1.java.
  8. Optional: User can add "system.out" to verify whether it has reached the end point.
  9. Open the Properties view and go to the Binding tab.
  10. Select the Connection tab and expand the Activation Spec Properties section.
  11. Enter the connection properties for the FTP server. For example:
    EventDirectory: ftp://<hostname>/evntdir>

    Where hostname is the name of the system where the FTP server is running and evntdir is the name of the event directory.

    UserName: user ID to login to the ftp server
    Password: password for the user ID in the ftp server
  12. Save the Sample assembly file.

Terms of use |

Last updated: Thu 12 Oct 2006 03:48:13

(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)