View Single Post
  #1 (permalink)  
Old November 24th, 2006
pawelsz's Avatar
pawelsz pawelsz is offline
Phex hardcore user
 
Join Date: September 13th, 2005
Location: europe
Posts: 56
pawelsz is flying high
Default Running Phex without GUI

Hello i have found in Phex-messy-wiki-documentation, that it is possible run Phex without GUI.

So i have run it.
Code:
java -Xmx256m -Djava.awt.headless=true -jar /usr/local/phex_2.8.10.98/phex.jar
And now...

How i can check how much and what files i have already uploaded ?
How i can check current connections ?
How i can share new files ?

I know that this will require modifcation of *.xml files.
But there is NO expleinantion about them.
In example we have: sharedlibrary.xml, I understand what is SF, FID and SHA1. But i have no idea what is LM, or TxRH, TxLLN - i dont see this in all shared files.

Maybe someone should write some kind of documenatation about those files.
Then someone could write some kind of parser for this .xml file. In perl or bash

etc. etc.
Reply With Quote