smbclient: add -f option to rename command
authorUri Simchoni <uri@samba.org>
Tue, 21 Mar 2017 21:26:05 +0000 (23:26 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 28 Mar 2017 15:45:19 +0000 (17:45 +0200)
commit3ccb427ace78f828792f9c8f3cc1478ae38301b1
tree02479347bc4afdd8bbde71df36f6883c58bd7032
parent200dbca238772b64e7c055d82d985045f92f6bcb
smbclient: add -f option to rename command

This option causes the rename to request that the
destination file / directory be replaced if it exists.

Supported only in SMB2 and higher protocol.

Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/client/client.c