Questions tagged [smb]

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

896 questions
-2
votes
1 answer

Access to a shared folder for an application, but not the user

I have an application (in a pure windows environment) that needs to store sensitive data so that other workstations with the same applications can access that data. At the moment that's done using a central server with a SMB network share and…
ralfiii
  • 584
  • 4
  • 13
-2
votes
1 answer

Connect from Mac to PC with terminal

how can we do to connect to a PC folder with the Mac Terminal ? For example with the Terminal I would like to go to: smb://PCServer01/Folder01/FinalFolder
-2
votes
1 answer

How to access folder of PC in other network via gateway pc in Java?

I want to read files from a network share with Java. Using jcifs works fine when accessing computers within the same network. Now I need to read files from a computer in another network that is only accessible via a "gateway" pc: Is this possible?…
Sebi
  • 164
  • 1
  • 11
-2
votes
1 answer

Strange LAN issues with VPN

In my company's physical office, there is no domain controller setup, just a bunch of computers ranging from Windows XP to Windows 10 that are all part of the same workgroup in the same LAN. These computers can access shared folders on other…
EliT
  • 75
  • 8
-2
votes
1 answer

Python how to encrypt smb path?

How can I encrypt smb with python? Basically writing to a share in a way that the path is concealed. I made this audit system that saves log files to specific path in a netapp that everyone can access. The problem is that it sends the logs in…
Chechik
  • 11
  • 1
  • 7
-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…
Matt Hamrick
  • 759
  • 5
  • 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
  • 146,324
  • 131
  • 460
  • 740
-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,757
  • 2
  • 22
  • 21
-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
  • 12,032
  • 10
  • 54
  • 92
1 2 3
59
60