
                      Welcome to PSP-FTPD - 0.3.1


Original Authors of PSP-FTPD
  PSPKrazy and Raf.

Author of this new version :
  Ludovic.Jacomme (ludovic.jacomme@gmail.com) also known as Zx-81


1. INTRODUCTION
   ------------

  PSP-FTPD is a simple FTP server for the PSP.  It was originally written by
  PSPKrazy, and then improved by Raf (PSPDEV environnement compilation etc ...)

  It permits to send and retrieve files or complete directories to and from
  your PSP without any cables, using your Wireless connection (WIFI), with a FTP
  client on your PC such as IExplorer or Filezilla (http://filezilla.sourceforge.net/).

  It has been tested using gFtp on Linux, Filezilla and IExplorer on Windows.

1. CHANGE-LOG
   ------------

Version 0.3.1

  Here is the list of the new features and changes of this version :
  - Bug fix in rename command, RNFR handshake message was not strictly
    compliant with the RFC, and it wasn't understood by IExplorer.
  - Capability to specify in a configuration file (psp-ftpd.cfg), a
    couple user/password for FTP authentication. 
  - Add usage informations in the README file
  - Binary version for 1.5FW
  - Improve transfert rate (500kbps from PSP->PC, 200kbps from PC->PSP)
  
Version 0.3.0

  Here is the list of the new features and changes of this version :
  - A menu to select your WIFI Access point.
  - A really working multi-threaded version that can handle several 
    client at the same time, and exit properly.
  - Removing all user/password security check stuff (useless for file
    transfert between a PC and a PSP).
  - Capability to rename files (FTP commands RNFR and RNTO)
  - Capability to download or upload recursively a complete directory
  - Many bug fixes.
  - Working version for 2.5 and 2.6 FW.


2. INSTALLATION
   ------------

  Unzip the zip file on the psp/game directory (as others homebrew).

  It has been developped only on Firmware 2.5, but it should work also for
  any 2.x and 1.5 using the great GTA eloader (0.97) from Ditlew and Fanjita
  (see http://www.fanjita.org/ for details).

  If you want to use non-anonymous FTP transfert, you can edit the file
  psp-ftpd.cfg (with notepad for example) and specify a line user:password.

3. USAGE
   ------------

   Run PSP-FTPD on your PSP, and choose your wifi access point using arrow and
   press X to validate. After few seconds, you should see the message 
   "FTP Server is now running on ftp://192.168.0.10/ (the IP of your connection)

   If you use anonymous connection (without any password in the psp-ftpd.cfg file)
   then you can access your PSP using Internet Explorer with the previous URL 
   (ftp://192.168.0.10/).

   If you use authentication, you have to specify user and password in the
   URL, for example : ftp://zx:zx@192.168.0.10/

   When you have finished to transfert, rename, remove etc ... files on your PSP,
   you can press the [] key to close the connection and go back to the eloader.
  
4. COMPILATION
   ------------

  It has been developped/compiled under Linux using gcc with PSPSDK. 
  To rebuild the homebrew run the Makefile in the src archive.

  For any comments or questions on this version, please visit 
  http://www.dcemu.co.uk, http://zx81.zx81.free.fr or
  http://www.psp-generation.com (french site).

