PHP ʖ²ἯTH
º/A
XXXIII. FTP º¯ʽ¿⼯H1
Шdz
ΞШ͢²¿¿⎄¼þ¾ͿɒԼӈ뱾)չģ¿鵄֧³֡£
°²װ
ԋАʱŤփ
¸À©չģ¿鎴¶¨ҥȎºΉ薃ָn¡£
Դ Ѝ
Ԥ¶¨ҥ³£
ӉӚբЩ³£ʇӉ¸À©չģ¿鶨ҥµģ¬Ҳ´˖»ӐԚ¸À©չģ¿鱻±ҫµ½ PHP £¬»ڔːЊ±±»¶¯̬¼Ӕغ³£²œА§¡£
²ο¼º¯ʽ ftp_set_option()¡£
ςP±䁿Ԛ PHP 4.3.0 Ҕº¾±»¼ӈ롣
²ο¼º¯ʽ ftp_set_option()¡£
Ҭ²½´«ʤʧ°܊
Ҭ²½´«ʤ³ɹ¦
Ҭ²½´«ʤʇ»״̬µĊ
·¶=
=ד 1. FTP ʵ=
?php // set up basic connection $conn_id = ftp_connect($ftp_server); // login with username and password $login_result = ftp_login($conn_id, $ftp_user_name, $ftp_user_pass); // check connection if ((!$conn_id) || (!$login_result)) {echo "FTP connection has failed!"; echo "Attempted to connect to $ftp_server for user $ftp_user_name"; die;} else {echo "Connected to $ftp_server, for user $ftp_user_name";} // upload the file $upload = ftp_put($conn_id, $destination_file, $source_file, FTP_BINARY); // check upload status if (!$upload) {echo "FTP upload has failed!";} else {echo "Uploaded $source_file to $ftp_server as $destination_file";} // close the FTP stream ftp_close($conn_id);?
º/A
ưµ㼯A
fribidi_log2vis
ɏһ¼¶
ftp_cdup