Is it possible to create a ftp account with email address?
I want to create create a ftp account from my php script with a email address. Now, I can create an account with username.
Is it possible to create ftp account with email address?
please help me. thanks
-
You mean you want the username to be an email address? If so - theoretically it's possible in the sense that any added FTP accounts will be accountname@theprimarydomain.com. It wouldn't be possible to do it for domains that are add-ons or parked [as the FTP accounts always use the primary domain]. That said - if you can elaborate why you're wanting to do this you may get better advice. 0 -
Hello :) The authentication details for email accounts and FTP accounts are separate. However, you could develop a script that creates both email and FTP accounts with the same login credentials. Information on developing software for cPanel and our API is available at: cPanel - SDK Thank you. 0
Please sign in to leave a comment.
Comments
2 comments