Sending a file to a webserver from a WinForm.

  • Thread starter Thread starter M K
  • Start date Start date
M

M K

I want to give my WinForm an option to send a file to my
Webserver. What's the best way to do that?
 
Hello,

M K said:
I want to give my WinForm an option to send a file to my
Webserver. What's the best way to do that?

If the server supports ('old') FTP, you can use one of these samples:

FTP:

VB .NET:

http://www.freevbcode.com/ShowCode.Asp?ID=4655

http://www.allapi.net/downloads/NetFTP.zip

http://www.visualbuilder.com/article/viewarticle.asp?id=1234

C#:

http://www.csharphelp.com/archives/archive9.html

http://www.codeproject.com/csharp/FTPDriver1.asp

Regards,
Herfried K. Wagner
 
Back
Top