mgilangjanuar / teledrive

The Google Drive/OneDrive/etc alternative using Telegram API
https://teledriveapp.com
GNU General Public License v3.0
2.06k stars 949 forks source link

Upload first to server and then to Telegram #477

Open albertopasqualetto opened 1 year ago

albertopasqualetto commented 1 year ago

Is your feature request related to a problem? Please describe. If I have to upload a big file, it does not use my full bandwidth.

Describe the solution you'd like A solution could be uploading to the server ad max speed and then the server will upload slowly to Telegram as a workaround to Telegram free plan limits.

birdup000 commented 1 year ago

Have you thought about compressing the file first into smaller files using like 7zip or winrar?

birdup000 commented 1 year ago

Is your feature request related to a problem? Please describe. If I have to upload a big file, it does not use my full bandwidth.

Describe the solution you'd like A solution could be uploading to the server ad max speed and then the server will upload slowly to Telegram as a workaround to Telegram free plan limits.

I also recommend you to try the staging branch as I added faster upload there (you dont need experimental enabled).

albertopasqualetto commented 1 year ago

Have you thought about compressing the file first into smaller files using like 7zip or winrar?

I have already did it.

albertopasqualetto commented 1 year ago

I also recommend you to try the staging branch as I added faster upload there (you dont need experimental enabled).

Good! I am not trusting an unstable branch since I want this service to be reliable and I do not have the time to re collect all files in telegram if something goes wrong.

Should I trust it?

birdup000 commented 1 year ago

I also recommend you to try the staging branch as I added faster upload there (you dont need experimental enabled).

Good! I am not trusting an unstable branch since I want this service to be reliable and I do not have the time to re collect all files in telegram if something goes wrong.

Should I trust it? it's working faster. Maybe wait until release 2.5.6 since there will be some more feature additions and fixes to be more stable.