Downloads
Documentation
Get Involved
Help
Getting Started
Introduction
A simple tutorial
Language Reference
Basic syntax
Types
Variables
Constants
Expressions
Operators
Control Structures
Functions
Classes and Objects
Namespaces
Enumerations
Errors
Exceptions
Fibers
Generators
Attributes
References Explained
Predefined Variables
Predefined Exceptions
Predefined Interfaces and Classes
Predefined Attributes
Context options and parameters
Supported Protocols and Wrappers
Security
Introduction
General considerations
Installed as CGI binary
Installed as an Apache module
Session Security
Filesystem Security
Database Security
Error Reporting
User Submitted Data
Hiding PHP
Keeping Current
Features
HTTP authentication with PHP
Cookies
Sessions
Dealing with XForms
Handling file uploads
Using remote files
Connection handling
Persistent Database Connections
Command line usage
Garbage Collection
DTrace Dynamic Tracing
Function Reference
Affecting PHP's Behaviour
Audio Formats Manipulation
Authentication Services
Command Line Specific Extensions
Compression and Archive Extensions
Cryptography Extensions
Database Extensions
Date and Time Related Extensions
File System Related Extensions
Human Language and Character Encoding Support
Image Processing and Generation
Mail Related Extensions
Mathematical Extensions
Non-Text MIME Output
Process Control Extensions
Other Basic Extensions
Other Services
Search Engine Extensions
Server Specific Extensions
Session Extensions
Text Processing
Variable and Type Related Extensions
Web Services
Windows Only Extensions
XML Manipulation
GUI Extensions
Keyboard Shortcuts
?
This help
j
Next menu item
k
Previous menu item
g p
Previous man page
g n
Next man page
G
Scroll to bottom
g g
Scroll to top
g h
Goto homepage
g s
Goto search
(current page)
/
Focus search box
简介 »
« EventException
PHP 手册
函数参考
其它服务
Change language:
English
Chinese (Simplified)
Other
FTP
简介
安装/配置
需求
安装
运行时配置
资源类型
预定义常量
示例
基本用法
FTP 函数
ftp_alloc
— 为要上传的文件分配空间
ftp_append
— 将文件内容追加到 FTP 服务器上的指定文件
ftp_cdup
— 切换到当前目录的父目录
ftp_chdir
— 在 FTP 服务器上改变当前目录
ftp_chmod
— 设置 FTP 服务器上的文件权限
ftp_close
— 关闭 FTP 连接
ftp_connect
— 建立新 FTP 连接
ftp_delete
— 删除 FTP 服务器上的文件
ftp_exec
— 在 FTP 服务器运行指定的命令
ftp_fget
— 从 FTP 服务器上下载文件并保存到本地已打开的文件中
ftp_fput
— 上传已打开的文件到 FTP 服务器
ftp_get_option
— 返回当前 FTP 连接的各种不同的选项设置
ftp_get
— 从 FTP 服务器上下载文件
ftp_login
— 登录 FTP 服务器
ftp_mdtm
— 返回指定文件的最后修改时间
ftp_mkdir
— 建立新目录
ftp_mlsd
— 返回指定目录中的文件列表
ftp_nb_continue
— 连续获取/发送文件(以不分块的方式 non-blocking)
ftp_nb_fget
— 从 FTP 服务器获取文件并写入到一个打开的文件(非阻塞)
ftp_nb_fput
— 将文件存储到 FTP 服务器 (非阻塞)
ftp_nb_get
— 从 FTP 服务器上获取文件并写入本地文件(non-blocking)
ftp_nb_put
— 存储一个文件至 FTP 服务器(non-blocking)
ftp_nlist
— 返回给定目录的文件列表
ftp_pasv
— 返回当前 FTP 被动模式是否打开
ftp_put
— 上传文件到 FTP 服务器
ftp_pwd
— 返回当前目录名
ftp_quit
— ftp_close 的 别名
ftp_raw
— 向 FTP 服务器发送命令
ftp_rawlist
— 返回指定目录下文件的详细列表
ftp_rename
— 更改 FTP 服务器上的文件或目录名
ftp_rmdir
— 删除目录
ftp_set_option
— 设置各种 FTP 运行时选项
ftp_site
— 向服务器发送 SITE 命令
ftp_size
— 返回指定文件的大小
ftp_ssl_connect
— 打开安全 SSL-FTP 连接
ftp_systype
— 返回远程 FTP 服务器的操作系统类型
FTP\Connection
— The FTP\Connection class
Improve This Page
Learn How To Improve This Page
•
Submit a Pull Request
•
Report a Bug
+
add a note
User Contributed Notes
There are no user contributed notes for this page.