Help for this page

Select Code to Download


  1. or download this
    [root@localhost upload]# ls -al
    total 56
    ...
    drwxr-xr-x  26 root    root    4096 Aug 22 00:41 ..
    -rw-r--r--   1 nobody  nobody  2318 Aug 24 08:50 1124891436
    -rw-r--r--   1 nobody  nobody 14726 Aug 24 08:51 1124891462
    
  2. or download this
    open(DLFILE, "<$file_location/$id") || Error('open', 'file');
    @fileholder = <DLFILE>;
    close (DLFILE) || Error ('close', 'file');
    ...
     print "The server can't $_[0] the $_[1]: $! \n";
     exit;
      }