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: Server/client

  1. #1
    Member
    Join Date
    Feb 2012
    Location
    Azle/Arlington
    Posts
    31
    My Mood
    Torn
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Server/client

    Is it possible to use a server file on my desktop at home and then say im at school or in another room on my laptop activate the client file and access a directory (like the commands prompt directory) and download files(.txt .jpg .doc stuff like that. and use them on my laptop??)

    As such as if i had a .java file at my house and i wanted it on my laptop but wasnt near it could i access my server file at my house and download the .java file to my laptop using a java client and server file.?


  2. #2
    Member
    Join Date
    Dec 2011
    Location
    United States
    Posts
    94
    My Mood
    Amused
    Thanks
    5
    Thanked 8 Times in 8 Posts

    Default Re: Server/client

    Quote Originally Posted by J-Will View Post
    Is it possible to use a server file on my desktop at home and then say im at school or in another room on my laptop activate the client file and access a directory (like the commands prompt directory) and download files(.txt .jpg .doc stuff like that. and use them on my laptop??)

    As such as if i had a .java file at my house and i wanted it on my laptop but wasnt near it could i access my server file at my house and download the .java file to my laptop using a java client and server file.?
    If you are all into accessing files from different locations, try SkyDrive or google docs. You can also connect your computers but he former options are easier. Good luck.

Similar Threads

  1. server/client application fails when client closes
    By billykid in forum Java Networking
    Replies: 4
    Last Post: January 26th, 2012, 01:54 AM
  2. server and client
    By lanpan in forum What's Wrong With My Code?
    Replies: 2
    Last Post: December 24th, 2011, 09:29 AM
  3. server client upercase
    By Hokorippoi in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 27th, 2011, 04:45 PM
  4. simple ftp server and ftp client
    By simontkk2005 in forum Java Networking
    Replies: 4
    Last Post: January 26th, 2011, 10:29 AM
  5. Client/Server
    By Dillz in forum Paid Java Projects
    Replies: 2
    Last Post: June 2nd, 2010, 05:19 AM