Since I could not find a generic http upload tool, I wrote one myself. 

It is available here: https://github.com/guettli/tbzuploader 

The API is very easy: If the sever replies with 201 (http status for 
created) 
then the upload is considered successful and the local files get moved 
to a "done directory". 

Feedback is welcome. 

Regards, 
  Thomas Güttler 

Am Mittwoch, 13. September 2017 16:07:53 UTC+2 schrieb Thomas Güttler:
>
> I want to switch from ftp/scp uploads to our servers to a modern approach.
>
> I want to write a http client which uploads files to our servers.
>
> The script should be callable via command line and needs to run on windows.
>
> I want to write the server part with django-rest-framework.
>
> Could some one provide a hint how to implement above client the drf-way?
>
> I know that any http-client library could be used. But I am unsure since 
> there are
> too many ways to solve this.
>
> Regards,
>   Thomas Güttler
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to