Help for this page

Select Code to Download


  1. or download this
    "...Cannot open Local file "target_file": Permission denied, referer: 
    +http://www.???.com/get_FILE.html
    "...malformed header from script. Bad header=retrieving file from serv
    +er: get.cgi, referer: http://www.???.com/get_FILE.html
    
  2. or download this
    #!/usr/bin/perl -wT
    
    ...
    $ftpobj -> get ("target_file");
    $ftpobj -> quit;
    print "file size ",-s "target_file"," bytes\n";