typechar          704 ext/ftp/ftp.c  	char typechar[2] = "?";
typechar          713 ext/ftp/ftp.c  		typechar[0] = 'A';
typechar          715 ext/ftp/ftp.c  		typechar[0] = 'I';
typechar          719 ext/ftp/ftp.c  	if (!ftp_putcmd(ftp, "TYPE", typechar)) {