|
__init__(self,
connection,
session,
signing_key)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
create_request(self,
tree,
path,
access=GENERIC_READ | GENERIC_WRITE,
attributes=FILE_ATTRIBUTE_NORMAL,
share=0,
disposition=FILE_OPEN_IF,
options=0,
maximal_access=None,
oplock_level=SMB2_OPLOCK_LEVEL_NONE,
lease_key=None,
lease_state=None,
durable=False,
persistent=False,
create_guid=None,
app_instance_id=None,
query_on_disk_id=False,
extended_attributes=None,
timewarp=None) |
source code
|
|
|
|
|
create(self,
tree,
path,
access=GENERIC_READ | GENERIC_WRITE,
attributes=FILE_ATTRIBUTE_NORMAL,
share=0,
disposition=FILE_OPEN_IF,
options=0,
maximal_access=None,
oplock_level=SMB2_OPLOCK_LEVEL_NONE,
lease_key=None,
lease_state=None,
durable=False,
persistent=False,
create_guid=None,
app_instance_id=None,
query_on_disk_id=False,
extended_attributes=None,
timewarp=None) |
source code
|
|
|
|
|
|
|
|
|
query_directory_request(self,
handle,
file_information_class=FILE_DIRECTORY_INFORMATION,
flags=0,
file_index=0,
file_name=' * ' ,
output_buffer_length=8192) |
source code
|
|
|
query_directory(self,
handle,
file_information_class=FILE_DIRECTORY_INFORMATION,
flags=0,
file_index=0,
file_name=' * ' ,
output_buffer_length=8192) |
source code
|
|
|
enum_directory(self,
handle,
file_information_class=FILE_DIRECTORY_INFORMATION,
file_name=' * ' ,
output_buffer_length=8192) |
source code
|
|
|
query_file_info_request(self,
create_res,
file_information_class=FILE_BASIC_INFORMATION,
info_type=SMB2_0_INFO_FILE,
output_buffer_length=4096,
additional_information=None) |
source code
|
|
|
query_file_info(self,
create_res,
file_information_class=FILE_BASIC_INFORMATION,
info_type=SMB2_0_INFO_FILE,
output_buffer_length=4096,
additional_information=None) |
source code
|
|
|
set_file_info_request(self,
handle,
file_information_class=FILE_BASIC_INFORMATION,
info_type=SMB2_0_INFO_FILE,
input_buffer_length=4096,
additional_information=None) |
source code
|
|
|
|
|
change_notify_request(self,
handle,
completion_filter=SMB2_NOTIFY_CHANGE_CREATION,
flags=0,
buffer_length=4096) |
source code
|
|
|
change_notify(self,
handle,
completion_filter=SMB2_NOTIFY_CHANGE_CREATION,
flags=0,
buffer_length=4096) |
source code
|
|
|
|
|
|
|
|
|
read_request(self,
file,
length,
offset,
minimum_count=0,
remaining_bytes=0) |
source code
|
|
|
read(self,
file,
length,
offset,
minimum_count=0,
remaining_bytes=0) |
source code
|
|
|
write_request(self,
file,
offset,
buffer=None,
remaining_bytes=0,
flags=0) |
source code
|
|
|
write(self,
file,
offset,
buffer=None,
remaining_bytes=0,
flags=0) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set_symlink_request(self,
file,
target_name,
flags) |
source code
|
|
|
set_symlink(self,
file,
target_name,
flags) |
source code
|
|
|
|
|
|
|
enumerate_snapshots_request(self,
fh,
max_output_response=16384) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
request(self,
nb=None,
obj=None,
encrypt_data=None) |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|