if any one know move files from one server to another server ..
ex: 178.155.125.85 ---Server-1
178.155.125.86 ---Server-2
I want to move files from one 85 to 86 ..in .net
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dhirendra MisraPosted Feb 17, 2014, 5:59 AM
Better option is using FTP you can transfer the file in .NET through winSCP tool.
But you try using "File" object in .Net.
http://stackoverflow.com/questions/7445508/moving-file-to-another-computer
http://msdn.microsoft.com/en-us/library/chf6fbt4.aspx