Hello,
I am trying to program my page in ASP.Net and VB.Net so that when the page loads, a list of files from my FTP site appear on the screen.
I am also trying to get it so that a user can select one of the files and download it to their computer.
I have been advised to use ListBox using System.Web.UI.WebControls
Can anybody advise on how I would use this to grab the file list from the FTP site?
Thank you in advance.
Dan
I am trying to program my page in ASP.Net and VB.Net so that when the page loads, a list of files from my FTP site appear on the screen.
I am also trying to get it so that a user can select one of the files and download it to their computer.
I have been advised to use ListBox using System.Web.UI.WebControls
Can anybody advise on how I would use this to grab the file list from the FTP site?
Thank you in advance.
Dan