Search : in
By :

Copying Latest file from one server to 5 serv

Last answer on Nov 27, 2008 12:12:20 pm GMT IanW, on Sep 17, 2008 7:32:11 am BST 
 Report this message to moderators

Hello,

I am trying to write a script that will copy an exe with the latest modified date to 5 remote servers.

I was hoping some one would know how to do this as I have failed on both attempts

Thanks

Configuration: Windows 2003 server
Firefox 3.0.1

Best answers for « Copying Latest file from one server to 5 serv » in :
[PS3] Sharing files / DLNA Server Show[PS3] Sharing files / DLNA Server How to share files between a Playstation 3 and PC Issue You want to establish a relationship with DLNA protocol between your PC and your PS3, including images, audio and video access to YouTube,...
Moving or copying a file with your right mouse button ShowMoving or copying a file with your right mouse button Command for right mouse button Create a file in the registry Set up of the file in the registry Command for right mouse button To move or copy your document and file to another...
Uploading Large Files ShowUploading Large Files You have surely encountered various difficulties for sending files through e-mail due file limitation. You have found the elucidation to your trouble. There are several means to transfer files and data from one...
Download Copy Database For SQL Server ShowDescription The application is designed by Ombelt Solutions. Copy Database for SQL Server is a tool that enables you to create copy of selected tables to various different servers or databases. Simple and easy to use, the application has been awarded...
Using FTP commands ShowThe FTP protocol FTP (File Transfer Protocol) is a protocol — meaning a standard language that lets two machines communicate — used so that computers of different types (or with different operating systems) can transfer files over a...

1

 NVerma, on Nov 27, 2008 12:12:20 pm GMT
  • +1

Hello Friend,

You can write a web service to resolve this issue. web service will use either FileInfo or file object which is serializable.

File.Copy("source file path", "destination file path", true);

I hope this helps you.

Regards

Reply to NVerma