diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2020-09-21 09:15:51 +0200 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2020-09-24 08:07:35 +0200 |
| commit | 8066906f9be3c2c6e74f84eda83810de326362df (patch) | |
| tree | 3c6f191d91bacb96f18f8581039ca4c603b6834a /tests/data/test1631 | |
| parent | 675eeb1c941706070381faaad8ee1a5d75cff4a4 (diff) | |
| download | curl-bagder/ftp-over-httpsproxy.tar.gz | |
ftp: separate FTPS from "HTTPS proxy" usebagder/ftp-over-httpsproxy
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.
Fixes #5523
Diffstat (limited to 'tests/data/test1631')
| -rw-r--r-- | tests/data/test1631 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/data/test1631 b/tests/data/test1631 index cd36b1d9b..878511908 100644 --- a/tests/data/test1631 +++ b/tests/data/test1631 @@ -74,8 +74,6 @@ Proxy-Connection: Keep-Alive <protocol> USER anonymous
PASS ftp@example.com
-PBSZ 0
-PROT P
PWD
EPSV
TYPE I
|
