web方式ftp(9) ?> <p><font color="#ff0000"><strong>Directory empty or not readable</strong></font><p> <?php } ?> </table> <p> <form action="ftp.php" method=post> <?php $cdup=dirname($phpftp_dir); if ($cdup == "") { $cdup="/"; } ?> <input type="hidden" name="function" value="dir"> <input type="hidden" name="phpftp_user" value="<?php echo $phpftp_user; ?>"> <input type="hidden" name="phpftp_passwd" value="<?php echo $phpftp_passwd; ?>"> <input type="hidden" name="phpftp_dir" value="<?php echo $cdup; ?>"> <input type="submit" value="Go up one directory"> </form> <p> <form enctype="multipart/form-data" action="ftp.php" method=post> <input type="hidden" name="max_file_size" value="<?php echo $max_file_size ?>"> <input type="hidden" name="phpftp_user" value="<?php echo $phpftp_user; ?>"> <input type="hidden" name="phpftp_passwd" value="<?php echo $phpftp_passwd; ?>"> <input type="hidden" name="phpftp_dir" value="<?php echo $phpftp_dir; ?>"> <input type="hidden" name="function" value="put"> <input type="submit" value="Upload this:"> <input name="userfile" type="file">