Subj : Re: Automating file transfers using FTP (or similar) To : Avon From : bcw142 Date : Sat Feb 13 2021 06:28 am Av> I'm stuck, on windows I had a batch file that called WinSCP and passed Av> some commands to a .tmp file that was in turn used by WinSCP. It Av> essentially logged in as a user and supplied password then does a 'put Av> %1' so that the main batch file can be called with an additional file Av> that you wanted to FTP to the webhost. Deon's answer is one, myself I generally use rsync for such things. Linux has ssh for easy setup and it makes a way to transfer files in to a system or between systems. I move things from my test setups to and from the main BBS using that rather than just ftp (which can be made to work as well). It will generally ask for a password in process, but on the local system using the login owner you wouldn't need one (works like cp or copy which you could also use), just from system to system. Once ssh is setup you can also use other tools like filezilla. You can securely transfer files anywhere in the world with the right permissions. --- Mystic BBS v1.12 A47 2021/02/01 (Raspberry Pi/32) * Origin: Mystic Pi BBS bcw142.zapto.org (21:1/145) .