Results 1 to 2 of 2

Thread: Download from FTP

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2011
    Posts
    3

    Download from FTP

    I am using visual basic 2008.

    I have searched and searched and read and tried evverything to try and get a resolution for my problem.

    I have a VERY simple vb program that has a few buttons to do little odds and ends (its basically just a portal to open some excel files)

    What I want the program to do is be able to go to my ftp site:

    something.netai.net

    it may need my username and password (I'm really not sure)

    Go to a file loced there - ex. test.xlsm

    and download that file to a place on the hard drive - ex.

    c:\Program Files\My Software\Versions\

    It must overwrite the existing file.

    PLEASE HELP !!!!! Thank you in advance!!!

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,302

    Re: Download from FTP

    My.Computer.Network.DownloadFile should be all you need. Intellisense can tell you what arguments you need to pass, or you can read the relevant documentation.

Tags for this Thread

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