Hello All ,
I have a requirement where I would need to sFTP some files from lotus as a scheduled task.I’m familiar with FTP from lotus through executing batch process and also the ftpsession class.
Can any one please suggest the methods for doing the sFTP from Lotus.
If any sample code is provided it would be greatly appreciated.
Thanks.
Subject: How to do sFTP from Lotus
look for notesFTP in the sandbox. I’m not sure where to find it out there as I got it from some other database we have, but I know it’s there. Works really nice – LotusScript
Subject: RE: How to do sFTP from Lotus
thanks xie.I did used NotesFTP for many of my requirements.But I’m looking for sFTP (FTP SSH) not FTP transfer procedure.
I would appreciate if you would provide any idea or information of how it can be done.
Thanks.
Subject: RE: How to do sFTP from Lotus
You need to use java. opensource lib for sftp you can try used this http://www.jcraft.com/jsch/
Subject: RE: How to do sFTP from Lotus
Dear Mohd ,
I’m fairly new to Java.I’m good at lotus script and functinalities are all in Lotus Script.
Would you mind explaining step by step how it can be done.
Thank you very much for your time.