View Single Post
Join Date: Jul 2008
Posts: 39
Reputation: nvmobius is an unknown quantity at this point 
Solved Threads: 4
nvmobius nvmobius is offline Offline
Light Poster

Re: compare files in c#

 
0
  #6
Aug 4th, 2008
Assuming the user your running as has access to the remote server via a windows share, you can just use System.IO.File.Copy to move files. It's really that easy.
If you need to do FTP, it could be more difficult. If this is the case, I recommend move all the files locally into a folder, ziping the folder and using FTP to move the files up to the server where you can manually decompress them and fill in the gaps.
Reply With Quote