import owncloud
oc = owncloud.Client('http://cloud.testestestest.fr/')
oc.login('+++++++', '++++++')
try:
oc.mkdir('testdir')
except:
pass
oc.drop_file('/home/aymeric/Codage/AEVE-REC-API/app/test.txt')
Hello, my file is upload with succes but in my nextcloud it's empty. Yet there is local content
Thanks you
Hello, my file is upload with succes but in my nextcloud it's empty. Yet there is local content
Thanks you