3 Replies Latest reply on Sep 29, 2009 10:29 AM by tacrow

    Servicemix-FTP and IIS FTP Server

    tacrow

      We have a Microsoft IIS server that requires that the login ID be in e-mail format. For example:

       

      myid@mydomain.com

       

      If I try to use this URI in a Servicemix-FTP poller:

       

      ftp://myid@mydomain:mypassword@myserver.mydomain.com/mydirectorymypassword@myserver.mydomain.com/mydirectory

       

      FUSE ESB 3.4.0.3 under Linux gives me this error:

       

      javax.jbi.JBIException: You must configure the address or host property

       

      I can past that URI into a browser, and it works fine.

       

      I'm guessing the problem's that the URI has two @ symbols.

       

      I've Googled and searched this site, but I can't find an alternative.

       

      Might anyone have an idea of how to approach this?

       

      Thank you!