916 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
52
views
How to answer to an SMB DeviceIOControl request?
I am implementing an SMB server in c# using https://github.com/TalAloni/SMBLibrary
Now when I try to open the share using Samba client, it tries to negotiate the protocol details. Problem is, the ...
0
votes
0
answers
58
views
Recursive listing on SMB directories
I am trying to recursively iterate on directories using smb::resource::directory::Directory. I managed to initiate the tree connection, however I can't seem to access the query method.
Here are the ...
0
votes
0
answers
60
views
NetShareEnum C++ call always returns ACCESS_DENIED error
I am working on my personal project to fetch share lists from SMB server,
Luckily I was able to get some context from MSDN, and ended up using NetShareEnum API,
But NetShareEnum API call always ...
0
votes
1
answer
127
views
Unable to read the File from Network share using apache camel SMB
I am using springboot-smb-starter component to read a file from a Network share directory.
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-...
0
votes
0
answers
91
views
access denied on smbclient.register_session
i try to connect from my mac to a smb server using this
smbclient.register_session(
"smbserver.net",
username="domain\\username",
password="...
0
votes
1
answer
603
views
Not able to access file server using smbprotocol python library
We have written a script deployed on Azure function which performs some operation on data stored in file server and stores the processed data back to file server. This script was working fine for last ...
0
votes
1
answer
46
views
Spring integration smb - windows shared drive - not scanning sub directories
Below code is only copying the files from the (windows shared drive)remote directory but all the sub directories of remote directory are skipped. I don't understand why the sub directories are skipped....
0
votes
1
answer
149
views
How to read metadata information from a file using SMB Protocol?
I need to determine the last modification date of a file obtained via the SMB Protocol. I am using a machine running RHEL 7.5, Python 2.7.5, and SMB Protocol version 1.5.1.
I tried the following, but ...
1
vote
0
answers
76
views
Is it possible to perform a CIFS mount with user permissions after namespace isolation using clone() or unshare()
I'm working on isolating namespaces using clone() in a Linux environment and I have a question regarding CIFS mounts.
If I use clone() to isolate the network namespace (and potentially other ...
0
votes
0
answers
259
views
Error writing file to SMB: STATUS_NOT_SUPPORTED error when using node SMB protocol
I am trying to copy a file to a windows fileshare from a playwright test.
I am able to connect to the fileshare successfully but when I try to copy the file I am getting error
Error writing file to ...
1
vote
2
answers
590
views
How to mount a smb network share with different port on windows
I tried to mount a smb network share on Windows over the internet, but I have encountered several problems.
First of all my setup was a raspberry pi running samba in my local network and everything ...
1
vote
1
answer
48
views
Discarding overaged remote files using Spring Integration SMB inbound adapter
My application has to download files from a remote file server in regular time intervals.
My implementation is based on Spring Integration SMB and generally works as expected (see the listing below).
...
2
votes
1
answer
118
views
Spring Integration multiple file transfer to remote file system with delay
I'm trying to implement a Spring Integration Flow transferring files from a local file system to a remote file system using Spring Integration's SMB support.
My Spring Boot configuration is as follows:...
0
votes
1
answer
194
views
Slow data download into Windows shared folder via Databricks using SMB
I use Databricks (python) to download data from a public source directly into a Windows shared drive (NetApp folder) using SMB protocol, but it is downloading at 700 kbps on average, whereas when ...
0
votes
1
answer
275
views
Connection reset by peer: socket write error when using smb connector in Mule 4
I am currently working on the Mule 4.4 On-Prem application which runs on Unix container based. the app is trying to create new folder and creates new file on the folder. I am using smb connector 3.1.1 ...