Best Approach for SFTP Actions
Using: FS/SCM 9.2.55, PeopleTools 8.62.7
Use Case: from PeopleCode, perform file operations (list files, delete, rename, copy) on an SFTP site
PeopleSoft lets you use the attachment functions to simulate some of this - you can upload or download a file, but this doesn't seem like it's really designed for the full scope of file operations.
I was thinking of using the Apache Java SSHD-SFTP library because PeopleTools ALREADY includes the Apache SSHD prerequisites. I'd have to wrap it in a java class probably (to avoid issues with overloaded methods or generics).
Is there a better way to handle it?