PHP FTP ?? 3
Jul 29, 2016 am 08:33 AM
action
gt
lt
php
quot
???: Vikram Vaswani
Melonfire
2000? 11? 7?
???? ??? FTP? ??? ??? PHP ??? ???? ?? ?? ??? ??? ????? ???? ??? ????. ?? ??? ??? ????? ?? ?? ??? ????? ????? ? ?? ????? ???? ???. ??? ?? ??? ? ????!
??? ???? ?? ????? ?? ?? ? ??? ?? PHP? ??? FTP ??? ???? ???? ?? ?? ??? ?? ?? ? ?? ???? ????? ????. ??? ? ??? ????? ????? ? ?? ??? ?? ???!
?????? ?? ??? ?????.
index.html - ??? ??
actions.php - ????? ??? FTP ??
include.php - ????? ?? ?????, ?? ?? ? ?? ??.
"index.html"?? ??? ?????.
----------------------------------- -- -------------------
< ??? ???=0 align=center>
>
/tr>
------------------------------- ---- ------------------------
??? ??? ?????. ?? ??, ??? ??, ????, ?? ??. ??? ??? $server, $username ? $password ??? ?????. ??? ???? actions.php? ???? FTP ??? ??????.
"hidden"? CWD ?? ?? $action ??? action.php? ?????.
action.php ??? ????? ??? ????.
-------------------------------- -- -------------------
//???? ??? ???? ?????. ???? ?? ????? ????? ??? ????? ???. ??? ? ??? ?? ?? ??? ????
if (! $server || !$username || !$password)
{
echo "???? ???? ???????!"
}
else
{
// ?? ?????
}
?>