hey so my code so far is this

VB Code:
  1. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  2.    Dim wc As Net.WebClient
  3.         wc.UploadFile([url]ftp://somesite.orgfree.com[/url], "C:\test.txt")As byte()
  4. End sub

I know I am supposed to add the ftp site as a web reference but it says

Default credentials are not supported on an FTP request.
Parameter name: value

so ugg plz help

all I want it do do is upload C:\test.txt to ftp://somesite.orgfree.com