|
-
Nov 6th, 2009, 08:50 PM
#1
Thread Starter
Frenzied Member
[RESOLVED] Download a file from a ftp server in visual basic 2008
Hello,
Would it be something like this
Code:
My.Computer.Network.DownloadFile("ftp://My.Site.com")
-
Nov 7th, 2009, 12:16 AM
#2
Member
Re: Download a file from a ftp server in visual basic 2008
My.Computer.Network.DownloadFile("ftp://My.Site.com","C:\Program.exe")
or replace program.exe with any file it is, it has to be the same file extension as it is on the FTP.
My.Computer.Network.DownloadFile("ftp://My.Site.com/textfile.txt","C:\test.txt")
good luck?
-
Nov 7th, 2009, 12:10 PM
#3
Thread Starter
Frenzied Member
Re: Download a file from a ftp server in visual basic 2008
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|