Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to send a file using FTP on C#?

Status
Not open for further replies.

ridifvx

Programmer
Apr 10, 2003
34
ID
Hi I want to send a file using FTP in my app. Well my app will send a file (ex. a.txt) into a web server with my login
id:a
password:b
Can i do all automaticaly ( i mean login, and transferring a.txt with just single click..) how..please i'm really newbie thanks..
 
There's no FTP class in the framework, although you could write one using the socket classes.

You might want to look for a 3rd party control (such as or as there are many subtle differences in FTP implementations that would take you a long time to get right -- the vendors have already done that work for you.

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top