Publish time 2013-7-6 20:48:46

[2013.07.06] How to check the chunks when you download /upload any files from mega

If you use the linux, you can use "ps -aux" command to file the pid of the browser or any program work in that moment,
then you can use the command "netstat -apn" to chek the ESTABLISHED number of specified PID.

Of course, windows can check the chunks, too.
But, you must use the command - tasklist to check the running programs' PID and use the command - netstat -aon or only -o  to chek the ESTABLISHED numbers of the specified PID.

for example,
I use the EasyScript to upload the files to mega and set the chunk numbers = 4 into the python script.

http://isnow.bdmv.info/temp/mega_test00.png

http://isnow.bdmv.info/temp/mega_test01.png

http://isnow.bdmv.info/temp/mega_test02.png

Yes, the script is right, the chunk number is indeed four.:D
btw, people also can  control the upload chunk number  by the "transfer settings" of  the background control pannel of your mega account.

reference:
http://rritw.com/a/caozuoxitong/Windows/20120526/166304.html


Pages: [1]
View full version: [2013.07.06] How to check the chunks when you download /upload any files from mega