Home
last modified time | relevance | path

Searched refs:typechar (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/ftp/
H A Dftp.c672 char typechar[2] = "?"; in ftp_type() local
681 typechar[0] = 'A'; in ftp_type()
683 typechar[0] = 'I'; in ftp_type()
687 if (!ftp_putcmd(ftp, "TYPE", typechar)) { in ftp_type()

Completed in 7 milliseconds