I’ve got some agents set up using FTP that I need to convert to SFTP. I found some detailed notes from 2011 () in the 8.5 forum. Everything else I found was many years older than that. It looks like a non-trivial exercise in any case. Is the above as good a guide as any or does anyone know of something else semi-recent that walks through what needs to happen. Thanks!
Subject: SFTP in LotusScript too…
I am still using NotesFTP script library that has always been used since ages from old notes versions.
I have managed to make it work and now it successfully establishes the FTP connection.
However, I get the error on both .CurrentDirectory and .ChangeDirectory methods.
“Could not get current directory on host” and “Could not set current directory on host” respectively.
My connection parameter includes IP Address, username and password.
Any ideas?
Subject: an approach…
Take a look at this: http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/ef6f8223ba0e1c14852574ef0051c3e3?OpenDocument http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/ef6f8223ba0e1c14852574ef0051c3e3?OpenDocument
I used his ideas to implement file transfer to an sftp server that runs from an agent.
Subject: Thanks - that’s one of the oldies I had found
It looks like the same approach is still good - I was hoping that with the Notes releases since then and updates to SFTP tool that maybe it was simpler now, but I guess not. Thanks again!