Searched defs:ftp (Results 1 – 3 of 3) sorted by relevance
26 function ftp_pwd(FTP\Connection $ftp): string|false {}27 function ftp_cdup(FTP\Connection $ftp): bool {}28 function ftp_chdir(FTP\Connection $ftp, string $directory): bool {}29 function ftp_exec(FTP\Connection $ftp, string $command): bool {}35 function ftp_raw(FTP\Connection $ftp, string $command): ?array {}37 function ftp_rmdir(FTP\Connection $ftp, string $directory): bool {}61 function ftp_systype(FTP\Connection $ftp): string|false {}68 function ftp_pasv(FTP\Connection $ftp, bool $enable): bool {}71 function ftp_nb_continue(FTP\Connection $ftp): int {}86 function ftp_close(FTP\Connection $ftp): bool {}[all …]
119 ftpbuf_t *ftp; in ftp_open() local165 ftp_close(ftpbuf_t *ftp) in ftp_close()192 ftp_gc(ftpbuf_t *ftp) in ftp_gc()210 ftp_quit(ftpbuf_t *ftp) in ftp_quit()382 ftp_reinit(ftpbuf_t *ftp) in ftp_reinit()405 ftp_syst(ftpbuf_t *ftp) in ftp_syst()440 ftp_pwd(ftpbuf_t *ftp) in ftp_pwd()534 ftp_cdup(ftpbuf_t *ftp) in ftp_cdup()1278 ftp_readline(ftpbuf_t *ftp) in ftp_readline()1331 ftp_getresp(ftpbuf_t *ftp) in ftp_getresp()[all …]
61 ftpbuf_t *ftp; member159 ftpbuf_t *ftp; in PHP_FUNCTION() local196 ftpbuf_t *ftp; in PHP_FUNCTION() local239 ftpbuf_t *ftp; in PHP_FUNCTION() local264 ftpbuf_t *ftp; in PHP_FUNCTION() local287 ftpbuf_t *ftp; in PHP_FUNCTION() local309 ftpbuf_t *ftp; in PHP_FUNCTION() local334 ftpbuf_t *ftp; in PHP_FUNCTION() local359 ftpbuf_t *ftp; in PHP_FUNCTION() local377 ftpbuf_t *ftp; in PHP_FUNCTION() local[all …]
Completed in 22 milliseconds