NSA325v2: Transmission default download folder
All Replies
-
Thanks but I don't understand how that helps me to edit this setting. If I understand correctly you gave me earlier the file path to the general settings of the Transmission app? How do I go from there to specifically editing where Transmission saves the files?
This is what I get when entering the command:
"
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~- /i-data/sysvol/.PKG/Transmission/config/Transmission/settings.json 1/1 100% "
What would be the next step here?
0 -
You should have seen the contents of the file, but instead you see nothing. So either the file is empty, or it isn't there. Is it possible that you installed Transmission on another volume than default?
0 -
Yeah I just reinstalled Transmission and chose to put it on "Volume 3" instead of "Volume 1" which would have been the default.
Do I have to reinstall again or can the command be edited to fit the current location?
vi /i-data/sysvol/.PKG/Transmission/config/Transmission/settings.json
I tried changing sysvol to "sysvol3" but it did nothing.
0 -
If the volume is not the default one, the path to the file is not predictable, as the mountpoints of the volumes are random names (sysvol is not really a directory, but a symlink to the random name which contains volume 1).
Yet it is easy to get a list of the random names:
ls /i-data
1 -
Thanks Mijzelf,
That did not go as planned though.
ls /i-data
Did get me a list of 3 random "file names" but replacing "sysvol" on the command you gave with either of those changed nothing. File is empty or not there.
Any clue?
0 -
find /i-data/
will give a full listing of all files in /i-data/, with their full path. That is way to much, so you can filter it on paths containing transmission (as string):
find /i-data/ | grep -i transmission
The -i makes the filter case independent.
If that is still too much data, you could add a json filter:
find /i-data/ | grep -i transmission | grep -i json
0
Categories
- All Categories
- 415 Beta Program
- 2.4K Nebula
- 151 Nebula Ideas
- 98 Nebula Status and Incidents
- 5.7K Security
- 277 USG FLEX H Series
- 277 Security Ideas
- 1.4K Switch
- 74 Switch Ideas
- 1.1K Wireless
- 42 Wireless Ideas
- 6.4K Consumer Product
- 250 Service & License
- 395 News and Release
- 85 Security Advisories
- 29 Education Center
- 10 [Campaign] Zyxel Network Detective
- 3.6K FAQ
- 34 Documents
- 34 Nebula Monthly Express
- 85 About Community
- 75 Security Highlight