parrotcode: PHP ftp Library | |
Contents | Language Implementations | Pipp |
php_ftp.pir - PHP ftp Library
bool ftp_alloc(resource stream, int size[, &response])
bool ftp_cdup(resource stream)
bool ftp_chdir(resource stream, string directory)
int ftp_chmod(resource stream, int mode, string filename)
bool ftp_close(resource stream)
resource ftp_connect(string host [, int port [, int timeout]])
bool ftp_delete(resource stream, string file)
bool ftp_exec(resource stream, string command)
bool ftp_fget(resource stream, resource fp, string remote_file, int mode[, int resumepos])
bool ftp_fput(resource stream, string remote_file, resource fp, int mode[, int startpos])
bool ftp_get(resource stream, string local_file, string remote_file, int mode[, int resume_pos])
mixed ftp_get_option(resource stream, int option)
bool ftp_login(resource stream, string username, string password)
int ftp_mdtm(resource stream, string filename)
string ftp_mkdir(resource stream, string directory)
int ftp_nb_continue(resource stream)
int ftp_nb_fget(resource stream, resource fp, string remote_file, int mode[, int resumepos])
int ftp_nb_fput(resource stream, string remote_file, resource fp, int mode[, int startpos])
int ftp_nb_get(resource stream, string local_file, string remote_file, int mode[, int resume_pos])
int ftp_nb_put(resource stream, string remote_file, string local_file, int mode[, int startpos])
array ftp_nlist(resource stream, string directory)
bool ftp_pasv(resource stream, bool pasv)
bool ftp_put(resource stream, string remote_file, string local_file, int mode[, int startpos])
string ftp_pwd(resource stream)
array ftp_raw(resource stream, string command)
array ftp_rawlist(resource stream, string directory [, bool recursive])
bool ftp_rename(resource stream, string src, string dest)
bool ftp_rmdir(resource stream, string directory)
bool ftp_set_option(resource stream, int option, mixed value)
bool ftp_site(resource stream, string cmd)
int ftp_size(resource stream, string filename)
resource ftp_ssl_connect(string host [, int port [, int timeout]])
string ftp_systype(resource stream)
|