Results 1 to 3 of 3

Thread: [RESOLVED] Download a file from a ftp server in visual basic 2008

  1. #1

    Thread Starter
    Frenzied Member Pc_Not_Mac's Avatar
    Join Date
    Oct 2009
    Location
    localhost
    Posts
    1,206

    Resolved [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")

  2. #2
    Member
    Join Date
    Oct 2009
    Posts
    49

    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?

  3. #3

    Thread Starter
    Frenzied Member Pc_Not_Mac's Avatar
    Join Date
    Oct 2009
    Location
    localhost
    Posts
    1,206

    Smile Re: Download a file from a ftp server in visual basic 2008

    Thank you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width