From 96c3b1a1bb52f4f25c3c3e6284e0d5bc23145ef0 Mon Sep 17 00:00:00 2001 From: Bill Nagel Date: Sun, 30 Nov 2014 16:51:26 -0500 Subject: docs: Updated for the SMB protocol This patch updates the documentation for the SMB/CIFS protocol. --- docs/MANUAL | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/MANUAL') diff --git a/docs/MANUAL b/docs/MANUAL index 18fecf6c5..113df2016 100644 --- a/docs/MANUAL +++ b/docs/MANUAL @@ -59,6 +59,10 @@ SIMPLE USAGE curl "http://[2001:1890:1112:1::20]/" + Get a file from an SMB server: + + curl -u "domain\username:passwd" smb://server.example.com/share/file.txt + DOWNLOAD TO A FILE Get a web page and store in a local file with a specific name: @@ -228,6 +232,11 @@ UPLOADING curl --proxytunnel -x proxy:port -T localfile ftp.upload.com +SMB / SMBS + + curl -T file.txt -u "domain\username:passwd" + smb://server.example.com/share/ + HTTP Upload all data on stdin to a specified HTTP site: -- cgit v1.2.3