Is this possible to create sftp users by my code? I'm using bitvise SSH server as my sftp server, and filezilla server as my ftp server, now I want to create different users for my different customers so that they all would have access of different folders on my server and could not be able to access each others path (folders). I can use either of them (sftp or ftp), but my priority is sftp. Can anyone have some idea of user creation either in sftp or in ftp by c# code?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Carriage Return (ASCII chr 13) is missing from tex
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
For FileZilla server, you can modify
C:\Program Files (x86)\FileZilla Server\FileZilla Server.xml
(FileZillaServer/Users
) and have the server reload the config using:I got the solution and here I'm posting it. It would be helpful for someone else in future: