Sending a file to a webserver from a WinForm.

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?
 
H

Herfried K. Wagner

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top