https://codereview.stackexchange.com/questions/124699/multi-threading-upload-tool

On Wed, Jan 10, 2018 at 11:46 AM, guettli <guettl...@gmail.com> wrote:

>
>
> Am Dienstag, 9. Januar 2018 01:08:48 UTC+1 schrieb Mike Morris:
>>
>> Though it is not a Drupal app, there is an excellent drop box type app in
>> PHP called "Download Ticket Service"... simple, no frills, entirely
>> cross-platform and open:
>>
>> http://www.thregr.org/~wavexx/software/dl/
>> I have no idea if it could be readily incorporated into your app, but
>> just FYI....
>>
>>
>
> Yes, this php project does a lot. My uploader does much less. But maybe we
> could agree on the basic http stuff...
>
>
>
> From their website:
>>
>> “dl” is a simple file sharing service for quick/one-off file transfers.
>> Upload a file to get a link you can share. Or create a sharing link to
>> receive files from others. The uploaded files are automatically removed
>> when left unused, requiring zero additional maintenance.
>>
>> “dl” is *built for your users*: easy to use with any browser, integrates
>> smoothly with Thunderbird
>> <http://www.thregr.org/%7Ewavexx/software/dl/thunderbird.html> for large
>> attachments, works on Android
>> <http://www.thregr.org/%7Ewavexx/software/dl/pokedl.html>, Windows, OSX
>> <http://www.thregr.org/%7Ewavexx/software/dl/dl-wx.html> or straight
>> from the command line
>> <http://www.thregr.org/%7Ewavexx/software/dl/README.html#command-line-client-dl-cli>
>>  for maximum convenience.
>>
>>
>>
>>
>>
>>
>> On 01/08/2018 04:16 AM, guettli wrote:
>>
>> Just for the records: Since I found no matching solution I wrote a
>> generic http upload tool: https://pypi.python.org/pypi/tbzuploader/
>>
>> For ftp there are thousands of clients, for automated upload via http I
>> found none. That's why I wrote above tool.
>>
>> Regards,
>>   Thomas
>>
>> Am Mittwoch, 25. Oktober 2017 16:57:31 UTC+2 schrieb guettli:
>>>
>>> I need a simple file uploading app.
>>>
>>> Every user should be able to upload files to his own area.
>>>
>>> This is the basic feature. You could think of additional goodies, but
>>> the first step is
>>> above feature.
>>>
>>> I tried to find an application which implements this, but failed.
>>>
>>> I tried this and other searches:
>>>
>>> https://djangopackages.org/search/?q=upload
>>>
>>>
>>> Before I start coding, I wanted to ask here, because I prefer re-using
>>> to re-inventing :-)
>>>
>>> Do you know an app which gives me this feature?
>>>
>>> Regards,
>>>   Thomas Güttler
>>>
>>>
>>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users...@googlegroups.com.
>> To post to this group, send email to django...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/django-users/016f37e6-3d91-40bc-bef5-8da625125117%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/016f37e6-3d91-40bc-bef5-8da625125117%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/ea66ee06-b01c-4972-a3ce-db8089a5e7af%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/ea66ee06-b01c-4972-a3ce-db8089a5e7af%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BFDnhKWLLNWdw08jw0hZ4G75yek3bnpSKH_Q%3D8OnJg44%2Bq-wQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to