Home
last modified time | relevance | path

Searched refs:active (Results 1 – 25 of 35) sorted by relevance

12

/curl/docs/cmdline-opts/
H A Dftp-ssl-ccc-mode.md5 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
H A Ddisable-eprt.md19 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
H A Ddisable-epsv.md30 active mode you need to use --ftp-port.
H A Dftp-port.md24 option makes curl use active mode. curl then commands the server to connect
H A Dproxy.md57 When a proxy is used, the active FTP mode as set with --ftp-port, cannot be
/curl/tests/data/
H A Dtest5963 # This test is like 585 but uses active FTP instead of HTTP
36 verify close callbacks with active FTP
H A Dtest5885 # active connection case that differs between PORT and EPRT use
/curl/docs/libcurl/opts/
H A DCURLINFO_ACTIVESOCKET.md19 CURLINFO_ACTIVESOCKET - get the active socket
32 Pass a pointer to a curl_socket_t to receive the most recently active socket
37 with the handle. This option returns the active socket only after the transfer
H A DCURLOPT_FTP_USE_EPRT.md30 doing active FTP downloads (which is enabled by
57 /* contact us back, aka "active" FTP */
H A DCURLMOPT_MAXCONNECTS.md43 See CURLMOPT_MAX_TOTAL_CONNECTIONS(3) for limiting the number of active
48 does not close down any active transfers, it simply does not allow new ones to
H A DCURLOPT_BUFFERSIZE.md43 DO NOT set this option on a handle that is currently used for an active
51 allocated as long as there are active transfers.
H A DCURLOPT_ACCEPTTIMEOUT_MS.md31 server to connect back to libcurl when an active FTP connection is used.
H A DCURLOPT_FTP_USE_PRET.md32 no effect when using the active FTP transfers mode.
H A DCURLINFO_RTSP_SERVER_CSEQ.md37 retrieve this info before closing the active connection.
H A DCURLINFO_RTSP_SESSION_ID.md34 retrieve this info before closing the active connection.
H A DCURLSHOPT_UNLOCKFUNC.md39 *handle* is the currently active easy handle in use when the share object
H A DCURLSHOPT_LOCKFUNC.md41 *handle* is the currently active easy handle in use when the share object
H A DCURLOPT_UPLOAD_BUFFERSIZE.md46 DO NOT set this option on a handle that is currently used for an active
H A DCURLMOPT_MAX_TOTAL_CONNECTIONS.md48 not close down any active transfers, it simply does not allow new ones to get
H A DCURLMOPT_MAX_HOST_CONNECTIONS.md53 not close down any active transfers, it simply does not allow new ones to get
H A DCURLOPT_FTPPORT.md17 CURLOPT_FTPPORT - make FTP transfer active
H A DCURLMOPT_SOCKETFUNCTION.md90 active transfer. It might soon be added again.
/curl/tests/http/testenv/
H A Dhttpd.py116 def set_proxy_auth(self, active: bool):
117 self._proxy_auth_basic = active
/curl/lib/vtls/
H A Dbearssl.c63 bool active; member
672 backend->active = TRUE; in bearssl_connect_step1()
1089 if(!backend->active || cf->shutdown) { in bearssl_shutdown()
1126 backend->active = FALSE; in bearssl_close()
/curl/lib/
H A Dcf-socket.c959 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

12