¿Cómo puedo modificar vsftpd.conf en macOS?

1

He instalado vsftpd a través de Homebrew, y encontré que el archivo vsftpd.conf debería modificarse para configurar write_enable = yes y poner el archivo.

Busqué en Google e intenté encontrar vsftpd.conf en mi MacBook, pero no pude encontrar dónde está.

Generalmente, en Unix y Linux, vsftpd.conf existe en /etc/vsftpd/ pero no puedo encontrar ese directorio en mi computadora.

¿Podría decirme dónde está vsftpd.conf en macOS?

    
pregunta Taiga Maki 24.03.2017 - 19:07

1 respuesta

1

Deberías haber obtenido el siguiente resultado al instalar vsftpd :

To use chroot, vsftpd requires root privileges, so you will need to run
  sudo vsftpd.
You should be certain that you trust any software you grant root privileges.

The vsftpd.conf file must be owned by root or vsftpd will refuse to start:
  sudo chown root /usr/local/etc/vsftpd.conf

To have launchd start vsftpd now and restart at startup:
  sudo brew services start vsftpd
Or, if you don't want/need a background service you can just run:
  sudo vsftpd

Entonces, tu archivo vsftpd.conf está en /usr/local/etc .

    
respondido por el nohillside 24.03.2017 - 19:29

Lea otras preguntas en las etiquetas