On Thu, 9 Nov 2023 at 12:26, BD dzidek23@gmail.com wrote:
How about using scp, it is like cp but over an ssh?
scp/rsync is how I'd have done it in the past but that (to my understanding anyway) needs A to have SSH access to B (or vice versa) so I'd either need password based logins (which is how I used to do it but I'm trying to be better!) or creating a key on A and authorising it on B (or, again, vice versa) which I don't really want to be doing for a one-off file transfer.