For example,
If the input is: torf -z public demo-folder
then the resulting .torrent file should be named something like [public] demo-folder.torrent or PUBLIC.demo-folder.torrent
and if the input is: torf -z private demo-folder
then the resulting .torrent file should be named something like [private] demo-folder.torrent or PRIVATE.demo-folder.torrent
Basically appending the profile name at the start of the torrent file to prevent overwriting and help recognizing what .torrent file is made with what profile when making multiple torrents using multiple profiles for the same folder/file.
For example, If the input is:
torf -z public demo-folder
then the resulting .torrent file should be named something like[public] demo-folder.torrent
orPUBLIC.demo-folder.torrent
and if the input is:torf -z private demo-folder
then the resulting .torrent file should be named something like[private] demo-folder.torrent
orPRIVATE.demo-folder.torrent
Basically appending the profile name at the start of the torrent file to prevent overwriting and help recognizing what
.torrent
file is made with what profile when making multiple torrents using multiple profiles for the same folder/file.