summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-07-05 17:23:48 -0700
committerAndreas Schneider <asn@cryptomilk.org>2017-07-07 09:14:26 +0200
commitf2f9f51fef8e264fdad11018e3c447db0ad03cc1 (patch)
treecb55d5c9cb023c9834787a29189dbf83d2076de6 /docs-xml
parentb6f484ae9ca737a0772b279b88fc285fe1cec0e9 (diff)
downloadsamba-f2f9f51fef8e264fdad11018e3c447db0ad03cc1.tar.gz
docs: Document new smbclient deltree command.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/smbclient.1.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs-xml/manpages/smbclient.1.xml b/docs-xml/manpages/smbclient.1.xml
index 2b712fe18e6..432f60da78a 100644
--- a/docs-xml/manpages/smbclient.1.xml
+++ b/docs-xml/manpages/smbclient.1.xml
@@ -655,6 +655,16 @@
</varlistentry>
<varlistentry>
+ <term>deltree &lt;mask&gt;</term>
+ <listitem><para>The client will request that the server attempt
+ to delete all files and directories matching <replaceable>mask</replaceable> from the current working
+ directory on the server. Note this will recursively delete files and directories within
+ the directories selected even without the recurse command being set. If any of the delete
+ requests fail the command will stop processing at that point, leaving files and directories
+ not yet processed untouched. This is by design.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>dir &lt;mask&gt;</term>
<listitem><para>A list of the files matching <replaceable>mask</replaceable> in the current
working directory on the server will be retrieved from the server