Xataface  2.0alpha2
Xataface Application Framework
 All Data Structures Namespaces Files Functions Variables Groups Pages
Data Structures | Variables
ftp.class.php File Reference

Go to the source code of this file.

Data Structures

class  FTP

Variables

const FTP_TIMEOUT = 90
const FTP_COMMAND_OK = 200
const FTP_FILE_ACTION_OK = 250
const FTP_FILE_TRANSFER_OK = 226
const FTP_COMMAND_NOT_IMPLEMENTED = 502
const FTP_FILE_STATUS = 213
const FTP_NAME_SYSTEM_TYPE = 215
const FTP_PASSIVE_MODE = 227
const FTP_PATHNAME = 257
const FTP_SERVICE_READY = 220
const FTP_USER_LOGGED_IN = 230
const FTP_PASSWORD_NEEDED = 331
const FTP_USER_NOT_LOGGED_IN = 530
 if (!defined("FTP_ASCII")) define("FTP_ASCII"

Variable Documentation

const FTP_COMMAND_NOT_IMPLEMENTED = 502

Definition at line 9 of file ftp.class.php.

const FTP_COMMAND_OK = 200

Definition at line 6 of file ftp.class.php.

const FTP_FILE_ACTION_OK = 250

Definition at line 7 of file ftp.class.php.

const FTP_FILE_STATUS = 213

Definition at line 10 of file ftp.class.php.

const FTP_FILE_TRANSFER_OK = 226

Definition at line 8 of file ftp.class.php.

const FTP_NAME_SYSTEM_TYPE = 215

Definition at line 11 of file ftp.class.php.

const FTP_PASSIVE_MODE = 227

Definition at line 12 of file ftp.class.php.

const FTP_PASSWORD_NEEDED = 331

Definition at line 16 of file ftp.class.php.

const FTP_PATHNAME = 257

Definition at line 13 of file ftp.class.php.

const FTP_SERVICE_READY = 220

Definition at line 14 of file ftp.class.php.

const FTP_TIMEOUT = 90

Definition at line 3 of file ftp.class.php.

const FTP_USER_LOGGED_IN = 230

Definition at line 15 of file ftp.class.php.

const FTP_USER_NOT_LOGGED_IN = 530

Definition at line 17 of file ftp.class.php.

if(!defined("FTP_BINARY")) define("FTP_BINARY"

Definition at line 19 of file ftp.class.php.