On 31 Jul 2020, at 20:28, Murray Eisenberg wrote:
I’ve installed the MacPorts version of apache2 and have a working
localhost wordpress site running under apache2.
How to I enable ftp with this, so that I can ftp into the wordpress
site? (This is so I can install WordPress plugins.)
If it's
I'd strongly recommend you don't use FTP.
Use 'sftp' instead (if you've got sshd running on the server you can use sftp).
Most of the graphical ftp clients support sftp also.
For anyone out there who actually needs ftp, vsftpd is a pretty good choice
(but you probably don't actually need ftp, s
I’ve installed the MacPorts version of apache2 and have a working localhost
wordpress site running under apache2.
How to I enable ftp with this, so that I can ftp into the wordpress site? (This
is so I can install WordPress plugins.)
Is there some particular MacPorts port I need to add? and the