Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2008 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5. Some parts of this website may be subject to other licenses.

File/joomla/client/ftp.php

Description
  • filesource: Source code for this file
  • license: GNU/GPL,
  • copyright: Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
  • version: $Id: ftp.php 9764 2007-12-30 07:48:11Z ircmaxell $
Classes
Class Description
 class JFTP FTP client class
Constants
CRLF = "\r\n" (line 29)

Error Codes:

  • 30 : Unable to connect to host
  • 31 : Not connected
  • 32 : Unable to send command to server
  • 33 : Bad username
  • 34 : Bad password
  • 35 : Bad response
  • 36 : Passive mode failed
  • 37 : Data transfer error
  • 38 : Local filesystem error

FTP_ASCII = 0 (line 38)
FTP_AUTOASCII = -1 (line 32)
FTP_BINARY = 1 (line 35)
FTP_NATIVE = (function_exists('ftp_connect'))?1:0 (line 50)

Documentation generated on Tue, 29 Jan 2008 18:46:04 +0000 by phpDocumentor 1.3.1