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 3 of 3

Thread: Server/clients connection periodically ask for a file

  1. #1
    Junior Member
    Join Date
    Jun 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Server/clients connection periodically ask for a file

    Good afternoon. I'm trying to build an interface where the server can periodically (eg, 1 time a day) to communicate with clients and ask them to return a file (namely CkeckSum). can someone help me because I am not guru in java
    the workflow goes like that
    1. The server communicates with the clients 1 time per day
    2. checks if server's checksum file is the same with clients' checksum
    3a. if yes ok
    3b if no then runs another programm.

    Thanks in advance


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Server/clients connection periodically ask for a file

    If the server is run on Windows then you could setup a Schedule Task to run once a day - How To Schedule Tasks in Windows XP
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. #3
    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: Server/clients connection periodically ask for a file

    See similar post at: Server/clients connection periodically

Similar Threads

  1. Replies: 0
    Last Post: May 10th, 2011, 07:02 AM
  2. HELP with reading a clients ip address and storing in a text file.
    By dannyyy in forum Java Theory & Questions
    Replies: 1
    Last Post: April 4th, 2011, 07:20 AM
  3. Replies: 0
    Last Post: March 26th, 2011, 11:07 AM
  4. Replies: 0
    Last Post: February 24th, 2011, 06:31 AM
  5. Transmitting from server to all clients.
    By newbie in forum Java Networking
    Replies: 0
    Last Post: December 19th, 2010, 05:07 PM