Click here to Skip to main content
15,894,539 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
We have data files in our Linux server, we need to transfer the files to the Windows server. I know we can do it via "secure copy", "samba" or "Rsync".

But I need some check points while file transfer too. Like show message to the user, that the file has transferred successfully or the error message while transferring the file via UI.

Can I do that using ASP.NET, C#? Are there any sample projects for this?
Posted
Comments
Sergey Alexandrovich Kryukov 14-Dec-14 20:23pm    
Also, you can do it using FTP. Quite trivial. Or anything else. What's the problem?
Why sample projects? Sample for what? Everything is already written... What's the problem?

—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900