I have a droplet I set a password for and set filezilla to access it. Filezilla can view the directories on it and create a directory on it.
I have some video files on my local machine, they are e.g. 100MB+
When I try to send the files over I get issues so I tried just one file.
If I try to copy the file onto google drive, then no problem. 138MB file transferred in 2 minutes.
But if I try with filezilla to put the file on the droplet. Then I have problems.
After first minute still 0.1% done, from that 2318 file,
then it said timeout (i set the timeout to 100 seconds)
Then it continues and it says 0.5%
it basically downloads a little bit for a second, then stops.
then timeouts
then tries again maybe does a bit more
I had googled how to transfer files to my droplet and found this guide
https://docs.digitalocean.com/products/droplets/how-to/transfer-files/
recommending filezilla.
My SSH server has a very strong password and no SSH key, though I don't think that matters and doesn't matter for this. Filezilla could connect as I entered my droplet's password into it.
Note- I don't know what tag to use as there's no option for file transfer, so I used ubuntu as a tag. It is an ubuntu droplet.
Thanks