Anthony wrote: > This seems like it should be a simple solution, but I don't know > enough Ruby to do it. I am using Ruby 1.8.4. What I want to do is > browse a directory on a different computer (server) than the one > running Ruby. I know I can use Dir to browse directories, but I can't > get it to find the other server where the files are stored. Any help > is greatly appreciated. > > Well you need to choose protocol - proably should take a look at ruby implementation of Ftp. have fun and remember about uncle google