Re: The problem occurred when downloading a file by using a protocol "sftp" in pushpull

2012-08-07 Thread YunHee Kang
Hi Brian and Chris, I think Brian's comment is reasonable. Thanks, Yunhee 2012/8/7 Mattmann, Chris A (388J) : > Thanks Bfost, OK by me! > > Cheers, > Chris > > On Aug 6, 2012, at 10:41 AM, Brian Foster wrote: > >> hey yunhee and chris, >> >> we DON'T want to turn that off!... you need to conne

Re: The problem occurred when downloading a file by using a protocol "sftp" in pushpull

2012-08-06 Thread Mattmann, Chris A (388J)
Thanks Bfost, OK by me! Cheers, Chris On Aug 6, 2012, at 10:41 AM, Brian Foster wrote: > hey yunhee and chris, > > we DON'T want to turn that off!... you need to connect to the site either > using command-line sftp or something similar so you can accept adding the > sftp site to your known ho

Re: The problem occurred when downloading a file by using a protocol "sftp" in pushpull

2012-08-06 Thread Brian Foster
hey yunhee and chris,we DON'T want to turn that off!... you need to connect to the site either using command-line sftp or something similar so you can accept adding the sftp site to your known hosts file... sftp protocol is working correctly-brianOn Aug 06, 2012, at 01:28 AM, YunHee Kang wrote:Hi

Re: The problem occurred when downloading a file by using a protocol "sftp" in pushpull

2012-08-06 Thread YunHee Kang
Hi Chris, Yes, I will do that. Thanks, Yunhee 2012/8/7 Mattmann, Chris A (388J) : > Hi YunHee, > > Great job. Can you please file a JIRA issue for this and upload > a patch file? > > Thank you! > > Cheers, > Chris > > On Aug 6, 2012, at 1:28 AM, YunHee Kang wrote: > >> Hi Brian, >> >> I just ha

Re: The problem occurred when downloading a file by using a protocol "sftp" in pushpull

2012-08-06 Thread Mattmann, Chris A (388J)
Hi YunHee, Great job. Can you please file a JIRA issue for this and upload a patch file? Thank you! Cheers, Chris On Aug 6, 2012, at 1:28 AM, YunHee Kang wrote: > Hi Brian, > > I just have fixed the problem I had related with sftp protocol in > pushpull framework. > To fix it, I just added t

Re: The problem occurred when downloading a file by using a protocol "sftp" in pushpull

2012-08-06 Thread YunHee Kang
Hi Brian, I just have fixed the problem I had related with sftp protocol in pushpull framework. To fix it, I just added the following statement in the method connect() in the file JschSftpProtocol.java. session.setConfig("StrictHostKeyChecking", "no"); You can get more details about the above st