Aver configurato un server FTP e un utente. ma sembra che non sia in grado di caricare o modificare alcun file.

Anche se lutente ha ottenuto lautorizzazione 777. Non posso nemmeno caricare file nella cartella principale dellutente.

Sistema operativo server: Ubuntu

Windows OS client

Server FTP / Client: fileZila

Registro:

Status: Connection established, waiting for welcome message... Status: Insecure server, it does not support FTP over TLS. Status: Server does not support non-ASCII characters. Status: Logged in Status: Starting download of /var/www/html/wp/staged/wp-content/themes/Newspaper/Newspaper/woocommerce/single-product.php Status: File transfer successful, transferred 1,193 bytes in 1 second Status: Starting download of /var/www/html/wp/staged/wp-content/themes/Newspaper/Newspaper/woocommerce/single-product.php Status: File transfer successful, transferred 1,193 bytes in 1 second Status: Starting upload of C:\Users\User\AppData\Local\Temp\fz3temp-2\single-product.php Command: PASV Response: 227 Entering Passive Mode (165,227,173,119,117,244). Command: STOR single-product.php Response: 550 Permission denied. Error: Critical file transfer error 

Autorizzazione file:

Autorizzazione file

Gruppi e utenti:

Gruppi e utenti

vsftpd.conf:

# Standalone mode listen=YES max_clients=200 max_per_ip=4 # Access rights anonymous_enable=YES local_enable=NO write_enable=YES anon_upload_enable=YES anon_mkdir_write_enable=NO anon_other_write_enable=NO # Security anon_world_readable_only=NO connect_from_port_20=YES hide_ids=YES pasv_min_port=50000 pasv_max_port=60000 # Features xferlog_enable=YES ls_recurse_enable=NO ascii_download_enable=NO async_abor_enable=YES # Performance one_process_model=YES idle_session_timeout=120 data_connection_timeout=300 accept_timeout=60 connect_timeout=60 anon_max_rate=50000 anon_mkdir_write_enable=NO anon_other_write_enable=NO #Userlist userlist_deny=NO userlist_enable=YES userlist_file=/etc/vsftpd.allowed_users 

vsftpd.allowed_users:

ftpuser 

Qualsiasi idea che cosa sta succedendo qui?

Aggiornamento: ho cambiato il permesso della cartella che contiene il file in 777, e ancora non funziona.

autorizzazione cartella principale

log:

Status: Logged in Status: Starting download of /var/www/html/wp/staged/wp-content/themes/Newspaper/Newspaper/woocommerce/single-product.php Status: File transfer successful, transferred 1,193 bytes in 1 second Status: Starting upload of C:\Users\User\AppData\Local\Temp\fz3temp-2\single-product.php Command: PASV Response: 227 Entering Passive Mode (*xxxxxxxxxxxx*). Command: STOR single-product.php Response: 550 Permission denied. Error: Critical file transfer error Status: Retrieving directory listing of "/var/www/html/wp/staged/wp-content/themes/Newspaper/Newspaper"... Status: Directory listing of "/var/www/html/wp/staged/wp-content/themes/Newspaper/Newspaper" successful Status: Disconnected from server Status: Connection closed by server 

Commenti

  • Controlla i permessi del file sulla cartella che contiene il file .
  • Grazie. Lho provato, ma ' continua a non funzionare. Ho modificato per postare con il registro. Qualche altra idea?
  • hai problemi di autorizzazione sulla directory di destinazione in cui carichi il file. controlla il permesso di questa directory C:\Users\User\AppData\Local\Temp\fz3temp-2. anche unaltra cosa è: Status: Server does not support non-ASCII characters. che il nome del file single-product.php contiene un trattino - che è un carattere non ASCII, prova a rinominare e rimuovere il trattino dal nome del file e vedi se va bene quando riprovi a caricare.

Risposta

Ho disinstallato vsftpd utilizzando:

sudo apt-get purge vsfpt 

Quindi lho configurato utilizzando questa semplice guida: Come configurare vsftpd

Ancora non so quale fosse il problema, ma ora funziona.

Commenti

  • Per me non ' non dovevo fare altro che installare vsftpd, rimuovere il commento per impostare write_enable=YES e (don ' non dimenticare!) riavvia vsftpd (sudo systemctl restart vsftpd) (Debian 10).

Lascia un commento

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *