-
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!!!
-
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.