Home
last modified time | relevance | path

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

/PHP-5.6/ext/ftp/
H A Dftp.c675 char typechar[2] = "?"; in ftp_type() local
684 typechar[0] = 'A'; in ftp_type()
686 typechar[0] = 'I'; in ftp_type()
690 if (!ftp_putcmd(ftp, "TYPE", typechar)) { in ftp_type()

Completed in 7 milliseconds