DLBerger

Results 4 issues of DLBerger

I found this the hard way. Degoo sees MyFile and MYFILE as the same file/directory. Like Windows it retains the filename as created, but trying to create any other variants...

I seem to get for following on many files: Traceback (most recent call last): File "/home/dberger/degoo.DLBerger/./degoo_put", line 286, in sys.exit(main()) File "/home/dberger/degoo.DLBerger/./degoo_put", line 211, in main result = degoo.put(args.local, args.remote,...

I've noticed several places where you assume the location of directories and/or files. This is a classic problem for many Windows programs. The environment will tell you where these locations...

1) Initial task window with NoProgress checked and SHOW PROGRESS not checked ![Task Window 1](https://github.com/user-attachments/assets/d1f7e3d1-a25d-4054-976f-e2dcf5278587) 2) Task window after SHOW PROGRESS checked - notice 5 additional logging boxes checked ![Task...

bug