/libraries/joomla/client/ftp.php

Description
  • copyright: Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
  • license: GNU
Classes
Class Description
JFTP FTP client class
Constants
CRLF = "\r\n" (line 26)

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 30)
FTP_BINARY = 1 (line 34)
FTP_NATIVE = (function_exists('ftp_connect'))?1:0 (line 55)

Documentation generated on Mon, 25 Jun 2012 13:54:58 -0500 by phpDocumentor 1.4.4