Dynamically Get File Names In a Folder in my website server ( ftp )

Fallen Angel

New Member
I have uploaded some files such as file1.pdf and file2.pdf and ... on my webserver -> \[code\]ftp.MYWEBSITE.net\wwwroot\myfiles\\[/code\]Now I want to get all these file names and show them on my website dynamically,for example when client goes to address www.MYWEBSITE.com he could see all files names in a list !Note that MYWEBSITE is uploaded to \[code\]wwwroot\mywebsite\default.aspx\[/code\]should i use ftp connection with ftp userid and password ? or i can directly go to \myfiles path without creating new ftp connection ?should i use any control in asp.net ?
 
Back
Top