From: The Higgs bozo Date: 2009-02-17T17:20:24+09:00 Subject: Re: Accessing shared windows smb:// folder sa 125 wrote: > > Dir.entries('smb://hostname/shared').each { |e| puts e } > > But obviously got a no such directory error. I know this isn't the way > to go, but I can't figure out how to read that location. I guess the usual way is to mount the smb filesystem and then use it as any other directory. Google for +linux +mount +smb. -- Posted via http://www.ruby-forum.com/.