[UCP] HELP [PHP]
#1

<?php
$GameDir = 'ftp://server.ms-rp.uk.to';
$ftp_username = 'root';
$ftp_userpass = 'iusemypassword';
$ftp_conn = ftp_connect($GameDir);
$login = ftp_login($ftp_conn, $ftp_username, $ftp_userpass);
?>


No problem,but why my FTP dosent connect with my samp server?

i tryed ftp://server.ms-rp.uk.to with my ip but dosent work.
please help me im new in php :/
Reply
#2

Try ftps://server.ms-rp.uk.to.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)