Hi, I'm working on a php script to check if a ftp is running. Is there a way to get the error message of the ftp if the login failse? e.g. too many user connected. Thx!
set error_reporting(E_ALL). If there's an error, it should spit back to the screen.
Hmm, no this isn't helping..