From: Marc Heiler Date: 2008-06-05T05:14:56+09:00 Subject: Re: ruby-ftp - directory vs file? Solved it via .list (and help of someone else) "drwxrwxrwx 2 web netscape 8192 Oct 29 2007 images" The first pos indicates a dir. However I think it would be nice if the ruby ftp class could be extended to allow easy checks like that, as does standard ruby ( i.e. File.directory? ) -- Posted via http://www.ruby-forum.com/.