Reputation: 345
Is it possible to make a connection to an SFTP repository with no additional libraries? It's important, that no further libraries are used to connect to the repository as I'm not "allowed" to use them. If it's not possible I'll have to live with it.
Thanks for your help. I appreciate it.
Upvotes: 0
Views: 106
Reputation: 19445
If you're running on a platform that has ssh
installed you could invoke command line processes using ProcessBuilder methods to perform whatever operations you need.
Agricultural I know, but probably pragmatic given the OP's circumstances.
Upvotes: 3