aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-11 22:56:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-11 22:56:36 +0000
commitc8ac7a0d95178ce7852764005de1e1d350791ab0 (patch)
treedddd24dacc329769c9c0c5d3126b90ddba928288 /lib/urldata.h
parent44031f32a149e9d4097b77c1e998db03887d209c (diff)
Dominick Meglio pointed out FTPS should use default port 990 according to
IANA.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index ce84b5b2b..7403bd731 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -28,6 +28,7 @@
#include "setup.h"
#define PORT_FTP 21
+#define PORT_FTPS 990
#define PORT_TELNET 23
#define PORT_GOPHER 70
#define PORT_HTTP 80