Ras I have yet to find an app that will allow me to split RAR files and password-protect them. If you know of any, please let me know.
This can be done from the command line, but requires a few steps first.
You can download the RAR command line utility from https://www.rarlab.com/download.htm
After the file is downloaded, go to the extracted "rar" folder.
Since the extracted rar file (in the folder above) is not notarized by Apple, you need to open it once in the finder by right-clicking on the rar file and choosing Open. A warning will appear and if you agree, choose Open.
The terminal window will open, but you can close it.
Then select the RAR folder and right click on it, go to Services->New Terminal at Folder
Terminal will open again in the selected folder.
Then in terminal use the following command to create RAR volumes (10MB each):
./rar a -v10M filename.rar /path/*.jpg
Or to create RAR volumes with a password "test":
./rar a -ptest -v10M filename.rar /path/*.jpg
The above example creates volumes of 10MB each, but you can change this to whatever you want:
-v1M
-v500k
etc.
Ras Were you able to determine anything from the logfiles that I sent you?
No, it looks like the socket debugger was not enabled.