Search found 1 match
- Tue Feb 10, 2015 12:50 pm
- Forum: Scripting / API
- Topic: Create new FTP User
- Replies: 2
- Views: 7996
Create new FTP User
Hi. I'm from Poland and have problem. I have this code and doesn't perform on my command. <?php if(isset($_POST['send_ftp'])) { $domain = addslashes($_POST['domain']); $ftpuser = addslashes($_POST['ftpuser']); $ftppass = addslashes($_POST['ftppass']); $connection = ssh2_connect('188.68.238.3', 22); ...