Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
ı want to write a program with c# and this program can send a word document to another computer how can ı do.
Posted

1 solution

My suggestion:
You can use FTP to connect to the remote computer and transfer all the files to the new computer.

How to have FTP in C#:
An FTP client library for .NET 2.0[^]
C# FTP Client Library[^]
 
Share this answer
 

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