Lines Matching defs:ftp
14 function ftp_login($ftp, string $username, string $password): bool {}
17 function ftp_pwd($ftp): string|false {}
20 function ftp_cdup($ftp): bool {}
23 function ftp_chdir($ftp, string $directory): bool {}
26 function ftp_exec($ftp, string $command): bool {}
29 function ftp_raw($ftp, string $command): ?array {}
32 function ftp_mkdir($ftp, string $directory): string|false {}
35 function ftp_rmdir($ftp, string $directory): bool {}
38 function ftp_chmod($ftp, int $permissions, string $filename): int|false {}
44 function ftp_alloc($ftp, int $size, &$response = null): bool {}
47 function ftp_nlist($ftp, string $directory): array|false {}
50 function ftp_rawlist($ftp, string $directory, bool $recursive = false): array|false {}
53 function ftp_mlsd($ftp, string $directory): array|false {}
56 function ftp_systype($ftp): string|false {}
62 function ftp_fget($ftp, $stream, string $remote_filename, int $mode = FTP_BINARY, int $offset = 0):…
68 function ftp_nb_fget($ftp, $stream, string $remote_filename, int $mode = FTP_BINARY, int $offset = …
71 function ftp_pasv($ftp, bool $enable): bool {}
74 function ftp_get($ftp, string $local_filename, string $remote_filename, int $mode = FTP_BINARY, int…
77 function ftp_nb_get($ftp, string $local_filename, string $remote_filename, int $mode = FTP_BINARY, …
80 function ftp_nb_continue($ftp): int {}
86 function ftp_fput($ftp, string $remote_filename, $stream, int $mode = FTP_BINARY, int $offset = 0):…
92 function ftp_nb_fput($ftp, string $remote_filename, $stream, int $mode = FTP_BINARY, int $offset = …
95 function ftp_put($ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY, int…
98 function ftp_append($ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY):…
101 function ftp_nb_put($ftp, string $remote_filename, string $local_filename, int $mode = FTP_BINARY, …
104 function ftp_size($ftp, string $filename): int {}
107 function ftp_mdtm($ftp, string $filename): int {}
110 function ftp_rename($ftp, string $from, string $to): bool {}
113 function ftp_delete($ftp, string $filename): bool {}
116 function ftp_site($ftp, string $command): bool {}
119 function ftp_close($ftp): bool {}
125 function ftp_quit($ftp): bool {}
131 function ftp_set_option($ftp, int $option, $value): bool {}
134 function ftp_get_option($ftp, int $option): int|bool {}