/curl/docs/cmdline-opts/ |
H A D | ftp-ssl-ccc-mode.md | 4 Long: ftp-ssl-ccc-mode 6 Help: Set CCC mode 14 - --ftp-ssl-ccc-mode active --ftp-ssl-ccc ftps://example.com/ 17 # `--ftp-ssl-ccc-mode` 19 Sets the CCC mode. The passive mode does not initiate the shutdown, but 21 the server. The active mode initiates the shutdown and waits for a reply from
|
H A D | create-file-mode.md | 4 Long: create-file-mode 5 Arg: <mode> 6 Help: File mode for created files 14 - --create-file-mode 0777 -T localfile sftp://example.com/new 17 # `--create-file-mode` 20 protocols, this option allows the user to set which 'mode' to set on the file
|
H A D | use-ascii.md | 20 Enable ASCII transfer mode. For FTP, this can also be enforced by using a URL 22 mode for Win32 systems.
|
H A D | ftp-ssl-ccc.md | 12 - ftp-ssl-ccc-mode 22 default mode is passive.
|
H A D | socks5-gssapi-nec.md | 17 As part of the GSS-API negotiation a protection mode is negotiated. RFC 1961 20 unprotected exchange of the protection mode negotiation.
|
H A D | silent.md | 6 Help: Silent mode 20 Silent or quiet mode. Do not show progress meter or error messages. Makes Curl
|
H A D | ftp-pasv.md | 18 Use passive mode for the data connection. Passive is the internal default 25 Passive mode means that curl tries the EPSV command first and then PASV,
|
/curl/tests/data/ |
H A D | test1463 | 37 <stdout mode="text"> 39 --create-file-mode <mode> File mode for created files 41 -l, --list-only List only mode
|
H A D | test1464 | 37 <stdout mode="text"> 39 --create-file-mode <mode> File mode for created files 41 -l, --list-only List only mode
|
H A D | test1093 | 6 mode= 28 TFTP retrieve with mode=i 31 "tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER;mode=i" --use-ascii 43 mode = octet
|
H A D | test1094 | 6 mode= 34 TFTP retrieve with mode=netascii 37 "tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER;mode=netascii" 49 mode = netascii
|
H A D | test1099 | 38 mode = octet 43 mode = octet
|
H A D | test1007 | 38 mode = octet 43 <stderr mode="text">
|
H A D | test2302 | 39 WebSockets via callback (frame mode) + curl_ws_send() 65 <stdout mode="text">
|
H A D | test1394 | 23 <stdout mode="text">
|
H A D | test421 | 31 x-xss-protection: 1; mode=block 63 <stderr mode="text"> 80 "x-xss-protection":["1; mode=block"],
|
/curl/scripts/ |
H A D | delta | 114 $mode=1; 117 $mode=2; 120 $mode=3; 123 $mode=4; 126 if($mode == 1) { 129 elsif($mode == 2) { 133 if(($mode == 4) && ($_ =~ /^ \((\d+) contributors/)) {
|
/curl/tests/ |
H A D | test1486.pl | 40 my $mode = 0; 42 if(!$mode && 44 $mode = 1; 46 if($mode) {
|
/curl/lib/ |
H A D | curl_multibyte.c | 119 FILE *curlx_win32_fopen(const char *filename, const char *mode) in curlx_win32_fopen() argument 124 wchar_t *mode_w = curlx_convert_UTF8_to_wchar(mode); in curlx_win32_fopen() 133 return (fopen)(filename, mode); in curlx_win32_fopen()
|
H A D | memdebug.h | 105 CURL_EXTERN ALLOC_FUNC FILE *curl_dbg_fopen(const char *file, const char *mode, 107 CURL_EXTERN ALLOC_FUNC FILE *curl_dbg_fdopen(int filedes, const char *mode, 185 #define fopen(file,mode) curl_dbg_fopen(file,mode,__LINE__,__FILE__) argument 187 #define fdopen(file,mode) curl_dbg_fdopen(file,mode,__LINE__,__FILE__) argument
|
H A D | memdebug.c | 397 ALLOC_FUNC FILE *curl_dbg_fopen(const char *file, const char *mode, in curl_dbg_fopen() argument 400 FILE *res = fopen(file, mode); in curl_dbg_fopen() 404 source, line, file, mode, (void *)res); in curl_dbg_fopen() 409 ALLOC_FUNC FILE *curl_dbg_fdopen(int filedes, const char *mode, in curl_dbg_fdopen() argument 412 FILE *res = fdopen(filedes, mode); in curl_dbg_fdopen() 415 source, line, filedes, mode, (void *)res); in curl_dbg_fdopen()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_TRANSFERTEXT.md | 28 A parameter set to 1 tells the library to use ASCII mode for FTP transfers, 30 stdout to binary mode. This option can be usable when transferring text data 36 simply sets the mode to ASCII and performs a standard transfer.
|
H A D | CURLOPT_FTP_USE_PRET.md | 31 command for directory listings as well as up and downloads in PASV mode. Has 32 no effect when using the active FTP transfers mode.
|
H A D | CURLOPT_SOCKS5_GSSAPI_NEC.md | 30 negotiation a protection mode is negotiated. The RFC 1961 says in section 32 If enabled, this option allows the unprotected exchange of the protection mode
|
/curl/tests/server/ |
H A D | sockfilt.c | 159 DWORD mode, rcount = 0; in read_wincon() local 169 if(GetConsoleMode(handle, &mode)) { in read_wincon() 191 DWORD mode, wcount = 0; in write_wincon() local 204 if(GetConsoleMode(handle, &mode)) { in write_wincon() 1001 switch(*mode) { in juggle() 1148 *mode = PASSIVE_LISTEN; in juggle() 1161 if(*mode == PASSIVE_LISTEN) { in juggle() 1200 if(*mode == PASSIVE_CONNECT) in juggle() 1201 *mode = PASSIVE_LISTEN; in juggle() 1203 *mode = ACTIVE_DISCONNECT; in juggle() [all …]
|