Help for this page

Select Code to Download


  1. or download this
    FTP Debug output:
    
    ...
    End FTP debug output
    
    FTP Get Failed
    
  2. or download this
        if ($ftp->put($sub_log)) {
            print "FTP Put successful from server $ftp_server\n";
        }else{
            print "FTP Put Failed\n";
        }