Displaying 2 results from an estimated 2 matches for "client_get_cur_dir".
2020 Aug 25
1
smbclient mask command seems not to work the same way with recurse ON for mget and mput
...2357 continue;
2358 }
2359
2360 /* Yes */
2361 SAFE_FREE(rname);
2362 if (asprintf(&rname, "%s%s",
client_get_cur_dir(), lname) < 0) {
2363 break;
2364 }
++ 2365 } else {
++ 2366 continue;
++ 2367 }
2368...
2020 Aug 25
2
smbclient mask command seems not to work the same way with recurse ON for mget and mput
Dear Andrew.
You are right, I should have taken a deeper look into the standard output
during compilation. I did just assume source4 was the one for Samba4.
Anyway, besides the source confusion (really, even if I had found the right
one, following the code would have been out of my reach), I don't seem to
find how that is related with the documentation issue, or the
mput/mask/recurse