Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 25 of 231) sorted by relevance

12345678910

/curl/docs/cmdline-opts/
H A Dftp-ssl-ccc-mode.md4 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 Dcreate-file-mode.md4 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 Duse-ascii.md20 Enable ASCII transfer mode. For FTP, this can also be enforced by using a URL
22 mode for Win32 systems.
H A Dftp-ssl-ccc.md12 - ftp-ssl-ccc-mode
22 default mode is passive.
H A Dsocks5-gssapi-nec.md17 As part of the GSS-API negotiation a protection mode is negotiated. RFC 1961
20 unprotected exchange of the protection mode negotiation.
H A Dsilent.md6 Help: Silent mode
20 Silent or quiet mode. Do not show progress meter or error messages. Makes Curl
H A Dftp-pasv.md18 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 Dtest146337 <stdout mode="text">
39 --create-file-mode <mode> File mode for created files
41 -l, --list-only List only mode
H A Dtest146437 <stdout mode="text">
39 --create-file-mode <mode> File mode for created files
41 -l, --list-only List only mode
H A Dtest10936 mode=
28 TFTP retrieve with mode=i
31 "tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER;mode=i" --use-ascii
43 mode = octet
H A Dtest10946 mode=
34 TFTP retrieve with mode=netascii
37 "tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER;mode=netascii"
49 mode = netascii
H A Dtest100738 mode = octet
43 <stderr mode="text">
H A Dtest109938 mode = octet
43 mode = octet
H A Dtest230239 WebSockets via callback (frame mode) + curl_ws_send()
65 <stdout mode="text">
H A Dtest139423 <stdout mode="text">
H A Dtest42131 x-xss-protection: 1; mode=block
63 <stderr mode="text">
80 "x-xss-protection":["1; mode=block"],
/curl/scripts/
H A Ddelta114 $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 Dtest1486.pl40 my $mode = 0;
42 if(!$mode &&
44 $mode = 1;
46 if($mode) {
/curl/lib/
H A Dcurl_multibyte.c119 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 Dmemdebug.h105 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 Dmemdebug.c397 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 DCURLOPT_TRANSFERTEXT.md28 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 DCURLOPT_SOCKS5_GSSAPI_NEC.md30 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
H A DCURLOPT_FTP_USE_PRET.md31 command for directory listings as well as up and downloads in PASV mode. Has
32 no effect when using the active FTP transfers mode.
/curl/tests/server/
H A Dsockfilt.c159 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 …]

Completed in 25 milliseconds

12345678910