FTP problem:
I\'m using ftp PHP function. It works right with a server. I want to use them with another server but I have some problem. After connection this FTP server answere with some line of comment like \"welcome to FTP server XXYY, good work!\"
But these lines make some Warning message in my script and it doesn\'t work OK:
Warning: ftp_login: 1 line of comment by Host in /home/sites/site81/web/script.php3 on line 14
Warning: ftp_pwd: 2 line of comment by Host in /home/sites/site81/web/script.php3 on line 22
Warning: ftp_put: 3 line of comment by Host in /home/sites/site81/web/script.php3 on line 23
How can I do to ignore these Comment messages?