Re: JSCH Help

2008-06-13 Thread Chris Strzelczyk
Thank you for your prompt reply. I have solved my issue. I didn't have ant-jsch.jar loaded and thus I didn't have the Scp class it needed. Here is a copy of the working code: On Thu, Jun 12, 2008 at 5:15 PM, Anderson, Rob (G

RE: JSCH Help

2008-06-12 Thread Anderson, Rob (Global Trade)
Did you compile Ant from source? If so, you may not have the scp Ant classes. When Ant compiles, it will only compile the tasks that have their library dependencies met. So if you compile Ant from source, then jsch from source, you will not have the scp task in your Ant binaries. However if you com