Stewart McGown

Results 46 comments of Stewart McGown

I'm not even sure if its possible to get access to the original request object at this point. If not, we may have to add an extra setup step for...

you could pull off the same thing with this bash script ```bash #!/bin/bash wget -O $1 $0 python uds.py push $1 ``` you could run it like `push.sh https://archive.org/myfile.mp3 myfile.mp3`

@innowebka the script is clear enough!

Absolutely nothing in UDS allows you to do what you want. I've written you a bash script that can do what you want, by downloading a file to your computer...

No idea. Open to any suggestions. On Thu, 3 Jan 2019, 23:33 David Berdik, wrote: > Would it be possible to increase the upload and download speeds that can >...

I have been unable to convert even 8MB text files to Google Docs format. Have you had any verifiable experience with this?

No of course you can convert documents, that is exactly what my program does. But there is a **technical limitation** which says that Docs can have only 10 million characters....

I imagine that is to allow for word docs with images in them. You can test the behaviour I'm talking about by creating a fake base64 txt file: `base64 /dev/urandom...

@salvatorenitopi Good idea! I reckon it will allow us to process larger files without the enormous memory footprint needed currently :-)

Multithreading added with 13079d5. Encryption will be next!