I think what you are asking for is the ability to post a file to a web server cgi script from a VB.Net Winforms App.
If this is so this should work for you
Using wc As New System.Net.WebClient()
wc.UploadFile("http://yourserver/cgi-bin/upload.cgi", "c:est.bin")
End Using
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…