Top "Smb" questions

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

Always permission 777 on mount shared cifs

I have a little problem when I mount a SMB shared folder from a Synology NAS. I want to mount …

permissions debian mount smb cifs
Accessing SMB2.1 or SMB3 share from Java?

As Windows 2012R2 no longer supports the SMB 1 protocol without some registry hacks has anyone had any success working with …

java smb
How to copy file from SMB share to local drive not in domain with JCIFS

I'm trying to copy some remote files to the local drive, in Java, using JCIFS. The remote machine is inside …

smb jcifs
Easiest way to implement a SMB redirector for Windows?

I would like to implement a little tool that lets me do on Windows what I can already do easily …

windows smb
HTML link to directory in a Samba share, that works on Internet Explorer 7/8

I want my HTML page to link to a directory in a Samba share (protocol SMB/CIFS Windows share). In …

windows internet-explorer samba smb cifs
SMB Client Commands Through Shell Script

I have a shell script, which I am using to access the SMB Client: #!/bin/bash cd /home/username smbclient //…

shell unix smb
Android - Mount a Samba share in code

I'm looking for a way to mount Samaba shares programatically. I am aware of this question which, if it works, …

android mount smb
Does iOS support file operations via SMB?

Does iOS (or iPhone OS) support file operations via SMB network shares? If so, are there any documents about how …

iphone ios smb
Convert SmbFile to Java IO File

My Java application requires access to a large excel file (1GB+ in size) saved on remote shared folder. I'm using …

java smb
React Native - connect to PostgreSQL database

I would like to connect with React Native to an external database, like PostgreSQL, MySQL or what ever. Is this …

database postgresql react-native smb local-network