Copying Files From One Server to ANother Server
Hi Experts
I have a requirement to copy files from one server to another server.So first we had written a console application that would do the job .But it was throwing error log on failure and then we created a service account and now the console application has to read the username and password from the app.config file and then check after creating a connection to the server it has to copy the files. Any suggestions are welcome .Any way of doing this
1) Read the username and password and then create a connection and copy the files from server to another server .This console applciation runs as a batch in the windows scheduler.