IOS / ipadOS app with share action for SCP / SFTP

iosipadsftp

I've tried a few clients that come up with a search, notably

All of which have the basic functionality of transferring stored files from the Files app, but from my testing none of these have implemented a the share action (i.e. it's not an option when you click the share button and you're presented with AirDrop, Messages, Mail, etc.). Do any of the other apps out there have this?

Best Answer

You can SFTP using iOS Shortcuts app.

  1. Shortcuts can take input from a share action.
  2. Shortcuts has an action ‘Run Script Over SSH’ and passes action input to stdin.
  3. You can cat stdin to a file on the destination.