简体   繁体   中英

how to create a user on a website database using vba

I am currently creating some client based software.

The client software uses an FTP function to create the clients name and folders based on that clients name. Then, when creating reports, it will upload that report to the current clients folder-reports.

ie uploads/clients/[clientname]/reports.

But for now I have to log in to the website and create the user name based on the clients name in my software.

My question: Is there away in VBA or C# to do this? Create a user name based on the current users name <Field> ?

You could use WordPress's API

Start by looking around yourself, using some Googlefu skills. Try to come up with some basic idea, even pseudo-code if needs be at then ask a new question with more a precise problem if you do encounter one.

Also, if you need to create FTP users through CPanel, it does have an API as well. How compatible it is with .NET, I do not know though.

But you have enough reading ahead to try something for yourself for the moment.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM