I have a a system with several client nodes that need to send files to a single 
sever.  I need to maintain the file name from each client and send each to the 
server with the same name (the client file log names are unique).

The number of client log files is arbitrary and not none in advance, so I can 
send each file over a separate port to the server to process back into a file.  
I could encode the name into each record in the client side log and send them 
all to the server on the same port and sort them out, but I'd like to avoid 
this approach.

Any idea.

Example

Client 1 has:

Disk_1.log
Disk_2.log
...
Disk_9999.log


Client 2 has

Disk_b_1.log
Disk_b_2.log
....
Disk_b_500.log

I need to get these files to a common server with the same names.

Thanks
Larry

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
nxlog-ce-users mailing list
nxlog-ce-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users

Reply via email to