mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Update libcurl
This commit is contained in:
parent
20eb0a911a
commit
01a719ee58
3439 changed files with 529259 additions and 41492 deletions
14
Engine/lib/curl/docs/cmdline-opts/use-ascii.d
Normal file
14
Engine/lib/curl/docs/cmdline-opts/use-ascii.d
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
SPDX-License-Identifier: curl
|
||||
Short: B
|
||||
Long: use-ascii
|
||||
Help: Use ASCII/text transfer
|
||||
Protocols: FTP LDAP
|
||||
Category: misc
|
||||
Example: -B ftp://example.com/README
|
||||
Added: 5.0
|
||||
See-also: crlf data-ascii
|
||||
---
|
||||
Enable ASCII transfer. For FTP, this can also be enforced by using a URL that
|
||||
ends with ";type=A". This option causes data sent to stdout to be in text mode
|
||||
for win32 systems.
|
||||
Loading…
Add table
Add a link
Reference in a new issue