Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: How to access files(display,move) on other computers connected over LAN using java?

  1. #1
    Junior Member
    Join Date
    Mar 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to access files(display,move) on other computers connected over LAN using java?

    I'm currently working on load balancing project. I need access to the file on another computer connected to mine over LAN so that I could balance the disk space of that computer. Is there any way possible to do this using java? like how i can display all the files stored in the other computer in something like a tree?? using java.


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: How to access files(display,move) on other computers connected over LAN using java?

    Are there any OS tools that will help connecting the PCs?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replies: 6
    Last Post: July 16th, 2013, 04:21 AM
  2. how i can display ms access table in an java applet
    By munnaf in forum Java Applets
    Replies: 2
    Last Post: August 9th, 2012, 06:37 PM
  3. how to access mysql table using java and display it?
    By vivin09 in forum Member Introductions
    Replies: 2
    Last Post: August 10th, 2011, 02:41 PM
  4. By using java how to listout sharing files in LAN...?
    By ram07 in forum Java Networking
    Replies: 4
    Last Post: March 26th, 2011, 10:18 PM
  5. Access to a shared folder over LAN
    By Lienaj in forum Java Networking
    Replies: 4
    Last Post: July 29th, 2010, 12:16 PM

Tags for this Thread