From c11b26e1f75b643997787b76f5181731058a28f9 Mon Sep 17 00:00:00 2001 From: kaa Date: Sun, 19 Nov 2023 00:56:10 -0800 Subject: Basis for directory listing and file download. --- config.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 9af76d6..055895c 100644 --- a/config.h +++ b/config.h @@ -1 +1,6 @@ -char *url = "https://sdccd.instructure.com/api/v1/users/self/files"; +enum { + cmdsize = 4096, + pathsize = 1024, +}; + +char *upload_key; -- cgit v1.2.3