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

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

Net_FTP

Net_FTP fournit une communication plus comfortable avec les serveurs FTP. Il fournit principalement un wrapper OO des fonctions FTP intégrées à PHP, ajoutant quelques fonctionnalités manquantes comme les téléchargements/envois récursifs de dossiers complets, ainsi que leur suppression. Les options pour générer des listing des dossiers ont également été étendues pour permettre de mieux structurer le listing des fichiers et/ou dossiers.

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

Download Documentation Last updated: Sun, 18 Oct 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");