FTP Download [VB.NET][HELP][URGENT]

If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
6 posts Page 1 of 1
Contributors
User avatar
CodenBoy
Top Poster
Top Poster
Posts: 103
Joined: Sun Jul 15, 2012 4:06 pm

Hello,

I have upload and download codes for FTP servers, but just upload works, and my download code cant work cuz it said Access Denied, can you give me a download code with "username" and "password" so it will work?

plus how can i delete a file in my FTP server?

thx
User avatar
M1z23R
VIP - Donator
VIP - Donator
Posts: 622
Joined: Tue Sep 28, 2010 4:55 pm

Here is something...
You do not have the required permissions to view the files attached to this post.
User avatar
CodenBoy
Top Poster
Top Poster
Posts: 103
Joined: Sun Jul 15, 2012 4:06 pm

Thanks #M1z23R

Im trying what im doing on ur codes and will tell u wat happened later :)

thx loove; loove; loove; loove; loove; loove; loove; loove; loove;
User avatar
CodenBoy
Top Poster
Top Poster
Posts: 103
Joined: Sun Jul 15, 2012 4:06 pm

Dim url As New Uri("") ' < what should go here? the ftp://?
Dim wbcl As New WebClient
wbcl.Credentials = New Net.NetworkCredential("user", "pass")
wbcl.DownloadFileAsync(url, "Save Location")

and will this code will work?

thx
User avatar
M1z23R
VIP - Donator
VIP - Donator
Posts: 622
Joined: Tue Sep 28, 2010 4:55 pm

sory, try this one i missed project. This one has more options and works.
You do not have the required permissions to view the files attached to this post.
User avatar
CodenBoy
Top Poster
Top Poster
Posts: 103
Joined: Sun Jul 15, 2012 4:06 pm

Thanks bro:)

i will take my time to try and do wht i need :)

thxx!
6 posts Page 1 of 1
Return to “Coding Help & Support”