Getting a simple text file from the web

godsforte

Member
Joined
Jul 27, 2006
Messages
5
Programming Experience
Beginner
Can anyone tell me how or help me get a simple text file from the web and saving the file back to the same location. ANY help would be great.
 
Download
VB.NET:
[SIZE=2][COLOR=#0000ff]My[/COLOR][/SIZE][SIZE=2].Computer.Network.DownloadFile([/SIZE][SIZE=2][COLOR=#800000]"http://www.website.com"[/COLOR][/SIZE][SIZE=2], [/SIZE][SIZE=2][COLOR=#800000]"C:\filename.txt"[/COLOR][/SIZE][SIZE=2]) 
[/SIZE]
Upload
VB.NET:
My.Computer.Network.UploadFile("c:\[SIZE=2][COLOR=#800000]filename[/COLOR][/SIZE].txt", "http://www.website.com/upload.aspx")
 
Back
Top