aboutsummaryrefslogtreecommitdiff
path: root/src/tool_setopt.c
diff options
context:
space:
mode:
authorBill Nagel <wnagel@tycoint.com>2014-11-30 11:27:03 -0500
committerSteve Holme <steve_holme@hotmail.com>2014-11-30 21:32:44 +0000
commitb359badd491eba79289202a32a90ad04f84edc75 (patch)
tree5cf3ee17af7663be3657898f9b88871c8f76899a /src/tool_setopt.c
parent6b8e5c0e8aafdc7872758a6798808a0295f08bbd (diff)
curl tool: Enable support for the SMB protocol
This patch enables SMB/CIFS support in the curl command-line tool.
Diffstat (limited to 'src/tool_setopt.c')
-rw-r--r--src/tool_setopt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tool_setopt.c b/src/tool_setopt.c
index 62d94a65f..a53fdc835 100644
--- a/src/tool_setopt.c
+++ b/src/tool_setopt.c
@@ -134,6 +134,8 @@ const NameValue setopt_nv_CURLPROTO[] = {
NV(CURLPROTO_RTSP),
NV(CURLPROTO_SCP),
NV(CURLPROTO_SFTP),
+ NV(CURLPROTO_SMB),
+ NV(CURLPROTO_SMBS),
NV(CURLPROTO_SMTP),
NV(CURLPROTO_SMTPS),
NV(CURLPROTO_TELNET),