Hello, it is me again fighting UOPY.
I need to push a big file, and after multiple testing, I found that I could not push a file bigger than 128K. The process hangs there forever.
Is this a Unidata limitation or a UOPY limitation? Is there a way to change this limit?
Here is my code:
def pushFile(dname,fname): f = open(dname+'/'+fname,'rb')
lines = f.read() f.close() print('done reading') # print(lines) udfile = uopy.File(dname,session=_session) udfile.write(fname,lines) udfile.close() print("file uploaded")Any help is greatly appreciated.
------------------------------
Alejandro Garcia
Software Engineer Manager
F W Davison and Company Inc. DBA PrismHR
MA US
------------------------------
