I have some Electronic devices, I have to copy files from my system to device and device to system using FTP protocol in C#. Currently I am doing with FileZilla. How I can transfer files(Folder/subfolders) using C# program.
|
feedback
|
|
Use the
| |||
|
feedback
|
|
Here is an example of how to create an FTP client in VB.NET. You may also easily convert the code to C# as all .NET languages are CLI compliant: http://dot-net-talk.blogspot.com/2008/12/how-to-create-ftp-client-in-vbnet.html | |||
|
feedback
|