previousNet_Finger::query() (Previous) (Next) Constantsnext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Net_FTP

Net_FTP は、FTP サーバとの快適な通信を提供します。 主な機能は PHP の組み込み FTP 関数に対するオブジェクト指向ラッパです。 また、指定したフォルダ以下の再帰的なアップロードやダウンロード、 指定したフォルダ以下の再帰的な削除等 組み込み FTP 関数には含まれない機能も提供します。ディレクトリ内の一覧機能は、 より構造化された形式でディレクトリやファイルを扱えるように拡張されています。

Table of Contents
previousNet_Finger::query() (Previous) (Next) Constantsnext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: Radu Brehar
In order to do chmod on a dir/file on the ftp server, use the SITE method of the Net_FTP class. The execute method does not work for this.
This method is not in the online documentation, but it actually is a public method of the Net_FTP class.

Usage:

$netFtp->site("chmod 777 /path/to/your/dir");