Rahul Sud wrote:I am working on windows so i want to create a batch file , which on particular run download all the log files from remote server via internet and store on given path directory in my system (remote server is on different country).
This is all about where i need help.
What services does the server offer?
Are you free to decide that?
Is the server running linux?
There are a lot of ways to solve the problem - maybe you can configure the logger to send the logs via email. You can offer a ssh-daemon, which can be accessed automatically by shared keys, and you could get the files with scp.
http://en.wikipedia.org/wiki/Secure_copy
I don't see much room for perl, btw.
And 'batch-file' seems to me to be a perfectly reasonable name - a script might be a batch file, if it doesn't use threads, which sounds pretty reasonable for this kind of job - do one command after the other.
http://en.wikipedia.org/wiki/Batch_processing