Phantom Protocol Configuration File


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Phantom Protocol Configuration File
# 1  
Old 02-14-2015
Phantom Protocol Configuration File

I've been trying to set up the phantom protocol just to try it out. I compiled it fine, but when I ran it I got an error that the configuration file wouldn't load. I found that file didn't exist, so I created it with a blank file, but got this:

Code:
./phantom           
Loading configuration file test/user.conf
test/user.conf:1: parser error : Document is empty

^
test/user.conf:1: parser error : Start tag expected, '<' not found

^
failed to pasre config

I searched through the docs included in the download, but the only configuration file references I found were in C. Not XML or a language that would start with tags like in the error above.

I tried searching online, but most of what Google pulls up is references to a Mission Impossible movie rather than the actual phantom protocol.

If anyone knows about this let me know.

Doubt it makes a difference, but I'm running on Debian stable like their docs suggest.

Thanks
# 2  
Old 02-14-2015
Instead of Googling "phantom protocol", try "phantom protocol configuration". I don't see anything related to the movie in the results there.
# 3  
Old 02-14-2015
Quote:
Instead of Googling "phantom protocol", try "phantom protocol configuration". I don't see anything related to the movie in the results there.
Tried that too and "phantom protocol configuration file". No luck for me finding info with those.

I did find some links talking about the phantom protocol, but about half the hits on Google were for "Mission Impossible - Ghost Protocol". There were some with good detailed information. I'm just unable to find anything concerning the issue I'm having.
# 4  
Old 02-14-2015
Flipkart/phantom Command protocol contains some sample XML configuration files and links at the end to other configuration file information. Is this also the wrong phantom protocol?
# 5  
Old 02-14-2015
I believe that is a different protocol or software. That git hub link says "Command Protocol" and when I cloned it the folder was called "phantom.wiki". From what I could tell the files inside were for making php web applications that also use the phantom protocol.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Programming

Serial file transfer protocol / checksums

Hello ppl, I'm working on a windows program simulating an existing Unix program, the program is a firmware downloader, it sends a binary firmware file through the serial port (rs232) to a Set-Top Box running under unix system too, as i'm a poor unix user and not a unix programmer i choosed the... (10 Replies)
Discussion started by: nidal
10 Replies

2. UNIX for Dummies Questions & Answers

How do i transfer file using ftp protocol in Linux.

Hi , I want to transfer file using ftp protocol . I m using following linux distribution. LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch Distributor ID: OracleVMserver Description: Oracle VM server release 2.2.0 Release: 2.2.0 Codename: ... (5 Replies)
Discussion started by: pinga123
5 Replies

3. HP-UX

SFTP Protocol: How to transfer the file in PC Format

Hi, We are facing issue with files transfered using SFTP in Hp-UX. The transfered files are in Unix Format. That is, file format as UNIX (LF) instead of a PC format (CR & LF). How can we achieve file transfers as PC format using SFTP? Your help and input will be highly appreciated. ... (2 Replies)
Discussion started by: brap45
2 Replies

4. Shell Programming and Scripting

Secure File Transfer Protocol

Hi, Is there any protocol other than SFTP to transfer the file using secured connection SSH. ? Regards, Arthik (2 Replies)
Discussion started by: arthikbabu
2 Replies

5. AIX

w shows phantom user

Hi When i use "w" command, It list some users with "-" command. That means these use already logout,but still in the system somewhere, no process but list under the "w" and "who" command.How can i get rid of these user. Can anybody help me out.thanks a lot xiko (2 Replies)
Discussion started by: xiko
2 Replies

6. AIX

I created a phantom file now i can't delete it?

Ok, somehow i've managed to create two .ksh files with the same name. Impossible i know but somehow i did it by mistake... I was actually copying a file and renaming it as something else but as i was typing the copy name i hit the delete key by mistake and got the ^? characters in the file name... (9 Replies)
Discussion started by: Jazmania
9 Replies

7. Shell Programming and Scripting

Error transferring large file using sftp protocol

Hello All, I am not able to transfer large file completely (more than 60 MB) through automated SFTP script. It transfers only the partial file (approximately 55 MB) and it stops. I use "expect" command to transfer file in a automatic mode through script. The file transfer rate i get is around... (0 Replies)
Discussion started by: prashant.patel
0 Replies

8. Programming

File transfer using Zmodem protocol

can anybody guide me how do i initiate file transfer over modem using zmodem protocol... (0 Replies)
Discussion started by: borntorock
0 Replies
Login or Register to Ask a Question