From: "Morris, Chris" Date: 2002-01-29T22:16:15+09:00 Subject: RE: howto copy files from NT box to NT servers Also, ftools.rb (in the distribution) has a copy routine. I haven't tried it on Windows, but I'm pretty sure it's not *nix bound. IIRC, RubyCookbook.org also has a recursive copy routine in there. > -----Original Message----- > From: Dinakar Desai [mailto:Desai.Dinakar@mayo.edu] > Sent: Monday, January 28, 2002 1:48 PM > To: ruby-talk@ruby-lang.org > Subject: howto copy files from NT box to NT servers > > > Hello all: > > I have NT box and five NT servers on LAN. I would like to > copy few files from > NT box to NT servers quite often. I tried following code but > something is > wrong and does not work.