Lines Matching refs:ftp

13 /** @param resource $ftp */
14 function ftp_login($ftp, string $username, string $password): bool {} argument
16 /** @param resource $ftp */
17 function ftp_pwd($ftp): string|false {} argument
19 /** @param resource $ftp */
20 function ftp_cdup($ftp): bool {} argument
22 /** @param resource $ftp */
23 function ftp_chdir($ftp, string $directory): bool {} argument
25 /** @param resource $ftp */
26 function ftp_exec($ftp, string $command): bool {} argument
28 /** @param resource $ftp */
29 function ftp_raw($ftp, string $command): ?array {} argument
31 /** @param resource $ftp */
32 function ftp_mkdir($ftp, string $directory): string|false {} argument
34 /** @param resource $ftp */
35 function ftp_rmdir($ftp, string $directory): bool {} argument
37 /** @param resource $ftp */
38 function ftp_chmod($ftp, int $permissions, string $filename): int|false {} argument
41 * @param resource $ftp
44 function ftp_alloc($ftp, int $size, &$response = null): bool {} argument
46 /** @param resource $ftp */
47 function ftp_nlist($ftp, string $directory): array|false {} argument
49 /** @param resource $ftp */
50 function ftp_rawlist($ftp, string $directory, bool $recursive = false): array|false {} argument
52 /** @param resource $ftp */
53 function ftp_mlsd($ftp, string $directory): array|false {} argument
55 /** @param resource $ftp */
56 function ftp_systype($ftp): string|false {} argument
59 * @param resource $ftp
62 function ftp_fget($ftp, $stream, string $remote_filename, int $mode = FTP_BINARY, int $offset = 0):… argument
65 * @param resource $ftp
68 function ftp_nb_fget($ftp, $stream, string $remote_filename, int $mode = FTP_BINARY, int $offset = … argument
70 /** @param resource $ftp */
71 function ftp_pasv($ftp, bool $enable): bool {} argument
73 /** @param resource $ftp */
74 function ftp_get($ftp, string $local_filename, string $remote_filename, int $mode = FTP_BINARY, int… argument
76 /** @param resource $ftp */
77 function ftp_nb_get($ftp, string $local_filename, string $remote_filename, int $mode = FTP_BINARY, … argument
79 /** @param resource $ftp */
80 function ftp_nb_continue($ftp): int {} argument
83 * @param resource $ftp
86 function ftp_fput($ftp, string $remote_filename, $stream, int $mode = FTP_BINARY, int $offset = 0):… argument
89 * @param resource $ftp
92 function ftp_nb_fput($ftp, string $remote_filename, $stream, int $mode = FTP_BINARY, int $offset = … argument
94 /** @param resource $ftp */
95 function ftp_put($ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY, int… argument
97 /** @param resource $ftp */
98 function ftp_append($ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY):… argument
100 /** @param resource $ftp */
101 function ftp_nb_put($ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY, … argument
103 /** @param resource $ftp */
104 function ftp_size($ftp, string $filename): int {} argument
106 /** @param resource $ftp */
107 function ftp_mdtm($ftp, string $filename): int {} argument
109 /** @param resource $ftp */
110 function ftp_rename($ftp, string $from, string $to): bool {} argument
112 /** @param resource $ftp */
113 function ftp_delete($ftp, string $filename): bool {} argument
115 /** @param resource $ftp */
116 function ftp_site($ftp, string $command): bool {} argument
118 /** @param resource $ftp */
119 function ftp_close($ftp): bool {} argument
122 * @param resource $ftp
125 function ftp_quit($ftp): bool {} argument
128 * @param resource $ftp
131 function ftp_set_option($ftp, int $option, $value): bool {} argument
133 /** @param resource $ftp */
134 function ftp_get_option($ftp, int $option): int|bool {} argument