On 8/3/05, BTrout@xxxxxxxxxxxx <BTrout@xxxxxxxxxxxx> wrote:
> works perfect .... how do you get the the status and messages
>
> is it ....Status.Exception.<something>
>
> how do you find out what <somethings> that are available ?
Well, that should be documented in Net::SFTP; it's not a standard
library or exception. If you can't find it documented, then try (in
irb) getting ...Status.Exception.instance_methods(false); if you get
[], then you'll want ...Status.Exception.instance_methods -
Object.instance_methods. Also, you can look at the source for
Net::SFTP to see.
-austin
--
Austin Ziegler * halostatue@xxxxxxxxx
* Alternate: austin@xxxxxxxxxxxxx
|