Last post Jul 09, 2019 09:31 AM by PatriceSc
Member
36 Points
128 Posts
Jul 09, 2019 09:23 AM|aabedeni056|LINK
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 .
All-Star
45840 Points
16681 Posts
Jul 09, 2019 09:31 AM|PatriceSc|LINK
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.
Member
36 Points
128 Posts
how to show files ftp in website ?
Jul 09, 2019 09:23 AM|aabedeni056|LINK
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 .
All-Star
45840 Points
16681 Posts
Re: how to show files ftp in website ?
Jul 09, 2019 09:31 AM|PatriceSc|LINK
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.