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