Send a file to a PHP script from a VB.NET app

long1

New Member
I need to send some data from a SQL DB Server on an internal network to an external web server.I was hoping to accomplish this by writing a VB.NET app that is invoked once per day that sends about 1 MB of data to a PHP script on the web server, where it is deposited in a database.What is a good method to send data to a PHP script from a .NET app?Thanks
 
Back
Top