Manage User Accounts - API?

Core FTP Server questions and answers
Locked
mkamberger
Posts: 2
Joined: Tue Apr 10, 2018 3:53 pm

Manage User Accounts - API?

Post by mkamberger »

I've done a quick search of the forum and documentation however couldn't exactly find the topic. I would like to programmatically manage user accounts either via command line or some API functionality. Is this possible?

Thanks
ForumAdmin
Site Admin
Posts: 979
Joined: Mon Mar 24, 2003 4:37 am

Re: Manage User Accounts - API?

Post by ForumAdmin »

currently there is only the -adduser command from the command line. Other commands may be added upon request (-updateuser, -deleteuser ?).

There is the ODBC option also which stores the user data in the same format as the CoreFTPServer\config.dat (essentially a text based .INI file). This may be impractical though because passwords and other sensitive data is encrypted and would not be modifiable.
mkamberger
Posts: 2
Joined: Tue Apr 10, 2018 3:53 pm

Re: Manage User Accounts - API?

Post by mkamberger »

Thanks I can live with -adduser , is there a page that lists out the command arguments?
ForumAdmin
Site Admin
Posts: 979
Joined: Mon Mar 24, 2003 4:37 am

Re: Manage User Accounts - API?

Post by ForumAdmin »

-adduser <domain> <user> <password> <folder> <expired days>
ForumAdmin
Site Admin
Posts: 979
Joined: Mon Mar 24, 2003 4:37 am

Re: Manage User Accounts - API?

Post by ForumAdmin »

www.coreftp.com/server/help/server_command_line.htm
Locked