From: Anthony Date: 2007-11-28T02:10:05+09:00 Subject: Re: Accessing a file server with ruby I don't want FTP. I just want the program to look into the directory and see whats there. Google has not been much help at all. Using Ruby 1.8.6, I can use Dir['servername'] and see what's there. This doesn't work in Ruby 1.8.4. I can use Dir['C:/'] but can't get it to jump to another server. If nothing else, is there an easy way to update to Ruby 1.8.6? Will I have to reconfigure my servers?