We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It appears I'm getting the same issue when trying to use SMB1 with version 1.2.8. ==================== SMB Message 0 ==================== SMB Header:
Command: 0x75 (SMB_COM_TREE_CONNECT_ANDX) Status: NTSTATUS=0x00000000 Flags: 0x18 Flags2: 0xC841 PID: 791562 UID: 2048 MID: 4 TID: 0 Security: 0x0000000000000000 Parameters: 8 bytes Data: 59 bytes SMB Data Packet (hex):
The same code works as expected when connecting to the remote system when using SMB2, but I need to handle connecting to SMB1 only systems as well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It appears I'm getting the same issue when trying to use SMB1 with version 1.2.8.
==================== SMB Message 0 ====================
SMB Header:
Command: 0x75 (SMB_COM_TREE_CONNECT_ANDX)
Status: NTSTATUS=0x00000000
Flags: 0x18
Flags2: 0xC841
PID: 791562
UID: 2048
MID: 4
TID: 0
Security: 0x0000000000000000
Parameters: 8 bytes
Data: 59 bytes
SMB Data Packet (hex):
The same code works as expected when connecting to the remote system when using SMB2, but I need to handle connecting to SMB1 only systems as well.
The text was updated successfully, but these errors were encountered: