From: Chris Shea Date: 2007-06-07T00:55:18+09:00 Subject: Re: Net::FTP : How to check whether chdir succeeded? On Jun 6, 2:43 am, "Ronald Fischer" wrote: > Does anyone know a reliable way to detect, whether Net::FTP#chdir was > successful? Even if the directory does not exist, no exception is > thrown. > > Ronald > -- > Ronald Fischer > Phone: +49-89-452133-162 You should be able to check with Net::FTP#pwd. You can check out the docs for Net::FTP here: http://www.ruby-doc.org/stdlib/libdoc/net/ftp/rdoc/index.html HTH, Chris