Re: How enable ftp to localhost wordpress site?

2020-07-31 Thread Bill Cole
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

Re: How enable ftp to localhost wordpress site?

2020-07-31 Thread Daniel J. Luke
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

How enable ftp to localhost wordpress site?

2020-07-31 Thread Murray Eisenberg
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