Home
last modified time | relevance | path

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

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcftp.c1044 #define FTT_BIN XYFT_B /* Binary (image) */ macro
1739 { "binary", FTT_BIN, 0 },
2239 binary = (c == 'b') ? FTT_BIN : FTT_ASC;
4082 case 1: ftp_typ = tenex ? FTT_TEN : FTT_BIN; break;
5472 ftp_typ = FTT_BIN; /* Set binary */
8669 case FTT_BIN: s = "binary"; break;
11470 case FTT_BIN:
11921 case FTT_BIN: /* Binary mode */
12634 case FTT_BIN: /* Binary mode */
13697 prox_type = FTT_BIN;
[all …]