vote up 1 vote down star
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.

flag

3 Answers

vote up 1 vote down

Here is a question which has a sample code for you.

link|flag
Jon Skeet for the win! :) – Joshua Hudson Aug 12 at 5:32
vote up 1 vote down

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

link|flag
vote up 0 vote down

Have a look at this site. It has FTP example source code.

link|flag
Found another useful link using FtpWebRequest. You can find how to upload file by FTP in the modified link. – malay Aug 12 at 5:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.