Home
last modified time | relevance | path

Searched +full:- +full:- +full:disable +full:- +full:ftp (Results 1 – 25 of 261) sorted by relevance

1234567891011

/external/curl/docs/cmdline-opts/
Ddisable-eprt.md1 ---
3 SPDX-License-Identifier: curl
4 Long: disable-eprt
6 Protocols: FTP
7 Category: ftp
10 See-also:
11 - disable-epsv
12 - ftp-port
14 - --disable-eprt ftp://example.com/
15 ---
[all …]
Ddisable-epsv.md1 ---
3 SPDX-License-Identifier: curl
4 Long: disable-epsv
6 Protocols: FTP
7 Category: ftp
10 See-also:
11 - disable-eprt
12 - ftp-port
14 - --disable-epsv ftp://example.com/
15 ---
[all …]
Dftp-port.md1 ---
3 SPDX-License-Identifier: curl
4 Long: ftp-port
8 Protocols: FTP
9 Category: ftp
12 See-also:
13 - ftp-pasv
14 - disable-eprt
16 - -P - ftp:/example.com
17 - -P eth0 ftp:/example.com
[all …]
Dftp-pasv.md1 ---
3 SPDX-License-Identifier: curl
4 Long: ftp-pasv
6 Protocols: FTP
8 Category: ftp
10 See-also:
11 - disable-epsv
13 - --ftp-pasv ftp://example.com/
14 ---
16 # `--ftp-pasv`
[all …]
DMakefile.inc21 # SPDX-License-Identifier: curl
48 abstract-unix-socket.md \
49 alt-svc.md \
52 aws-sigv4.md \
54 ca-native.md \
57 cert-status.md \
58 cert-type.md \
61 compressed-ssh.md \
64 connect-timeout.md \
65 connect-to.md \
[all …]
/external/curl/tests/data/
Dtest2544 FTP
5 FTP-ipv6
8 --disable-epsv
12 # Server-side
14 # When doing LIST, we get the default list output hard-coded in the test
15 # FTP server
18 drwxr-xr-x 8 98 98 512 Oct 22 13:06 .
19 drwxr-xr-x 8 98 98 512 Oct 22 13:06 ..
20 drwxr-xr-x 2 98 98 512 May 2 1996 .NeXT
21 -r--r--r-- 1 0 1 35 Jul 16 1996 README
[all …]
Dtest2554 FTP
5 FTP-ipv6
8 --disable-eprt
12 # Server-side
14 # When doing LIST, we get the default list output hard-coded in the test
15 # FTP server
18 drwxr-xr-x 8 98 98 512 Oct 22 13:06 .
19 drwxr-xr-x 8 98 98 512 Oct 22 13:06 ..
20 drwxr-xr-x 2 98 98 512 May 2 1996 .NeXT
21 -r--r--r-- 1 0 1 35 Jul 16 1996 README
[all …]
Dtest1274 FTP
7 --disable-epsv
10 # Server-side
17 # Client-side
20 ftp
23 FTP --disable-epsv
26 ftp://%HOSTIP:%FTPPORT/path/to/file/%TESTNUMBER --disable-epsv
34 PASS ftp@example.com
Dtest2704 FTP
9 # Server-side
15 that FTP
24 # Client-side
27 ftp
30 FTP RETR PASV --ftp-skip-pasv-ip
33 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --ftp-skip-pasv-ip --disable-epsv
41 PASS ftp@example.com
Dtest2374 FTP
8 # Server-side
15 # Client-side
18 ftp
21 FTP getting bad host in 227-response to PASV
24 ftp://%HOSTIP:%FTPPORT/%TESTNUMBER --disable-epsv
39 PASS ftp@example.com
/external/openthread/third_party/mbedtls/repo/tests/docker/bionic/
DDockerfile4 # -------
9 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start
13 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
22 RUN apt-get update \
23 && apt-get -y install software-properties-common \
24 && rm -rf /var/lib/apt/lists
26 RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
28 RUN apt-get update \
29 && apt-get -y install \
31 build-essential \
[all …]
/external/mbedtls/tests/docker/bionic/
DDockerfile4 # -------
9 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start
13 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
22 RUN apt-get update \
23 && apt-get -y install software-properties-common \
24 && rm -rf /var/lib/apt/lists
26 RUN add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
28 RUN apt-get update \
29 && apt-get -y install \
31 build-essential \
[all …]
/external/curl/.circleci/
Dconfig.yml21 # SPDX-License-Identifier: curl
28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment
30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference
36 - run:
38 autoreconf -fi
39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; }
41 configure-openssl-no-verbose:
43 - run:
45 autoreconf -fi
46 … ./configure --disable-verbose --enable-werror --with-openssl || { tail -1000 config.log; false; }
[all …]
/external/curl/.github/workflows/
Dmacos.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
18 - 'packages/**'
[all …]
/external/curl/
Dandroidconfigure3 set -e
8 echo "Run 'lunch aosp_arm-eng' and build the current version first." >&2
20 HOST="arm-linux-androideabi"
22 export CC="${T}/prebuilts/clang/host/linux-x86/${CLANG_VERSION}/bin/clang"
23 export LD="${T}/prebuilts/clang/host/linux-x86/${CLANG_VERSION}/bin/lld"
28 "--sysroot ${T}/out/soong/ndk/sysroot/"
31 "-I${T}/external/zlib/"
32 # We don't have target-specific clang binaries like the NDK, so provide
34 "--target=armv7a-linux-androideabi34"
41 "-L${ANDROID_PRODUCT_OUT}/system/lib/"
[all …]
/external/curl/src/
Dtool_listhelp.c21 * SPDX-License-Identifier: curl
36 {" --abstract-unix-socket <path>",
39 {" --alt-svc <filename>",
40 "Enable alt-svc with this cache file",
42 {" --anyauth",
45 {"-a, --append",
48 {" --aws-sigv4 <provider1[:prvdr2[:reg[:srv]]]>",
51 {" --basic",
54 {" --ca-native",
57 {" --cacert <file>",
[all …]
/external/curl/docs/
Doptions-in-versions13 --abstract-unix-socket 7.53.0
14 --alt-svc 7.64.1
15 --anyauth 7.10.6
16 --append (-a) 4.8
17 --aws-sigv4 7.75.0
18 --basic 7.10.6
19 --ca-native 8.2.0
20 --cacert 7.5
21 --capath 7.9.8
22 --cert (-E) 5.0
[all …]
Dcurl.18 .\" * Copyright (C) 1998 \- 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
27 curl \- transfer a URL
32 protocols: DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS,
38 authentication, FTP upload, HTTP post, SSL connections, cookies, file transfer
42 curl is powered by libcurl for all transfer-related features. See
45 The URL syntax is protocol-dependent. You find a detailed description in
55 "ftp://ftp.example.com/file[1-100].txt"
57 "ftp://ftp.example.com/file[001-100].txt" (with leading zeros)
59 "ftp://ftp.example.com/file[a-z].txt"
64 "http://example.com/archive[1996-1999]/vol[1-4]/part{a,b,c}.html"
[all …]
/external/curl/docs/libcurl/opts/
DCURLOPT_POSTQUOTE.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - CURLOPT_PREQUOTE (3)
9 - CURLOPT_QUOTE (3)
11 - FTP
12 - SFTP
13 ---
17 CURLOPT_POSTQUOTE - (S)FTP commands to run after the transfer
30 Pass a pointer to a linked list of FTP or SFTP commands to pass to the server
[all …]
DCURLOPT_KRBLEVEL.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - CURLOPT_KRBLEVEL (3)
9 - CURLOPT_USE_SSL (3)
11 - FTP
12 ---
16 CURLOPT_KRBLEVEL - FTP kerberos security level
28 Pass a char pointer as parameter. Set the kerberos security level for FTP;
32 string to NULL to disable kerberos support for FTP.
[all …]
DCURLOPT_PREQUOTE.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - CURLOPT_POSTQUOTE (3)
9 - CURLOPT_QUOTE (3)
11 - FTP
12 ---
16 CURLOPT_PREQUOTE - commands to run before an FTP transfer
29 Pass a pointer to a linked list of FTP commands to pass to the server after
32 CURLOPT_QUOTE(3). Disable this operation again by setting a NULL to this
[all …]
DCURLOPT_FTP_ACCOUNT.md1 ---
3 SPDX-License-Identifier: curl
8 - FTP
9 See-also:
10 - CURLOPT_PASSWORD (3)
11 - CURLOPT_USERNAME (3)
12 ---
16 CURLOPT_FTP_ACCOUNT - account info for FTP
28 Pass a pointer to a null-terminated string (or NULL to disable). When an FTP
47 curl_easy_setopt(curl, CURLOPT_URL, "ftp://example.com/foo.bin");
[all …]
DCURLOPT_FTPPORT.md1 ---
3 SPDX-License-Identifier: curl
8 - FTP
9 See-also:
10 - CURLOPT_FTP_USE_EPRT (3)
11 - CURLOPT_FTP_USE_EPSV (3)
12 ---
16 CURLOPT_FTPPORT - make FTP transfer active
28 Pass a pointer to a null-terminated string as parameter. It specifies that the
29 FTP transfer should be made actively and the given string is used to get the
[all …]
DCURLOPT_QUOTE.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - CURLOPT_CUSTOMREQUEST (3)
9 - CURLOPT_DIRLISTONLY (3)
10 - CURLOPT_POSTQUOTE (3)
11 - CURLOPT_PREQUOTE (3)
13 - FTP
14 - SFTP
15 ---
[all …]
/external/curl/docs/libcurl/
Dlibcurl-security.md1 ---
3 SPDX-License-Identifier: curl
4 Title: libcurl-security
7 See-also:
8 - libcurl-thread (3)
10 - All
11 ---
12 <!-- markdown-link-check-disable -->
15 libcurl-security - security considerations when using libcurl
22 powerful library, however, which allows application writers to make trade-offs
[all …]

1234567891011