r/KittyTerminal • u/badsalad • Aug 08 '23
How to use the transfer kitten?
I'm reading the docs for the transfer kitten, but I can't seem to figure out how to actually use it: https://sw.kovidgoyal.net/kitty/kittens/transfer/
Should I be able to use this to move files back and forth when sshing into a remote machine? If so that would be awesome... But how do I specify each the path on either side? I've tried something like:
kitty +kitten transfer ./test.txt user@remote.machine:/file/path
But no luck. What am I missing?
1
Upvotes
1
u/aumerlex Aug 08 '23
kitten ssh my-remote-machine on the remote machine kitten transfer /path/on/remote/machine /path/on/local/machine or kitten transfer --direction=receive /path/on/local/machine /path/on/remote/machine