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.
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
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
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
Here is something...
You do not have the required permissions to view the files attached to this post.
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;
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;
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
Dim wbcl As New WebClient
wbcl.Credentials = New Net.NetworkCredential("user", "pass")
wbcl.DownloadFileAsync(url, "Save Location")
and will this code will work?
thx
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.
Thanks bro:)
i will take my time to try and do wht i need
thxx!
i will take my time to try and do wht i need

thxx!
6 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023