FTP user and user wise folder
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello All, From my site user can login and manage it's document. I need to create user wise FTP account where user can login in FTP . From that FTP credential user can download and upload file. Admin of this site access that document . Admin can download all users files. For that i need help. 1) Create FTP user on server where site is publish from c# code. 2) Create User wise folder with user wise permission. 3) Other user can not see other user folder. Admin have all user wise folder rights. All things manage from c# code. Thanks in Advance. Have great day.