Support Joomla!

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2008 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. 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 10707 2008-08-21 09:52:47Z eddieajau $
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 Sat, 14 Nov 2009 11:13:11 +0000 by phpDocumentor 1.3.1