回上层目录。
语法: boolean ftp_cdup(int ftp_stream);
返回值: 布尔值
函数种类: 网络系统
本函数用来回到上层目录,也就是目前目录的父目录。参数 ftp_stream 为 FTP 的连接代码。成功则返回 true 值。