|
The ftp_alloc() function allocates space for a file to be uploaded to the FTP server.
|
|
|
函数的作用是:为上传到FTP服务器的文件分配空间。 |
|
The ftp_cdup() function changes the current directory to the parent directory (one step up).
|
|
|
函数的作用是:切换到当前目录的父目录(上一步)。 |
|
The ftp_delete() function deletes a file on the FTP server.
|
|
|
函数的作用是:删除FTP服务器上的一个文件。 |
|
The ftp_exec() function requests a program or command to be executed on the FTP server.
|
|
|
函数的作用是:请求运行一条FTP程序或命令。 |
|
The ftp_fput() function uploads from an open file and saves it to a file on the FTP server.
|
|
|
函数的作用是:上传一个已经打开的文件到FTP服务器。 |
|
The ftp_get_option() function returns specified runtime behavior from the FTP connection.
|
|
|
函数的作用是:返回当前FTP连接的各种不同的选项设置。 |
|
The ftp_mkdir() function creates a directory on the FTP server.
|
|
|
函数的作用是:在FTP服务器上建立一个新目录。 |
|
The ftp_nb_continue() function continues to receive/send a file to the FTP server.
|
|
|
函数的作用是:连续获取文件或将文件发送到FTP服务器。 |
|
The ftp_nlist() function lists the files in a specified directory on the FTP server.
|
|
|
函数的作用是:返回FTP服务器上给定的目录文件列表。 |
|
The ftp_put() function uploads from a local file to the FTP server.
|
|
|
函数的作用是:上传文件到FTP服务器。 |
|
The ftp_rename() function renames a file or directory on the FTP server.
|
|
|
函数的作用是:给FTP服务器上的一个文件和目录重命名。 |