curl tool: Enable support for the SMB protocol

This patch enables SMB/CIFS support in the curl command-line tool.
This commit is contained in:
Bill Nagel
2014-11-30 11:27:03 -05:00
committed by Steve Holme
parent 6b8e5c0e8a
commit b359badd49
4 changed files with 7 additions and 2 deletions

View File

@@ -272,6 +272,8 @@ long proto2num(struct OperationConfig *config, long *val, const char *str)
{ "smtps", CURLPROTO_SMTPS },
{ "rtsp", CURLPROTO_RTSP },
{ "gopher", CURLPROTO_GOPHER },
{ "smb", CURLPROTO_SMB },
{ "smbs", CURLPROTO_SMBS },
{ NULL, 0 }
};