php - ftp_ssl_connect not taking User and pass -


i have function talks ftp server apache webserver.

$conn_id = ftp_ssl_connect($ftp_server) or die("could not connect $ftp_server");  // login username , password $login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass); 

getting warning while compiling below.

php warning:  ftp_login(): please login user , pass. 

the same function running if change function call ftp_ssl_connect ftp_connect

i have openssl enabled.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -