Question
FTP of my Droplet Don't WORK
So, hello all.
I followed this tutorial.
https://www.digitalocean.com/community/tutorials/how-to-set-up-vsftpd-on-ubuntu-12-04
But i have problem with FTP .
Transfer and Download of file don’t work.
Give me this error.
I use Filezilla.
Comando: CWD /home/antonio/nodebb
Risposta: 250 Directory successfully changed.
Comando: PWD
Risposta: 257 “/home/antonio/nodebb”
Comando: TYPE A
Risposta: 200 Switching to ASCII mode.
Comando: PASV
Risposta: 227 Entering Passive Mode (46,101,143,115,200,134).
Comando: STOR poll.json.txt
Risposta: 550 Permission denied.
Errore: Errore critico trasferimento file
Stato: Disconnesso dal server
Risposta: 421 Timeout.
Errore: Connessione chiusa dal server
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×