I meant SFTP, not plain FTP… Just because I've been using a text editor
attached to Cyberduck that makes it easy to edit PHP files at distance
and check immediate effects.
Still, this is not critical now that my MAMP configuration works. I will
be able to do many trials at home before uploading the ones worth
sharing. ;-)
Bernard
Rainer Schütz wrote on 07/07/2020 11:05:
>> 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.
|