mleku on Nostr: fun thing i learned yesterday, the curl tool cannot stream out a file larger than ...
fun thing i learned yesterday, the curl tool cannot stream out a file larger than available memory
as a result, in my ongoing quest to implement a network based import feature i have to write a custom import tool that sends it out in a stream... i don't see why it can't be fed in as a stream just that stupid curl is written to copy to memory then copy to network instead of write file to http transmission
as a result, in my ongoing quest to implement a network based import feature i have to write a custom import tool that sends it out in a stream... i don't see why it can't be fed in as a stream just that stupid curl is written to copy to memory then copy to network instead of write file to http transmission