From: Greg Brondo Date: 2004-05-25T12:58:42+09:00 Subject: Re: Ruby ftp class help Ok, seems the FTP server now disallows the SITE command (it used to work at my webhost). Anyway, that still doesn't explain why the class hangs when sending that command. It should read the "invalid command" response and exit gracefully or better yet throw an exception I would think..... When I ran a trace (with the set_trace_proc) it seemed to be hanging in a Thread.....Does the ftp class use threading? Thanks again, Greg Brondo "Greg Brondo" wrote in message news:PdmdnXNdzP0ZJS_dRVn-tA@comcast.com... > Ok. I seem to be the one to use the "not-so-well-written" classes in the > distro. Or maybe it's the lack of docs; dunno but it's annoying as all get > out. Anyway, I'm trying to write a super simple script to CHMOD a bunch of > files recursively on my web site (ftp access only). When I call > ftp.site("CHMOD 0755 blahfile") the process locks. Not sure what is > happening and I don't have time / nor should I have to fix standard library > code to get my job done (sorry about the tone -- I really really want to use > Ruby for more projects but due to the *unfinished* nature of it I cannot > justify by any means). > > Anyone else have *issues* with the ftp class/module ? > > Thanks, > Greg B. > >