Closed jaredmichaelwilliams closed 7 years ago
Please, do not open issues for "questions". Especially for what looks like an illegal download :/ And the question should be directed to Transmission, since progress
do not use any special code for this program, so it must use usual coreutils (ps
may not show it correctly, tho, have a look at /proc
)
You guys have a label specifically for questions.
also its not an illegal download dont assume
and i wasnt saying it was specific to transmission. however transmission must have called one of the underlying commands. what i was asking was where that is handled
progress works on tranmission, i was just going for a shot in the dark when transmission was in process of running 'Move data file to'. It worked, gave me the right % and data.
however when doing
ps aux
i couldnt find one of the processes it looks for i.eprogress 2>&1 | sed -e "s/^.*://g" | sed -e "s/, or.*$//g" | sed -e "s/, / |/g" | sed -e "s/^ /sudo ps aux | egrep --color -i '(\/| )+(/g" | sed -e "s/$/)'/g" |bash
My question is where in the code is it accessing the underlying process inside Transmission?
Thank you for your time in advance.