Click here to Skip to main content
15,880,543 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a windows server 2012 R2, Moreover 100 clients are connected to it.
i have a application running on client machines, which generates a log file locally.

Now i need log files of the client machines @ server end. For central monitoring

My Log file is simple .txt file.

1. I don't want to use a socket programming,
2. windows file sharing is not allowed.
3. I am Using SCCM.

>Can write a log-on script to pull the text files from client machine.
>can sccm be used in file transfer????
>Or some other ways; one help me out
Posted
Updated 9-Apr-15 22:07pm
v2

1 solution

You can use some tools like ftp or CURL for such tasks in batch files. But be aware of security issues as encryption and read/write rights. And dotn ferget a whole bunch of error handling.
 
Share this answer
 
Comments
sekharsam 10-Apr-15 2:19am    
ftp cant be used

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900