Developer Network
Developer Network
Developer Network
ProfileText
ProfileText
:CreateViewProfileText:
Sign in
Subscriber portal
Get tools
Downloads
Visual Studio
SDKs
Trial software
Free downloads
Office resources
Programs
Subscriptions
Overview
Administrators
Students
Microsoft Imagine
Microsoft Student Partners
ISV
Startups
Events
Community
Magazine
Forums
Blogs
Channel 9
Documentation
APIs and reference
Dev centers
Samples
Retired content
We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
Ask a question
Quick access
Forums home
Browse forums users
FAQ
Search related threads
Remove From My Forums
Answered by:
Connecting to a FTP
Archived Forums V
>
Visual Basic Language
Question
0
Sign in to vote
Is there a way to connect to a FTP with vb8?
I looked and didn't seem to find anything
Thanks in advance,
Kais3r
c++ beginner
Monday, October 20, 2008 1:08 AM
Answers
0
Sign in to vote
You can upload and download a file using WebClient class or FtpWebRequest and FtpWebResponse in System.Net Namespace
http://msdn.microsoft.com/en-us/library/system.net.ftpwebrequest.aspx
http://www.codeproject.com/KB/IP/FtpClient.aspx
http://msdn.microsoft.com/en-us/library/system.net.webclient.aspx
Gaurav Khanna
Proposed as answer by
Khanna Gaurav
Wednesday, October 22, 2008 4:39 AM
Marked as answer by
Xingwei Hu
Friday, October 24, 2008 8:19 AM
Monday, October 20, 2008 1:40 PM
All replies
0
Sign in to vote
Hi,
You can have a look at these sites,
www.example-code.com/vbdotnet/
ftp
.asp
www.freevbcode.com/ShowCode.asp?ID=4655
If you still don't find the solution try to google it, using keywords:
FTP download + Vb.NET
Regards,
Rushabh D. Vipani
.
Monday, October 20, 2008 5:44 AM
0
Sign in to vote
You can upload and download a file using WebClient class or FtpWebRequest and FtpWebResponse in System.Net Namespace
http://msdn.microsoft.com/en-us/library/system.net.ftpwebrequest.aspx
http://www.codeproject.com/KB/IP/FtpClient.aspx
http://msdn.microsoft.com/en-us/library/system.net.webclient.aspx
Gaurav Khanna
Proposed as answer by
Khanna Gaurav
Wednesday, October 22, 2008 4:39 AM
Marked as answer by
Xingwei Hu
Friday, October 24, 2008 8:19 AM
Monday, October 20, 2008 1:40 PM