Home
last modified time | relevance | path

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

/PHP-5.3/ext/ftp/
H A Dftp.c662 char typechar[2] = "?"; in ftp_type() local
671 typechar[0] = 'A'; in ftp_type()
673 typechar[0] = 'I'; in ftp_type()
677 if (!ftp_putcmd(ftp, "TYPE", typechar)) { in ftp_type()

Completed in 6 milliseconds