Classes, interfaces, and traits
ftp¶
FTP implementation using fsockopen to connect.
« More »
Constants
FTP_AUTOASCII
FTP_AUTOASCII = -1
FTP_BINARY
FTP_BINARY = 1
FTP_FORCE
FTP_FORCE = true
FTP_OS_Mac
FTP_OS_Mac = 'm' : string
FTP_OS_Unix
FTP_OS_Unix = 'u' : string
FTP_OS_Windows
FTP_OS_Windows = 'w' : string
Classes, interfaces, and traits
ftp_pure¶
FTP implementation using fsockopen to connect.
« More »
Classes, interfaces, and traits
ftp_sockets¶
Socket Based FTP implementation
« More »