HomeSort by relevance Sort by last modified time
    Searched refs:FTP (Results 1 - 25 of 238) sorted by null

1 2 3 4 5 6 7 8 910

  /external/curl/docs/cmdline-opts/
ftp-ssl-control.d 1 Long: ftp-ssl-control
2 Help: Require SSL/TLS for FTP login, clear for transfer
3 Protocols: FTP
6 Require SSL/TLS for the FTP login, clear for transfer. Allows secure
list-only.d 3 Protocols: FTP POP3
7 (FTP)
8 When listing an FTP directory, this switch forces a name-only view. This is
9 especially useful if the user wants to machine-parse the contents of an FTP
14 Note: Some FTP servers list only files in their response to NLST; they do not
ftp-create-dirs.d 1 Long: ftp-create-dirs
2 Protocols: FTP SFTP
6 When an FTP or SFTP URL/operation uses a path that doesn't currently exist on
crlf.d 3 Protocols: FTP SMTP
ssl-reqd.d 3 Protocols: FTP IMAP POP3 SMTP
9 This option was formerly known as --ftp-ssl-reqd.
ssl.d 3 Protocols: FTP IMAP POP3 SMTP
8 the server doesn't support SSL/TLS. See also --ftp-ssl-control and --ssl-reqd
11 This option was formerly known as --ftp-ssl (Added in 7.11.0). That option
ftp-account.d 1 Long: ftp-account
4 Protocols: FTP
7 When an FTP server asks for "account data" after user name and password has
ftp-pret.d 1 Long: ftp-pret
3 Protocols: FTP
6 Tell curl to send a PRET command before PASV (and EPSV). Certain FTP servers,
ftp-ssl-ccc.d 1 Long: ftp-ssl-ccc
3 Protocols: FTP
4 See-also: ssl ftp-ssl-ccc-mode
9 unencrypted. This allows NAT routers to follow the FTP transaction. The
head.d 4 Protocols: HTTP FTP FILE
7 to get nothing but the header of a document. When used on an FTP or FILE file,
ignore-content-length.d 3 Protocols: FTP HTTP
9 For FTP (since 7.46.0), skip the RETR command to figure out the size before
use-ascii.d 4 Protocols: FTP LDAP
6 Enable ASCII transfer. For FTP, this can also be enforced by using a URL that
disable-epsv.d 3 Protocols: FTP
5 (FTP) Tell curl to disable the use of the EPSV command when doing passive FTP
16 active mode you need to use --ftp-port.
dump-header.d 5 Protocols: HTTP FTP
15 When used in FTP, the FTP server response lines are considered being "headers"
append.d 4 Protocols: FTP SFTP
ftp-alternative-to-user.d 1 Long: ftp-alternative-to-user
4 Protocols: FTP
ftp-skip-pasv-ip.d 1 Long: ftp-skip-pasv-ip
3 Protocols: FTP
5 See-also: ftp-pasv
disable-eprt.d 3 Protocols: FTP
6 FTP transfers. Curl will normally always first attempt to use EPRT, then LPRT
8 LPRT are extensions to the original FTP protocol, and may not work on all
19 passive mode you need to not use --ftp-port or force it with --ftp-pasv.
request.d 25 (FTP)
26 Specifies a custom FTP command to use instead of LIST when doing file lists
27 with FTP.
quote.d 4 Protocols: FTP SFTP
7 Send an arbitrary command to the remote FTP or SFTP server. Quote commands are
9 FTP transfer, to be exact). To make commands take place after a successful
12 the command with a '+' (this is only supported for FTP). You may specify any
16 will be aborted. You must send syntactically correct FTP commands as RFC 959
17 defines to FTP servers, or one of the commands listed below to SFTP servers.
19 This option can be used multiple times. When speaking to an FTP server, prefix
23 SFTP is a binary protocol. Unlike for FTP, curl interprets SFTP quote commands
ftp-pasv.d 1 Long: ftp-pasv
3 Protocols: FTP
8 behavior, but using this option can be used to override a previous --ftp-port
13 correct --ftp-port again.
ftp-ssl-ccc-mode.d 1 Long: ftp-ssl-ccc-mode
4 Protocols: FTP
6 See-also: ftp-ssl-ccc
krb.d 4 Protocols: FTP
time-cond.d 5 Protocols: HTTP FTP
  /external/clang/lib/CodeGen/
CodeGenABITypes.cpp 52 const FunctionProtoType *FTP,
54 return CGM.getTypes().arrangeCXXMethodType(RD, FTP, MD);

Completed in 396 milliseconds

1 2 3 4 5 6 7 8 910