Searched refs:active (Results 1 – 25 of 35) sorted by relevance
12
5 Arg: <active/passive>14 - --ftp-ssl-ccc-mode active --ftp-ssl-ccc ftps://example.com/21 the server. The active mode initiates the shutdown and waits for a reply from
19 Disable the use of the EPRT and LPRT commands when doing active FTP transfers.31 Disabling EPRT only changes the active behavior. If you want to switch to
30 active mode you need to use --ftp-port.
24 option makes curl use active mode. curl then commands the server to connect
57 When a proxy is used, the active FTP mode as set with --ftp-port, cannot be
3 # This test is like 585 but uses active FTP instead of HTTP36 verify close callbacks with active FTP
5 # active connection case that differs between PORT and EPRT use
19 CURLINFO_ACTIVESOCKET - get the active socket32 Pass a pointer to a curl_socket_t to receive the most recently active socket37 with the handle. This option returns the active socket only after the transfer
30 doing active FTP downloads (which is enabled by57 /* contact us back, aka "active" FTP */
43 See CURLMOPT_MAX_TOTAL_CONNECTIONS(3) for limiting the number of active48 does not close down any active transfers, it simply does not allow new ones to
43 DO NOT set this option on a handle that is currently used for an active51 allocated as long as there are active transfers.
31 server to connect back to libcurl when an active FTP connection is used.
32 no effect when using the active FTP transfers mode.
37 retrieve this info before closing the active connection.
34 retrieve this info before closing the active connection.
39 *handle* is the currently active easy handle in use when the share object
41 *handle* is the currently active easy handle in use when the share object
46 DO NOT set this option on a handle that is currently used for an active
48 not close down any active transfers, it simply does not allow new ones to get
53 not close down any active transfers, it simply does not allow new ones to get
17 CURLOPT_FTPPORT - make FTP transfer active
90 active transfer. It might soon be added again.
116 def set_proxy_auth(self, active: bool):117 self._proxy_auth_basic = active
63 bool active; member672 backend->active = TRUE; in bearssl_connect_step1()1089 if(!backend->active || cf->shutdown) { in bearssl_shutdown()1126 backend->active = FALSE; in bearssl_close()
959 BIT(active);1010 if(ctx->active && cf->sockindex == FIRSTSOCKET) in cf_socket_close()1012 ctx->active = FALSE; in cf_socket_close()1430 else if(!ctx->active) { in cf_socket_adjust_pollset()1655 ctx->active = TRUE; in cf_socket_active()2161 ctx->active = TRUE; in cf_tcp_accept_connect()
Completed in 36 milliseconds