Results 1 to 5 of 5
- 06-28-2011, 12:03 PM #1
Member
- Join Date
- Jun 2011
- Posts
- 2
- Rep Power
- 0
- 06-28-2011, 12:37 PM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
With what? What about it do you not understand?
- 06-28-2011, 01:17 PM #3
Member
- Join Date
- Jun 2011
- Posts
- 2
- Rep Power
- 0
I think I must use File Transfer Protocol...right? So I must make a ftp server and ftp client....I have no I idea how can the server communicate automatically once a day and ask for the checksum
- 06-28-2011, 01:23 PM #4
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
Not necessarily. What is creting the "checksum", or is it to be createrd "on the fly". Are these *nix machines? If so, look into JSch or SSH2 in order to make use of SSH. If not, and the machines have a running ftp server on each of them already, then use ftp to download the files (if whatever is creating them is creating them in the right places), otherwise you need to write a small server on each machine (that runs constantly, or at least as a scheduled task between specific times) and another program to contact all of these and receive a file from them. Judging by the last few comments, however, you are currently in far above your head.
- 06-28-2011, 03:03 PM #5
Similar Threads
-
How to connect n clients to a server?
By chyrl in forum NetworkingReplies: 21Last Post: 07-25-2010, 04:01 PM -
clients cannot connect to server on another machine
By java_muggers in forum NetworkingReplies: 9Last Post: 06-13-2010, 11:22 AM -
how to make server Wait for clients further requests after establishing connection
By nadia in forum NetworkingReplies: 4Last Post: 02-02-2009, 04:05 PM -
SSL Server with authentication of clients
By zoltan in forum NetworkingReplies: 0Last Post: 10-14-2008, 11:27 PM -
blocked between server and clients
By ibtehal in forum NetworkingReplies: 6Last Post: 07-17-2008, 12:30 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks