A context for libsmbclient calls.
|
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
a new object with type S, a subtype of T
|
|
int
|
chmod(uri,
mode)
Returns:
0 on success, < 0 on error |
|
|
File
|
|
int
|
mkdir(uri,
mode)
Returns:
0 on success, < 0 on error |
|
|
File
|
|
Dir
|
|
int
|
rename(ouri,
nuri)
Returns:
0 on success, < 0 on error |
|
|
int
|
rmdir(uri)
Returns:
0 on success, < 0 on error |
|
|
tuple
|
stat(uri)
Returns:
stat information |
|
|
int
|
unlink(uri)
Returns:
0 on success, < 0 on error |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|