Questions tagged [smb]

Server Message Block, network-protocol for sharing files and printers implemented by Windows, Samba and others

786 questions
-2
votes
1 answer

(Python impacket) smb Server with Logon?

I'm trying to implement an authentication section into the smbserver.py from the impacket lib. I changed the errorCode at the Line 2201 to STATUS_LOGON_FAILURE under some conditions, but my windows client keeps requesting with the same credentials…
user3822293
  • 1
  • 1
  • 1
-2
votes
1 answer

Issue with fstab on Ubuntu14.04

I know this has been asked before, but I think somehow I'm in a unique situation since none of the previous solutions I have found have worked for me. I'm trying to connect to a smb share on a nas on with the address of 192.168.2.2 with a share at…
diminishedprime
  • 668
  • 4
  • 10
-3
votes
2 answers

i can do http://pc_name and smb://pc_name... to test my local site or use shared resources. anything similar that is so handy?

when testing out our machine for apache or SVN, i found that we can actually use http://pc_name when our computer is named "pc_name" and other PC on the same network can access that PC by that URL at port 80. and a mac can connect to my PC shared…
nonopolarity
  • 130,775
  • 117
  • 415
  • 675
-3
votes
1 answer

NT_STATUS_ACCESS_DENIED Error in Samba share

So, I tried to set up a public SMB share with Samba on CentOS 7. Now, I have it set up, and I have a headache. But, sweet victory. I'm posting this here for all y'all so that you don't need to waste your time. It's actually easy, you just need to…
turiyag
  • 2,345
  • 2
  • 17
  • 17
-4
votes
1 answer

Best way to implement my own storage service?

Let's say I want to implement storage server, which would be used as a place to store files, images, etc. from different websites. Something like S3, but only for my projects. I thought about some API/Gateway on PHP, which would save files from…
-5
votes
1 answer

Windows C++: Whats the fastest way to write a large file on a remote machine?

In our application we have to write large files (100 MBytes up to some GBytes) on remote machines (in the same LAN segement) frequently. This is the bottleneck of our application. Remote machines may be native Windows but also Linux machines using…
RED SOFT ADAIR
  • 11,294
  • 10
  • 48
  • 83
1 2 3
52
53