mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:13:37 +03:00
ftp: separate FTPS from FTP over "HTTPS proxy"
When using HTTPS proxy, SSL is used but not in the view of the FTP protocol handler itself so separate the connection's use of SSL from the FTP control connection's sue. Reported-by: Mingtao Yang Fixes #5523 Closes #6006
This commit is contained in:
parent
93653ef9e2
commit
1397a7de6e
4 changed files with 7 additions and 14 deletions
|
|
@ -74,8 +74,6 @@ Proxy-Connection: Keep-Alive
|
|||
<protocol>
|
||||
USER anonymous
|
||||
PASS ftp@example.com
|
||||
PBSZ 0
|
||||
PROT P
|
||||
PWD
|
||||
EPSV
|
||||
TYPE I
|
||||
|
|
|
|||
|
|
@ -89,8 +89,6 @@ Proxy-Connection: Keep-Alive
|
|||
<protocol>
|
||||
USER anonymous
|
||||
PASS ftp@example.com
|
||||
PBSZ 0
|
||||
PROT P
|
||||
PWD
|
||||
EPSV
|
||||
TYPE I
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue