I need to transfer a big file using FTP in my Windows application to remote machine.
I used command prompt to transfer files using FTP. But how can I do it programmatically
in .net 2.0. Sample program is advantage.
|
1
|
I need to transfer a big file using FTP in my Windows application to remote machine. I used command prompt to transfer files using FTP. But how can I do it programmatically in .net 2.0. Sample program is advantage. |
||
|
|
|
|
Here is a question which has a sample code for you. |
||
|
|
|
For this you could use: FtpWebRequest. Here is a great example. I hate linking to another site, but it has an example with it for uploading and downloading using FTP. http://www.c-sharpcorner.com/uploadfile/neo%5Fmatrix/simpleftp01172007082222am/simpleftp.aspx |
|||
|
|
|
|
Have a look at this site. It has FTP example source code. |
||
|