similar to: Lower and Upper Case and MS C# FilesystemWatcher

Displaying 20 results from an estimated 700 matches similar to: "Lower and Upper Case and MS C# FilesystemWatcher"

2007 Dec 12
6
namespace problem / 1.1beta11
Hi all, actually I got a problem with the namespaces in dovecot 1.1 beta11. It occured after purging index files and resynch via imapsync. Dovecot complains about "Unknown namespace", though it worked with versions before. I cannot comfirm for 1.1beta10, but I surely know 1.1beta9 worked with these settings. Example: From Folder [INBOX/Trash] To Folder [___________] To Folder
2006 Feb 03
1
Using samba volume with C# FileSystemWatcher class
I'm trying to monitor changes to the contents of a directory using the FileSystemWatcher class of MS Visual Studio C#. Here is my setup: Unix (Sun OS) with an nfs share pointing to a sub-directory on the local disk Windows XP (sp2) with the nfs share set up and mapped to the T: drive designator. Using "My Computer", I can open a window to the nfs share and see all of the files in
2011 Jun 16
1
Samba and .NET FileSystemWatcher
Hi All, I've been looking into a problem using the .NET FileSystemWatcher class in a VB application. The application is only receiving notifications for events in the root of the directory it is watching. E.g. When monitoring \\SambaServer\Files <file:///\\SambaServer\Files> \\SambaServer\Files\file.txt <file:///\\SambaServer\Files\file.txt> will give notifications but not
2010 Feb 04
1
Using the 'WatchSubDirectories' setting in a .NET FileSystemWatcher with a Samba Share
Hi all, I've just managed to upgrade to Samba 3.3 and am pretty ecstatic about finding i can now use FileSystemWatcher to watch for file changes in a directory. On a Windows system however, when I say 'watch $dir' with watchsubdirectories == true and $dir/a/file.jpg is changed, I get a filechanged notification - on Samba 3.3 this doesn't happen - does anyone know if it's
2020 Feb 23
2
Missing attributes on RODC.
Hello, we use Samba 4.10.13 as RODC for our Kopano mailserver. We have certain users and groups, were not all attributes are synced over to the RODC. For the users in question, we found out that if we do a manual "samba-tool rodc preload user", then that would also make the missing attributes appear on the RODC. So, any reason why certain attributes will not sync to a RODC? In our case
2006 Aug 15
6
FileSystemWatcher - has any one done this?
I''d like to monitor a folder and when someone drops a file in there I can take the files name and add it to a database. My dream is to have a folder always being watched. and if someone drops a file or folders with files into that watched folder, I take the filename(s) and insert them into a db and if the files are in folder I use the folder name(s) as tags for that file. make sense?
2004 Oct 08
0
Question about FileSystemWatcher
Has anyone ever tried to use .net FileSystemWatcher against a Samba server? Microsoft says that FileSystemWatcher commands only work against Win2k or greater servers. Does anyone know if Samba can emulate this support? FileSystemWatcher is a component of .net that let's the program listen for File system change alerts, such as when a file is written, changed, deleted, etc. Any help would
2012 Feb 16
2
import .csv file into R
Dear r-helpers, I read a .csv file into R with the following command: A<-read.csv2(file="Mappe3.csv") It worked fine, except that I would like to get rid of the points between the words and get spaces instead like I have got in the .csv file. At the moment it looks like the following: habe.mich.gut.mit.KlassenkollegInnen.verstanden hatte.gutes.Verhältnis.zu.Eltern
2005 Oct 25
1
FileSystemWatcher
Hi, I tried to use the FileSystemWatcher class on a Samba share. It does not work. Using API's is not that easy and I don't want to have it run on a timer. I would rather have it event driven.. I am using VB.NET and Samba 3.0.20b on SuSE 9.2 with RiserFS Will this class ever be implemented with Samba? I thought that Samba emulates NTFS to the outside world and it would not make a
2020 Feb 23
0
Missing attributes on RODC.
On 23/02/2020 18:54, Klaus Ade Johnstad via samba wrote: > One such group looks like this: > samba-tool group show Alle-Eltern > dn: CN=Alle-Eltern,OU=Kopano kontakter,OU=skole,DC=skole > objectClass: top > objectClass: kopanoGroup > objectClass: posixGroup > objectClass: group > cn: Alle-Eltern > description: Alle-Eltern > member: UID=M20313,OU=Kopano
2015 Nov 23
2
Cannot access Patriot Pro II from new system
Hi list, on my previous (lenny or squeeze) machine, I had it up and running, but that machine and configs are gone - and on my new jessie machine (see device and config details below) I cannot start the driver: # /lib/nut/bestups -DDDDD -a Patriot_Pro_II_750 0.000000 debug level is '5' 0.000806 send_to_all: SETINFO device.type "ups" 0.000842 send_to_all:
2015 Nov 26
4
Cannot access Patriot Pro II from new system
Hi Charles, thank you VERY MUCH for all your hints. > If you have a jumper wire handy, you can connect the PC's TxD to RxD I should have tried to connect from another computer in the first place. Or access another device known to work from this computer. It turned out that the shield I used to connect the mainboard connector to the PC case expected another mainboard pin layout. So all I
1998 Oct 16
0
Reisegutschein - Angebot der Woche
apropos reisen Urlaub ganz in Ihrer N=E4he !! Holen Sie sich Ihren Reisegutschein http://apopos.at/Gutschein/ Unser Angebot der Woche http://apropos.at/Angebot/angebot.htm apropos... Ihr Spezialist f=FCr ------------------------------------------------------ apropos... KUBA Total 1998/1999, apropos... COSTA RICA Natur pur 1998/1999, apropos... Gelbe Seiten MITTELAMERIKA 1998/1999 apropos...
1998 Oct 16
0
Reisegutschein - Angebot der Woche
apropos reisen Urlaub ganz in Ihrer N=E4he !! Holen Sie sich Ihren Reisegutschein http://apopos.at/Gutschein/ Unser Angebot der Woche http://apropos.at/Angebot/angebot.htm apropos... Ihr Spezialist f=FCr ------------------------------------------------------ apropos... KUBA Total 1998/1999, apropos... COSTA RICA Natur pur 1998/1999, apropos... Gelbe Seiten MITTELAMERIKA 1998/1999 apropos...
2011 Jan 09
4
IIS Change Notifications
Good afternoon all, I'm a web developer (c#) who also manages a small hosting environment. Roughly, our configuration is: Two IIS7 (Windows Server 2008 Web) servers which share configuration data and site files from a SMB share located on a ubuntu server. The ubuntu server is currently running 3.0.28a which is quite old, but read on. We've been having a problem with the change
2008 Mar 18
1
Error when producing multiple graphes
Dear all, Within a larger script I use the following code to produce barplots for all variables contained in a dataframe "type3m": for(xn in names(type3m)) barplot(table(type3m[[xn]]), main = paste ("Barplot of", xn), width=0.75,legend.text=barnamesm, xlim=c(0,4),ylim=c(0,400)) The plots are produced and printed into a *.ps file. However, R gives an error
2013 Jan 31
2
use name (not values!) of a dataframe inside a funktion
Dear Listers, can anyone help me, please. Since several days i try to figure out, how to assign values, vectors, functions etc to variables with dynamically generated names inside of functions. Sometimes I succeed, but the success is rather arbitrary, it seems. up to now i don't fully understand, why things like get, assign, <<- etc do sometimes work, and sometimes not. here's one
2010 Nov 09
5
Changes made to main.c on implementing real time Rsync
Hi, All, I am implementing real-time Rsync on Windows 2008 system. I set up Rsync server and Rsync client on two machines. An windows service is watching all the Windows file events with FileSystemWatcher. However, the service cannot tell the exactly what happened to folders such as create, delete, or modified. So, I ignored folder event, and only catch file changing events. After I catch
2006 Jan 23
1
How to call C# webservices
hey, i have created some webservices in C# with vb.net and IIS. i can go to them with http://localhost/Twodecode.Webservices/webservices.asmx Like: [Webservice] AddCity(string zip, string city) { ...do some stuff return "SUCCES"; } How must i call this from ruby?? I save an object, and then call the services. city = City.new() if city.save //call webservice else //do
2009 Jan 07
1
problem with initialising R-Project through C#
Hi, i got a problem with initialising R-Project from C# in this i m sending what are all the code line I had been written and the error where i got sc1 = new STATCONNECTORSRVLib.StatConnector(); sc1.Init("R"); and error at SCN_E_INVALIDINTERPRETERVERSION -2147221487 0x80040011 can any one suggest how can i resolve it thanks & regards; kiran [[alternative HTML version