Dopo aver ripristinato il server FTP in High Sierra, come accedere a localhost?

2

Ho seguito le istruzioni qui link per ottenere un server FTP in esecuzione su High Sierra. Ma quando accedo a localhost, non mi riconosce come utente.

% ftp localhost
Trying ::1...
Connected to localhost.
220 ::1 FTP server (tnftpd 20100324) ready.
Name (localhost:[my username]): [my username]
530 Login incorrect.
ftp: Login failed

Che cosa dà? Come posso ripristinare me stesso come utente FTP? Grazie!

    
posta Richard Maneuv 19.04.2018 - 05:55
fonte

1 risposta

0

Ho finalmente risolto il mio problema.

#set file ownership so we can update WP
#https://www.fetchdesigns.com/blog/failed-to-connect-to-ftp-server-localhost21-wordpress-on-mac/
sudo dseditgroup -o edit -a <your username> -t user _www
sudo chown -R _www:_www <path_to_wordpress>
sudo chmod -R g+w <path_to_wordpress>

sudo chmod 777 .htaccess
sudo chmod 755 <path_to_wordpress>/wp-content/uploads

Spero che questo aiuti qualcun altro.

    
risposta data 05.06.2018 - 04:16
fonte

Leggi altre domande sui tag