i create ftp server .that users upload files to it . i want design website that a admin can display files users in it . (with mvc )
thank you for help .
Hi,
And the web server would access directly or through ftp as well ? See https://docs.microsoft.com/en-us/dotnet/api/system.net.ftpwebrequest?view=netframework-4.8 if you need to use FTP from your MVC application.
BTW if the user can upload file, it is done usually with a sofware that allows to see existing files as well so make sure it really does bring some benefit.