Lines Matching refs:ftp

101 int		ftp_quit(ftpbuf_t *ftp);
104 void ftp_gc(ftpbuf_t *ftp);
107 ftpbuf_t* ftp_close(ftpbuf_t *ftp);
110 int ftp_login(ftpbuf_t *ftp, const char *user, const char *pass TSRMLS_DC);
113 int ftp_reinit(ftpbuf_t *ftp);
116 const char* ftp_syst(ftpbuf_t *ftp);
119 const char* ftp_pwd(ftpbuf_t *ftp);
122 int ftp_exec(ftpbuf_t *ftp, const char *cmd);
125 void ftp_raw(ftpbuf_t *ftp, const char *cmd, zval *return_value);
128 int ftp_chdir(ftpbuf_t *ftp, const char *dir);
131 int ftp_cdup(ftpbuf_t *ftp);
136 char* ftp_mkdir(ftpbuf_t *ftp, const char *dir);
139 int ftp_rmdir(ftpbuf_t *ftp, const char *dir);
142 int ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len);
149 int ftp_alloc(ftpbuf_t *ftp, const int size, char **response);
155 char** ftp_nlist(ftpbuf_t *ftp, const char *path TSRMLS_DC);
162 char** ftp_list(ftpbuf_t *ftp, const char *path, int recursive TSRMLS_DC);
167 int ftp_pasv(ftpbuf_t *ftp, int pasv);
172 int ftp_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, int resumepos …
177 int ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, int startpos TS…
180 int ftp_size(ftpbuf_t *ftp, const char *path);
183 time_t ftp_mdtm(ftpbuf_t *ftp, const char *path);
186 int ftp_rename(ftpbuf_t *ftp, const char *src, const char *dest);
189 int ftp_delete(ftpbuf_t *ftp, const char *path);
192 int ftp_site(ftpbuf_t *ftp, const char *cmd);
197 int ftp_nb_get(ftpbuf_t *ftp, php_stream *outstream, const char *path, ftptype_t type, int resumep…
202 int ftp_nb_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type, int startpos…
206 int ftp_nb_continue_read(ftpbuf_t *ftp TSRMLS_DC);
210 int ftp_nb_continue_write(ftpbuf_t *ftp TSRMLS_DC);