Question
Uploading to my droplet seems very slow
Hello. I do something like this:
“sshfs root@myAddress:/otherfs
cd otherfs/home/myApp
git pull myLocalRepo ./myApp
And this works terribly slow. (5kb/second)
How can I speedup my process of uploading app ?
Thanks
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.
×