ASPX VSFTPD C# Help createing users

148 Views Asked by At

Is it possable to create a new user on a vsftpd server using the user and password from the authentication pages from MS's LOGIN methods? I also don't want to have to restart the vsftpd for them to gain access.

1

There are 1 best solutions below

0
On

Short answer: You can't do this automatically from within the ASP.NET application hosted at your ISP.

You could, depending on the authentication mechanism used in your asp.net app, have a separate program/job to transfer over the user credentials to your local vsftpd server and sync the user accounts.