mirror of
https://github.com/curl/curl.git
synced 2026-05-13 22:46:25 +03:00
--ftp-pasv
This commit is contained in:
parent
ad5ead8bed
commit
e64e9d7fed
1 changed files with 4 additions and 0 deletions
4
CHANGES
4
CHANGES
|
|
@ -8,6 +8,10 @@
|
|||
|
||||
|
||||
Daniel (2 December)
|
||||
- --ftp-pasv was added, which serves the only purpose of overriding a
|
||||
previously set --ftpport option. Starting now, --ftp-port is a recognized
|
||||
alias for --ftpport for consistency.
|
||||
|
||||
- Giuseppe Attardi pointed out that we should use MSG_NOSIGNAL when we use
|
||||
send() and recv(). I added checks for the define in the configure script and
|
||||
adjusted the code accordingly. If the symbol is present, we won't attempt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue