Subj : exec/load/shell_lib.js To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Sat Mar 16 2024 08:34 pm https://gitlab.synchro.net/main/sbbs/-/commit/8e5820e44527ab42a40a856c Modified Files: exec/load/shell_lib.js Log Message: Fix user-to-user download function The JS file_area.user_dir is an object (not documented in jsobjs.html!) and bbs.list_file_info() method expects the directory number (not object) as the first argument. Reported by Jas Hud. .