Subj : Re: Automating file transfers using FTP (or similar) To : Avon From : Vk3jed Date : Sun Feb 14 2021 09:22 pm -=> On 02-13-21 19:20, Avon wrote to All <=- Av> How can I setup something that allows me to run an automated file Av> transfer from my Linux system to my webhost? I'm trying to set things Av> up so that copies of the nodelist etc. are sent there when updated on Av> this new box. Av> I started to look at scp and sftp but on Linux I am lost. scp will work. Trick is to use SSH keys, and not have a password on your key, then copying a file is as: scp localfilename user@host:/path/to/destfile You'll need to use ssh-keygen to generate the SSH key pairs. The private key (id_rsa) goes in your ~/.ssh (that's .ssh under your home directory), and the public key (id_rsa.pub) goes into .ssh/authorized_keys in the destination user's home directory. .... There are no answers, only cross-references! === MultiMail/Win v0.52 --- SBBSecho 3.10-Linux * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109) .