Everytime i try to FTP from File Zilla i get the following error Error: Received unexpected end-of-file from SFTP server Error: Could not connect to server
How do i ftp and transfer my files.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hello,
If you are trying to FTP into your droplet; this will not work. The protocol you need to use is SFTP and / or SSH. If you would like to use FTP you would need to setup a FTP service. And like said above, if you created a droplet without an SSH key but with a generated password you will have to change the password the first time you login. You have to use the SSH protocol for this.