Page 1 of 1
php ftp
Posted: Fri Sep 16, 2005 5:44 pm
by birdie
hi, ive just found the ftp function and i am wondering that; once connected to the ftp server using php, is there any way to make a new ftp user account using php? if yes, how would i do it? thanks
Posted: Fri Sep 16, 2005 5:47 pm
by feyd
typically.... no you cannot. Only if the FTP server allowed a user to create another... most often that'd be restricted to, say the administrator.. and even then, typically not done through the FTP server itself....
Posted: Fri Sep 16, 2005 5:52 pm
by birdie
yes, i'm the administrator with full rights so i kind of guessed it could work like php/mysql
Posted: Fri Sep 16, 2005 9:48 pm
by Ambush Commander
You'd probably have to telnet in using shell commands.