// ------------------------------------------------------------------------- // // PHP UPLOAD TO MY FTP 1.4 README // // ------------------------------------------------------------------------- // // Copyright (C) 2002 Matthias ETIENNE // // ------------------------------------------------------------------------- // // http://matt.phptest.free.fr/php_upload_to_my_ftp/ // // ------------------------------------------------------------------------- // // This program is free software; you can redistribute it and/or modify // // it under the terms of the GNU General Public License as published by // // the Free Software Foundation; either version 2 of the License, or // // (at your option) any later version. // // // // This program is distributed in the hope that it will be useful, // // but WITHOUT ANY WARRANTY; without even the implied warranty of // // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // // GNU General Public License for more details. // // // // You should have received a copy of the GNU General Public License // // along with this program; if not, write to the Free Software // // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // ------------------------------------------------------------------------- // Présentation ------------ Ce script PHP vous permettra, à partir d'un formulaire, d'uploader un fichier directement sur un serveur FTP dans un dossier donné. Restrictions ------------ - Vous devez disposer de php sur votre serveur. - Vous devez disposer de l'extension FTP de PHP. - Vous devez disposer d'un compte ftp et en commaître les logins et mot de passe. - Vous devez disposer de la fonction mail() de php si vous voulez pouvoir recevoir un mail de confirmation. - ATTENTION !!! --------------- Cette application n'est PAS COMPATIBLE avec la plupart des hebergeurs gratuit comme free, lycos, mais peu également mal fonctionner sur un hebergeur payant suivant la configuration. Merci de m'envoyer, si vous le pouvez, le nom de l'hebergeur sur lequel vous avez installé l'application, qu'elle marche parfaitement ou pas du tout. Installation ------------ Suivez les directives du fichier INSTALL de la distribution. Utilisation ----------- -Pour uploader: http://www.your-site.com/upload/ (si upload est le repertoire d'installation) -Pour accéder aux stats: http://www.your-site.com/upload/stats/ Download -------- Vérifiez que vous possédez la dernière version sur: http://matt.phptest.free.fr/php_upload_to_my_ftp/ BUGS ---- Merci de rapporter tout bug à matt@php-test.com Voir le fichier BUGS. Changelog --------- Voir le fichier Changelog.txt de la distribution pour connaître les différentes modifications apportées au script au cours des différentes versions. Changelog disponible à: http://matt.phptest.free.fr/php_upload_to_my_ftp/Changelog.txt ------------------------------------------------------------------------------------ Dernière modification: le 25/05/2002 ------------------------------------------------------------------------------------