Bug 4299 - performing a delete recursive operation not possible
Summary: performing a delete recursive operation not possible
Status: NEW
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: smbclient (show other bugs)
Version: 3.0.23d
Hardware: x86 Linux
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-17 11:54 UTC by Michael Prokop
Modified: 2014-03-30 19:00 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Prokop 2006-12-17 11:54:10 UTC
AFAICS it is not possible to delete directories recursive from withing smbclient.

If a directory named dir1 contains file(s) then 'rmdir dir1' won't work of course (NT_STATUS_DIRECTORY_NOT_EMPTY). I can't find a way to run something like 'rm -rf dir1' from within smbclient. Would be nice to have something like 'recurse' available for rm/rmdir as well so it's possible to delete non-empty directories from within smbclient.

thx && regards,
-mika-