NoDoze Posted March 27, 2007 Share Posted March 27, 2007 Is it possible? Is there a simplier way rather than via the Networking tutorial example "shh with php"...? Would I still need to create the priv and pub keys? This is a form creating a folder, both on the same server btw. Link to comment https://forums.phpfreaks.com/topic/44566-php-form-to-create-a-folder-on-linux-server/ Share on other sites More sharing options...
trq Posted March 28, 2007 Share Posted March 28, 2007 Take a look at the mkdir function. Link to comment https://forums.phpfreaks.com/topic/44566-php-form-to-create-a-folder-on-linux-server/#findComment-216463 Share on other sites More sharing options...
NoDoze Posted March 28, 2007 Author Share Posted March 28, 2007 Cool stuff... next question... Now if the form would be submiting the variable for which the folder would be named, would the code look soemthing like this? <?php mkdir("/home/user/ftp/", $formfolder, ", 0755"); ?> Basically I'm trying to create a php form page where... When a FTP Account is created, the user and ftp folder is created, both on the same server. I'm open to pre-existing scripts if anyone knows of any...? Link to comment https://forums.phpfreaks.com/topic/44566-php-form-to-create-a-folder-on-linux-server/#findComment-216941 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.