diff options
author | kaa <kaa@disroot.org> | 2023-11-19 00:56:10 -0800 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2023-11-19 00:56:10 -0800 |
commit | c11b26e1f75b643997787b76f5181731058a28f9 (patch) | |
tree | d186d74acbe892e17b323a884e49868ed25532fd /config.h | |
parent | 5a30f14c78f7f82c41680b983bea4ce2fa938226 (diff) |
Basis for directory listing and file download.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1 +1,6 @@ -char *url = "https://sdccd.instructure.com/api/v1/users/self/files"; +enum { + cmdsize = 4096, + pathsize = 1024, +}; + +char *upload_key; |