By Coopgrafik
I can’t seem to upload to my Droplet via SFTP. I can log in but if I try to upload files I get this error.
Could not change directory to “/var/www/domain.com”. Invalid response serial number.
Any ideas? I tried to just reset the root password but that didn’t help.
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!
Hello, @Coopgrafik
Would you mind checking the current disk space usage on your droplet? You can do that using the following command via ssh:
df -h
I assume you’re experiencing this error in your SFTP client (FileZilla or another). What you can also do is to check that the permissions of the folder are not 000 and are readable, writable - 755 or 750 should work for you.
You can also try to connect using the sftp client in your terminal/command line:
sftp -oPort=custom_port sammy@your_server_ip_or_remote_hostname
in order to get in another directory you can issue this command:
cd testDirectory
If everything is working then this might be an issue with the SFTP client. You can also check this tutorials:
Let me know how it goes.
Regards, Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.