Tagged Questions
The smb tag has no wiki summary.
8
votes
4answers
1k views
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 to do this?
8
votes
4answers
5k views
Link to samba shares in html
First off if you're unaware, samba or smb == Windows file sharing, \\computer\share etc.
I have a bunch of different files on a bunch of different computers. It's mostly media and there is quite a ...
7
votes
4answers
9k views
How do you force a CIFS connection to unmount
I have a CIFS share mounted on a Linux machine. The CIFS server is down, or the internet connection is down, and anything that touches the CIFS mount now takes several minutes to timeout, and is ...
6
votes
3answers
575 views
ANDROID: Accessing CIFS Shares in Java
I'm writing my first Android app, which is more or less going to be a mount point manager. Local mounts and NFS mounts have been easy, but I'm not sure of how to go about CIFS shares.
Ideally, after ...
5
votes
5answers
1k views
Reading file over network slow due to extra reads
I'm reading a file and I either read a row of data (1600 sequential reads of 17 bytes) or a column of data (1600 reads of 17 bytes separated by 1600*17=27,200 bytes). The file is either on a local ...
4
votes
1answer
2k views
What is Zone Identifier?
I often saw some files which named 'blabla.exe:Zone.Identifier' monitoring I/O with Process Monitor.
The files could be seen network-drive.
What is Zone.Identifier?
What does the colon mean in the ...
3
votes
2answers
96 views
Ruby read Samba share
i'm looking for a actual gem, to read out samba share. I want to use it like Dir class, for example open and read of Directorys.
Thanks
3
votes
1answer
543 views
What is used on Lion version for SMB sharing?
I know that Apple has changed implementation for SAMBA sharing on Lion Version. I am trying to share folder programmatically. IT works on Snow Leopard. But it doesn't on Lion, can you give me a clue, ...
3
votes
1answer
131 views
What API can be used to change windows account information remotely?
What API is available to change windows account passwords remotely? Assuming I have the proper credentials to change the windows accounts, I need to write software that can do so remotely.
The ...
3
votes
0answers
401 views
Does Windows 7 actually support the SMB core protocol?
I have started the development of a SMB server for an old Z80 based machine. This machine runs a very simple, MS-DOS like operating system (no multitask, no concept of users, FAT filesystem only, no ...
3
votes
3answers
677 views
Use PowerShell to enumerate Linux SMB shares
I can list my own computer's shares no problem with:
gwmi Win32_Share
But when I try
gwmi Win32_Share -computer myserver
Where myserver is an HP MediaVault mv2120 running BusyBox. I get back the ...
3
votes
4answers
3k views
FileNotFoundException thrown when the file does exists
I'm facing this strange problem.
I'm trying to read a file that is located in another machine as a shared resource:
\\remote-machine\dir\MyFileHere.txt
When I run a standalone application ( a 16 ...
2
votes
1answer
114 views
SMB server on Android (non default port)
I'm working on a project to develop an SMB server on Android, and for that i'm using the free Alfresco JLAN server implementation.
The question is that i can't use the default ports (445, 139, 138).
...
2
votes
1answer
82 views
Network Shares listing
I am in a process to write a lan scan application in python or ironpython . But, it is turning out to be not that easy due to lack of good libraries !! (yes, even i am surprised!! maybe i did'nt ...
2
votes
1answer
83 views
Does inotify work in the face of poorly synchronized clocks?
Here's the scenario:
A central machine running Linux is a "data store" for a number of instruments.
The instruments each have a PC, and each one has a remote mount (SMB) on the data store to which ...
2
votes
3answers
248 views
How to PHP copy across SMB mount
I have a simple script which copies a file from one SMB mount to another. The source file system is the same, but the web server is different. I'm using PHP to process the file by copying it to a temp ...
2
votes
1answer
728 views
PHP SAMBA/SMB/CIFS and smb4php classes
have to access some media files from Network storage to be accessible through SMB and Common Internet File System. PHP website is required to do file manipulation operations on remote storage block. ...
2
votes
3answers
2k views
Ant Task To Copy To Windows Share (SMB)
Is there an ant task (similar to ftp or scp tasks) that would allow me to copy a set of files to a windows (smb) share?
Edit: I had to create a task using jcifs for this. If anyone needs it, here is ...
2
votes
1answer
1k views
Hudson Windows service slave launch causes SmbException
We just acquired three new build slaves for Hudson, which are running Windows XP x64. We're having issues deploying to these that we haven't seen before (we have two other XP32 machines already ...
2
votes
1answer
148 views
What type of network traffic does not use Winsock in Windows?
I am developing some low-level stuff (LSP) and found out, that SMB traffic does not go through LSP, because SMB does not use Winsock. There is a paragraph in MSDN about it, but this is in part of MSDN ...
2
votes
2answers
161 views
How does srv.sys decide on raw vs core mode depending on the underlying filesystem?
We are developing a file system for Windows using IFS Kit.
We started to investigate a performance problem which caused our file system I/O to be much slower when shared over the network. After ...
2
votes
3answers
543 views
How do I configure a Vista Ultimate (64bit) account so it can access a SMB share on OSX?
I have Windows File sharing enabled on an OS X 10.4 computer. It's accessible via \rudy\myshare for all the Windows users on the network, except for one guy running Vista Ultimate 64-bit edition.
...
1
vote
1answer
26 views
php to access shared smb folder (user/password protected)
WAMP server
PHP fopen function needs to open file in shared folder //server/folder1/file1.txt
php has SYSTEM user permisions, but shared folder is visible only for userX/password
how can i open ...
1
vote
1answer
54 views
Jenkins - ArtifactDeployer: remote copy fails
I'm using the ArtifactDeployer plugin to deploy the build job artifacts to a remote location (Windows share SMB).
However Jenkins never manages to succeed. Throwing errors like:
[ArtifactDeployer] ...
1
vote
0answers
34 views
Android App Chooser does not show up when trying to stream smb file
I try to stream a video file from a hdd recorder via the smb protocol to android.
"VPlayer" is able to play such files, now i tried to navigate to this file with my app, start an app chooser an ...
1
vote
1answer
68 views
smbtree on Mac OS X Lion
Where can I get smbtree for Mac OS X Lion? It came with Snow Leopard and previous versions but it's no longer shipped.
Surely there must be another way to get it?
1
vote
1answer
106 views
C# Cifs/Smb Client Helper class
I need to read/write to a shared path. I was wondering if there was something similar to the JCIFS library for java in C#?
If not, how do I accomplish this by providing a domain, username and ...
1
vote
2answers
296 views
SMB/samba support on iOS?
I check iOS document and also google it for a while and get the impression that iOS does not support samba (although there is a samba app for jailbreak iPhone).
But then how do the app FileBrowser ...
1
vote
3answers
318 views
Python Linux-copy files to windows shared drive (samba)
this question is similar to copy files to nework path or Drive using python
However, I am on Linux and trying to copy files to a windows shared network accessed through samba.
I tried the code:
from ...
1
vote
0answers
86 views
Using C#, how can I determine the Server Message Block version?
I would like to determine the network protocol (Server Message Block, version 1 or 2) using C#.
Is there anybody who knows how to do that?
1
vote
2answers
642 views
How to create SMB iPhone/iPad client application
I can smell a smoke from my head a little bit.
I'm trying to create an iPhone/iPad application which can find computers in the network and then browse their shared directories and for example read ...
1
vote
3answers
664 views
File sharing over the internet - WebDAV / SMB / FTP
We are developing a web based application which provides a repository of users case files. Would like the user to be able to access these from their web browser with full read write capability.
For ...
1
vote
0answers
572 views
Is there a SMB / CIFS (Windows share) C# client with support for credentials?
The question
Is there a .NET class library which would allow me to access remote files hosted on Windows Shares (SMB / CIFS) using specific credentials ?
My requirements
Ability to use specific ...
1
vote
2answers
163 views
Modify smb.conf from PHP?
I need to add/remove SAMBA shares through PHP or via SSH (ssh link from PHP).
So far the only solution I've found is a class for primitively handling the file, which I haven't got very much faith in ...
1
vote
5answers
1k views
Access a network share from an asp.net app. Works in Visual Studio but not in IIS, why?
I have a network share in the intranet that allows write access to everyone (guest)
So, i wrote a program (mojoportal module, anyway it's the same, i think) in c# that writes some files in that path, ...
1
vote
1answer
958 views
symbolic links work when shared to Windows or Linux (smb), but broken when shared to Mac (afp or smb)
On a Mac, I have a shared folder, ~\Documents. There are two subfolders, Data and Data_2011, the former containing folders of files from the last several years, and the latter containing symbolic ...
1
vote
0answers
103 views
ASP.NET ConfigurationErrorsException when serving images via UNC on IIS6
I have a virtual directory in my web app which connects to a Samba share via UNC. I can browse the files via Windows Explorer without issue, but my web app throws a yellow screen with the following ...
1
vote
1answer
570 views
Copy files to network path or drive using python on OSX
I have a similar question like the one asked here but I need it to work on OSX.
http://stackoverflow.com/questions/2625877/copy-files-to-nework-path-or-drive-using-python
So i want to save a file ...
1
vote
2answers
537 views
cygwin's expect doesn't work with net use?
I need to automate the 'net use' command on cygwin.
The command is 'net use /user:"name" \somewhere'. And 'Enter the password for 'name' to connect to 'prosseek':' is expected to enter the password.
...
1
vote
1answer
2k views
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 my HREF I wrote file://server/Share2/folder3
Most browsers handle it fine (mount the share and open a ...
1
vote
1answer
547 views
Detecting file modification on a remote SMB share using PHP
I'm writing a PHP process that will run on a Unix machine that will need to monitor a remote SMB server and detect new files that are being uploaded to that box via FTP. It's unlikely I'll be able to
...
1
vote
1answer
656 views
File.Copy and after-copy error checking
I would like to ask if anyone knows about reliability of File.Copy in a UNC path file copy. I have a file locally and the target is an smb share (SAMBA etc). Take for granted that the impersonation ...
1
vote
1answer
2k views
Is there any free network drive/share benchmark tool for Windows?
I want to know if there is any free tool to test the performance of a smb/CIFS network share. All free speed test I saw were for local drives only.
1
vote
2answers
126 views
Is there a unique id for files?
I have the question http://stackoverflow.com/questions/990759/how-do-you-track-files-in-smb-with-an-application open and I was woundering whether maybe there are unique id's for files so that I can ...
1
vote
4answers
2k views
Win32: API calls to list available network shares on a server?
Assume I have access to a SMB server at IP 1.2.3.4, how can I determine the list of available shares?
Windows Explorer can do it when I enter a UNC path \\1.2.3.4\ - but command prompt "dir ...
1
vote
2answers
2k views
mount a windows smb share on OS X as so it can be accessed by 'www' user
trying to mount an smb share on OS X so that the 'www' user can read files from there.
the SMB share is accessible via an Active Directory account. I can mount the share through the Finder (cmd-k ...
1
vote
1answer
1k views
NMBLookup OS X returning inconsistant results
We're trying to get SMB volume listings in our OS X application, and have been using NMBLookup, as suggested by Apple, to get listings. However, more often than not, we're not able to get a full ...
0
votes
0answers
10 views
Android ServerSocket programming with jCIFS streaming files
I've got a bit of an issue and I've been asking regarding it quite a few times, but I think I'm one step closer now, so hopefully someone can help me with the rest.
My previous questions:
Connect ...
0
votes
0answers
26 views
Android smb jcifs alfresco
I have two Android phones: smb server and client (jcifs library and alfresco is used). They are connected via wifi. when connection is failed, transmission stops and such error occures on client's ...
0
votes
0answers
23 views
Java JCIFS listFiles() method too slow
I am using JCIFS SMB client as follows:
NtlmPasswordAuthentication authentication = new NtlmPasswordAuthentication(domain,username,password)
String sourcePath = "smb://175.25.14.1/apps\$/Data/"
...