CDIR
strlcpy(destdir, CDIR, sizeof(destdir));
if (!cust_dest && stat(CDIR, &buf))
if (mkdir(CDIR, 0777))
err(2, "%s", CDIR);