danth / transfer

Transfer files into Nextcloud from a URL
https://apps.nextcloud.com/apps/transfer
GNU Affero General Public License v3.0
28 stars 3 forks source link

/tmp may have limited capacity #146

Open danth opened 8 months ago

danth commented 8 months ago

Especially on servers which use external storage, the temporary directory may not be able to hold a large file during the transfer.

The best solution to this will be to stream the file either directly the target location, or to the app's data directory, making sure to clean it up correctly if the transfer fails.