TODO.md - transferwee - Download/upload file via wetransfer.com
(HTM) git clone https://github.com/iamleot/transferwee
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
TODO.md (519B)
---
1 transferwee can be considered more or less feature complete.
2 There are at least some known (and probably several unknown!) bugs
3 and possible TODOs:
4
5 ## TODO/Known bugs
6
7 - Gracefully handle possible file overwrites in download, no checks are done and
8 files are always overwritten.
9 - Write a `setup.py`
10 - Add SIGINFO/SIGUSR1 handlers to print the status of the upload/download
11
12 ## Possible TODOs
13
14 - Add a `-d dir` option to specify a base directory for upload/download?
15 - Convert `tests/check.sh` in pure Python code?