file transfer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bhimz13
    New Member
    • Mar 2007
    • 1

    file transfer

    Hi!

    Can I Ask A Sample Code For A File Transfer In Java Cause I Have No Idea How To Implement....

    Tanx......
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    #2
    Originally posted by bhimz13
    Hi!

    Can I Ask A Sample Code For A File Transfer In Java Cause I Have No Idea How To Implement....

    Tanx......

    Welcome to TSDN!

    Don't ask for sample code here.
    Try some sample code from Net then come here with your problems.
    Do look at Network API.
    Are you looking for File Transfer through Network??

    Debasis Jana

    Comment

    • heat84
      New Member
      • Nov 2007
      • 118

      #3
      Originally posted by bhimz13
      Hi!

      Can I Ask A Sample Code For A File Transfer In Java Cause I Have No Idea How To Implement....

      Tanx......
      I urge you to read about RMI and sockets , this may be your starting point.

      Comment

      • BigDaddyLH
        Recognized Expert Top Contributor
        • Dec 2007
        • 1216

        #4
        Originally posted by heat84
        I urge you to read about RMI and sockets , this may be your starting point.
        This is just a hunch, but I think it may help us the OP fleshes out what he means by "File Transfer In Java". For all we know, this means copying a file locally, from one folder to another.

        Please be clearer!

        Comment

        • heat84
          New Member
          • Nov 2007
          • 118

          #5
          Originally posted by BigDaddyLH
          This is just a hunch, but I think it may help us the OP fleshes out what he means by "File Transfer In Java". For all we know, this means copying a file locally, from one folder to another.

          Please be clearer!
          Oh thanks , I had overlooked that.

          Comment

          Working...