Home
last modified time | relevance | path

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

/php-src/ext/ftp/
H A Dftp.c764 const char *typechar; in ftp_type() local
773 typechar = "A"; in ftp_type()
775 typechar = "I"; in ftp_type()
779 if (!ftp_putcmd(ftp, "TYPE", sizeof("TYPE")-1, typechar, 1)) { in ftp_type()

Completed in 13 milliseconds