Closed Sushrut1101 closed 2 years ago
I've tried uploading a large file (3.8GB) to oshi.at but the upload is stuck at 100%.
The Command I ran is:
curl https://oshi.at -F f=@out/file.zip -F shorturl=0
But the upload is stuck at 100%
Any Help Please?
I also tried using curl -T but same result :(
It's more likely your ISP doing shady business, try using .onion site or VPN.
It's more likely your ISP doing shady business, try using .onion site or VPN.
It's working fine on small files. Is there any file size limit?
The actual file size limit is which is shown on the main web page, it's 5GB currently.
Can you measure what time takes sending that 3.8GB file from your system? I guess it could be some timeout at one of our servers then, but may be as well your ISP that resets connections after some determined amount of bandwidth transfered.
Can you also please try uploading the same file via Tor browser here http://5ety7tpkim5me6eszuwcje7bmy25pbtrjtue7zkqqgziljwqy3rrikqd.onion to see if it will timeout the same way? This will at least show which end has the problem.
Also, are you able to upload a 1GB or 2GB file?
UPDATE:
To measure your upload time/speed, use the following command:
curl https://oshi.at -F f=@out/file.zip -F shorturl=0 -o /tmp/test
- this will show the progress of your upload and you will see all the metrics (the download link will be written to /tmp/test
).
I've tried uploading a large file (3.8GB) to oshi.at but the upload is stuck at 100%.
The Command I ran is:
But the upload is stuck at 100%
Any Help Please?