Re: File Transfer

2010-03-01 Thread Erlend Leganger
On 1 March 2010 11:44, Seifert, Christian wrote: > > Hello everybody, > > i’ve succesfully tested the file transfer between my host und my policy > server. > > My problem is: > > I have a file on my server test.txt > > I can transfer this file from my server to

Re: File Transfer

2010-03-01 Thread Jarle Bjørgeengen
On Mar 1, 2010, at 11:44 , Seifert, Christian wrote: > > I want to start the transfer from the server and not from the > client. I think the transfer command should be on the server to > manage my network. > > I hope you can understand my problem. See chapter 6.2.1 in http://www.cfengine.org/

Re: File Transfer

2010-03-01 Thread Nicolas Charles
(like Hr00 to have the file transfered at midnight). Regards, Nicolas Seifert, Christian wrote: > > Hello everybody, > > i’ve succesfully tested the file transfer between my host und my > policy server. > > My problem is: > > I have a file on my server test.txt >

File Transfer

2010-03-01 Thread Seifert, Christian
Hello everybody, i've succesfully tested the file transfer between my host und my policy server. My problem is: I have a file on my server test.txt I can transfer this file from my server to a client if I started the server with the command "cf-serverd -v" and the client with &quo

Re: file transfer the 2nd try

2010-02-26 Thread Nakarin Phooripoom
You should add a shared point, either folders or files, to server access_rules. bundle server access_rules { access: "/srv/cf-serverd" admit => { "172\.24\..*" }; "/jawoll" admit => { "172\.24\..*" } } Cheers, --Nakarin On Feb 26, 2010, at 11:38 AM, Seifert

file transfer the 2nd try

2010-02-26 Thread Seifert, Christian
Here ist my configuration: cf-serverd.cf on the policy server: body server control { trustkeysfrom => { "172.24.1.58" }; allowconnects => { "172.24.1.58" }; maxconnections => "10"; logallconnections => "true"; } bundle server access_rules { access: "/srv/cf-serverd" ad

Re: File Transfer

2010-02-26 Thread Erlend Leganger
On 26 February 2010 11:00, Seifert, Christian wrote: > I want to transfer some files from a server to any client. That’s my task > > > Well, the example given can easily be expanded to transfer some files from a server (the policy server) to any client, so I think you have the solution or am I mi

Re: File Transfer

2010-02-26 Thread Erlend Leganger
On 26 February 2010 08:06, Seifert, Christian wrote: > Hello everybody, > > for my IT education i have to do a automatically file transfer from a > policy server to any client servers with cfengine. Has anyone a hint or an > example configuration on his machines which could help

RE: File Transfer

2010-02-25 Thread Zamboni, Diego
: File Transfer Hello everybody, for my IT education i have to do a automatically file transfer from a policy server to any client servers with cfengine. Has anyone a hint or an example configuration on his machines which could help me? Regards -- Christian Seifert

File Transfer

2010-02-25 Thread Seifert, Christian
Hello everybody, for my IT education i have to do a automatically file transfer from a policy server to any client servers with cfengine. Has anyone a hint or an example configuration on his machines which could help me? Regards -- Christian Seifert