How do I error handle the FTP functions in PHP.
        Posted  
        
            by Itay Moav
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Itay Moav
        
        
        
        Published on 2010-05-13T13:24:42Z
        Indexed on 
            2010/05/13
            13:34 UTC
        
        
        Read the original article
        Hit count: 209
        
When connecting to mysql, I have functions to get the relevant error message and error code, I see nothing of the sort in the list of ftp functions of PHP.
Is there a best practice to handle errors in FTP?
© Stack Overflow or respective owner