Page 1 of 1

How to Create FTP Account

Posted: Wed Nov 05, 2003 6:55 pm
by raymedia
I have a job offer to develop website for a hosting company. They need me to write a site where, public users can register and choose hosting plan. And then, an email should be generated containing all the FTP access details.

My questions is, how do I create FTP account (ie. username, password, permission) in PHP. And what are the security issues that I sould be aware of.

Any tips will be greatly appreciated. Thank you

Posted: Wed Nov 05, 2003 7:20 pm
by scorphus
What system will be the hosting company's computer running? FTP configuration/setup depends on what platform and which FTP Server will be installed.

Regards,
Scorphus.

Posted: Wed Nov 05, 2003 8:03 pm
by m3mn0n
Reference material: [php_man]ftp[/php_man]