> On 7. Jul 2020, at 09:56, Bernard Bel <ber...@gm...> wrote:
>
> creates the correct out.sco file while it sends the "console" output to apache_error.log:
The typical/expected interaction of a php-app would be to pipe output to the next web-page.
> This might be a very good option. Thus, PHP files created for various tests/demos could be shared by authorized contributors, and some of them arranged on a Wordpress site. I guess we would access this environment via FTP?
Nowadays the standard is ssh and scp for transfer of individual files. With modern net-speeds ssh gives you a shell/console as if you were sitting in front of your local workstation. If want to move large amounts of files, sftp (or ftps) are available. Using ftp is a bit faster, but allows every sniffer, and people with access to server logs, to read your credentials in plain written language ;-)
Best
.r. |