How to Create FTP Account

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
raymedia
Forum Commoner
Posts: 27
Joined: Thu Oct 09, 2003 6:36 am
Location: Melbourne, Australia

How to Create FTP Account

Post 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
User avatar
scorphus
Forum Regular
Posts: 589
Joined: Fri May 09, 2003 11:53 pm
Location: Belo Horizonte, Brazil
Contact:

Post 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.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Reference material: [php_man]ftp[/php_man]
Post Reply