Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

File/joomla/client/ftp.php

Description
  • filesource: Source code for this file
  • license: GNU/GPL,
  • copyright: Copyright (C) 2005 - 2007 Open Source Matters. All rights reserved.
  • version: $Id: ftp.php 6671 2007-02-18 23:44:27Z friesengeist $
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 Mon, 05 Mar 2007 21:01:04 +0000 by phpDocumentor 1.3.1