3 Replies Latest reply on Apr 26, 2007 9:39 AM by kurtstam

    how to enable jboss ftp servide

    junioryy

      hi all,

      im newbie here.. really hope can seek the help from all of experts out here.. my question is how can i enable ftp services in jboss?
      coz i wanna get a file from server and using ftp to download the file..

      any helps would be highly appreciated..
      thanks in advance..

        • 1. Re: how to enable jboss ftp servide
          kurtstam

          The ftp listener is 'enabled' by default. You can check how to configure an ftp listener in one of the quickstarts.

          (We also package up a ftp-server, which you can deploy as a sar deployment, but I don't think that what you where referring to.)

          --Kurt

          • 2. Re: how to enable jboss ftp servide
            junioryy

            hi kurt,
            really thanks for your reply.. btw, i not yet installed the jboss esb..
            there is only jboss Application server.. is it i need to install those Apache Ant, jobss esb ..etc in order to transfer file through network?. actually, what i want is my client can retrive the jasper pdf report from server through network and download it to his/her local pc.. currently, we are using jBoss as Application server + Ejb...

            any help and suggestion would be highly appreciated

            thanks in advance

            • 3. Re: how to enable jboss ftp servide
              kurtstam

              You can run the esb either deployed to jboss, or you can run the esb-server by itself. The easiest way to get started is to download the esb-server, and run some of the quickstarts. It should be all you need.