I am trying to upload a file to my home network via pysftp. My local device is connected via WireGuard to a VPS.
I can use ssh
jumps to connect to the local device with
ssh -J user@VPS user@localdevice
Is there any way to do the same with pysftp?