LRZ Sync+Share library for uploads and other file management
Project description
This little library makes it easy to upload and manage files on LRZ Sync+Share.
Usage:
from lrz_sync_share import lrz_session lrz = lrz_session("username", "password", "ldap") lrz.login() lrz.upload("share", "a.txt") url = lrz.get_link("share", "a.txt")
Shibboleths
For the third parameter for lrz_session(user, password, shibboleth) use the following shibboleths:
Establishment |
Shibboleth |
---|---|
Gastkennungen/Guests/Extern |
ldap |
Akademie der Bildenden Künste |
ldap |
Akademie für Politische Bildung |
ldap |
BAdW LRZ WMI |
ldap |
Hochschule München |
ldap |
Hochschule Weihenstephan-Triesdorf |
ldap |
LMU München |
ldap |
TU München |
ldap |
Hochschule Kempten |
|
Hochschule Neu-Ulm |
|
Hochschule Rosenheim |
|
Ostbayerische Technische Hochschule Regensburg |
|
Universität Passau |
TODO
Editing filenames
Deleting files
Creating directories
Creating root folders
etc., basically full web functionality
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.