Tagged Questions
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
576 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 ...
1
vote
1answer
107 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
310 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
667 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
574 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
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 ...
0
votes
1answer
30 views
trying to exec fop via php - 'Can't connect to window server'
I'm on Mac OSX 10.6,
I'm trying to generate a PDF from my Joomla PHP site, using exec to call fop via:
exec("fop -fo /temp/sample.fo -pdf /temp/doc".$now.".pdf > /temp/stdout.log 2> ...
0
votes
0answers
118 views
Connect to NAS device from Android
I'd like to add NAS support to one of my application, and it is critical that the application is capable of streaming the content and that it not has to download it to the device. The application will ...
0
votes
1answer
34 views
Which SMB message tell me the shared folder list? [closed]
If I have multiple shared folders, which SMB message will tell who they are ?
I use wireshark in hoping to catch that message, but it is weird that I can't find the message sent back from SMB server ...
0
votes
1answer
114 views
libsmbclient GPL issue. Seeking alternatives
We intend to develop an application that can access remote SMB shares from Linux, without mounting .e.g. in the form of "smb://sharedserver/sharedfolder".
It seems that we can achieve this by using ...
0
votes
2answers
362 views
How can I re-use an existing CIFS session or explicitly terminate one programmatically (W2K8 to Netapp)?
I have a program that runs on Windows and scans shares on a Netapp filer over CIFS. When the scanner runs on W2K3 and exits, running "cifs sessions -c " on the Netapp filer shows that the session is ...
0
votes
2answers
1k views
Open Java SMB server implementation
Is there an open implementation of a SMB/CIFS server in Java? The only implementation I can find at all is Alfresco's but it isn't open source.
A related question: assuming there is no such ...
0
votes
1answer
562 views
cifs/samba client library in C#
I am looking for cifs/smb client library in C# for accessing a SMB share from windows cifs client.
Any code snippet is highly appreciated.
0
votes
1answer
609 views
cifs/samba client library
I'm looking for some stand alone library to access SMB/CIFS shares.
I am not looking for mounting the shares, just browsing and accessing the files for reading.
Preferable something with a simple ...