Public Member Functions | |
ftp () | |
ftp_connect ($server, $port=21) | |
ftp_login ($user, $pass) | |
ftp_pwd () | |
ftp_size ($pathname) | |
ftp_mdtm ($pathname) | |
ftp_systype () | |
ftp_cdup () | |
ftp_chdir ($pathname) | |
ftp_delete ($pathname) | |
ftp_rmdir ($pathname) | |
ftp_mkdir ($pathname) | |
ftp_file_exists ($pathname) | |
ftp_rename ($from, $to) | |
ftp_nlist ($arg="", $pathname="") | |
ftp_rawlist ($pathname="") | |
ftp_get ($localfile, $remotefile, $mode=1) | |
ftp_put ($remotefile, $localfile, $mode=1) | |
ftp_site ($command) | |
ftp_quit () | |
ftp_type ($mode) | |
ftp_port ($ip_port) | |
ftp_pasv () | |
ftp_putcmd ($cmd, $arg="") | |
ftp_ok () | |
ftp_close_data_connection ($sock) | |
ftp_open_data_connection ($ip_port) | |
ftp_debug ($message="") | |
Public Attributes | |
$debug | |
$umask | |
$timeout | |
$ftp_sock | |
$ftp_resp | |
Definition at line 44 of file ftp.class.php.
ftp::ftp | ( | ) |
Definition at line 56 of file ftp.class.php.
ftp::ftp_cdup | ( | ) |
Definition at line 160 of file ftp.class.php.
ftp::ftp_chdir | ( | $pathname | ) |
Definition at line 170 of file ftp.class.php.
ftp::ftp_close_data_connection | ( | $sock | ) |
Definition at line 533 of file ftp.class.php.
ftp::ftp_connect | ( | $server, | |
$port = 21 |
|||
) |
Definition at line 73 of file ftp.class.php.
ftp::ftp_debug | ( | $message = "" | ) |
Definition at line 560 of file ftp.class.php.
ftp::ftp_delete | ( | $pathname | ) |
Definition at line 180 of file ftp.class.php.
ftp::ftp_file_exists | ( | $pathname | ) |
Definition at line 210 of file ftp.class.php.
ftp::ftp_get | ( | $localfile, | |
$remotefile, | |||
$mode = 1 |
|||
) |
Definition at line 312 of file ftp.class.php.
ftp::ftp_login | ( | $user, | |
$pass | |||
) |
Definition at line 94 of file ftp.class.php.
ftp::ftp_mdtm | ( | $pathname | ) |
Definition at line 134 of file ftp.class.php.
ftp::ftp_mkdir | ( | $pathname | ) |
Definition at line 200 of file ftp.class.php.
ftp::ftp_nlist | ( | $arg = "" , |
|
$pathname = "" |
|||
) |
Definition at line 245 of file ftp.class.php.
ftp::ftp_ok | ( | ) |
Definition at line 483 of file ftp.class.php.
ftp::ftp_open_data_connection | ( | $ip_port | ) |
Definition at line 539 of file ftp.class.php.
ftp::ftp_pasv | ( | ) |
Definition at line 459 of file ftp.class.php.
ftp::ftp_port | ( | $ip_port | ) |
Definition at line 449 of file ftp.class.php.
ftp::ftp_put | ( | $remotefile, | |
$localfile, | |||
$mode = 1 |
|||
) |
Definition at line 361 of file ftp.class.php.
ftp::ftp_putcmd | ( | $cmd, | |
$arg = "" |
|||
) |
Definition at line 471 of file ftp.class.php.
ftp::ftp_pwd | ( | ) |
Definition at line 112 of file ftp.class.php.
ftp::ftp_quit | ( | ) |
Definition at line 421 of file ftp.class.php.
ftp::ftp_rawlist | ( | $pathname = "" | ) |
Definition at line 281 of file ftp.class.php.
ftp::ftp_rename | ( | $from, | |
$to | |||
) |
Definition at line 229 of file ftp.class.php.
ftp::ftp_rmdir | ( | $pathname | ) |
Definition at line 190 of file ftp.class.php.
ftp::ftp_site | ( | $command | ) |
Definition at line 411 of file ftp.class.php.
ftp::ftp_size | ( | $pathname | ) |
Definition at line 123 of file ftp.class.php.
ftp::ftp_systype | ( | ) |
Definition at line 148 of file ftp.class.php.
ftp::ftp_type | ( | $mode | ) |
Definition at line 434 of file ftp.class.php.
ftp::$debug |
Definition at line 47 of file ftp.class.php.
ftp::$ftp_resp |
Definition at line 53 of file ftp.class.php.
ftp::$ftp_sock |
Definition at line 52 of file ftp.class.php.
ftp::$timeout |
Definition at line 49 of file ftp.class.php.
ftp::$umask |
Definition at line 48 of file ftp.class.php.