2 Replies Latest reply on Feb 21, 2008 6:15 PM by viswanadhvk

    File Transfer using MBeans

    abondi

      Hello everybody,
      I'm trying to develop ad MBean that can manage very simple file transfer over the net.

      I don't need any standard protocol, only simple file transfer from a client, written in java, and a server, and I wanted to do this using MBeans.

      Do you have any suggestion/example?

      Thank you!
      Andrea

        • 1. Re: File Transfer using MBeans
          abondi

          My idea is to open a ServerSocket when in the MBean is invoked one particular method, then connect from the client to this socket, transfer the file and close the ServerSocket.

          Is there any better method to do this?

          Thank you
          Andrea

          • 2. Re: File Transfer using MBeans
            viswanadhvk

            Did you happend to do any thing in your work. Since I have the same problem. But want to know how to do that. If you have any idea , or code , please try to share, that would be a great help to me.

            Thanks!
            VVk