Re-added support for https (#33)

This commit is contained in:
solusipse
2017-09-17 14:34:44 +02:00
parent 1cba8ad493
commit cdd910b150
3 changed files with 21 additions and 1 deletions

7
main.c
View File

@@ -68,6 +68,13 @@ int main(int argc, char **argv) {
}
break;
// https
case 'S':
{
fs.https = true;
}
break;
// output directory path
case 'o':
{