> If the directory does not have the requested file(s), I don't get any > error, > or exception. It simply does not return anything. > > > > But if I am using JSch 0.1.35, with the same code, and if the directory > does not have the requested file, I get an exception:
Looks like they've change the API to make it more consistent with the typical java file operations where you get exceptions for these sorts of errors. Sounds like this is intentional and you need to change your code. -- M ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ JSch-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jsch-users
