Torrentkino v0.26: Enhanced cli

April 17, 2014 | Torrentkino 

Starte 3 Server:

tk6 -l -f -a thorin
tk6 -l -f -a bilbo -b 21224
tk6 -l -f -a smaug -b 8443

Such mal…

$ tk http://thorin.p2p ftp://bilbo.p2p/pub https://smaug.p2p/owncloud

http://thorin.p2p
ftp://bilbo.p2p/pub
https://smaug.p2p/owncloud

Hm ja, naja, gibt es… Aber was ist mit dem Port?

$ tk -p http://thorin.p2p ftp://bilbo.p2p/pub https://smaug.p2p/owncloud

http://thorin.p2p:8080
ftp://bilbo.p2p:21224/pub
https://smaug.p2p:8443/owncloud

Aha. Aber ich hätte gerne direkt die IP Adressen.

$ tk -n -p http://thorin.p2p ftp://bilbo.p2p/pub https://smaug.p2p/owncloud

http://[2003:40:a71c:6c00:caf7:33ff:feca:a8f]:8080
ftp://[2003:40:a71c:6c00:ba27:ebff:fedf:2dcb]:21224/pub
https://[2003:40:a71c:6c00:f66d:4ff:fe6f:c3bf]:8443/owncloud

Damit kann man doch jetzt schon mal prima skripten. :)