1
vote
1answer
42 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 unlik …
0
votes
1answer
149 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 ma …
0
votes
1answer
77 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 …
2
votes
2answers
113 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 Bus …
0
votes
1answer
62 views
After upgrading Fedora, why can I no longer change permissions of a file mounted via SMB
I had been running Fedora 9 for the last year --- I have a Windows box (actually a VM) that mounts a folder on the Fedora box using my own name/password. I do this so that I can ru …
2
votes
2answers
84 views
How does srv.sys decide on raw vs core mode depending on the underlying filesystem?
Hello,
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 ov …
0
votes
0answers
31 views
ImportError: No module named smb
PySamba is a Python library that provides a full wrapper for the Samba CLI library provided with samba-3.0.24. It includes a Python module that hides the complexity of the lower la …
2
votes
1answer
383 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
0answers
31 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 thi …
1
vote
4answers
293 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 p …
1
vote
2answers
68 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 fi …
-2
votes
2answers
77 views
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 …
0
votes
0answers
103 views
NtlmSsp vs kerberos
can anyone elaborate the different?
i'm currently using ntlmssp.authenticaten ( jcifs) but seems not able to do getPassword(). it's always return null
2
votes
4answers
677 views
FileNotFoundException thrown when the file does exists.
Hello.
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 sta …
6
votes
5answers
1k 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 …
