Hello,
     thanks Cristian, im not so good in this, then im going to reformulate
the  question to be a little more explicit and not to ruin something
if it is possible to be made  simple and if it is what truly need xD.

Im making a C program to send archive with bluetooth.

this is the code :

sprintf(comando_obex,"obexftp -b %s -B %d -U -p %s", MAC_dev,
canal_obex_object_push, objeto);
system(comando_obex);

after this i want to know if the send was or not succeed.
that i was trying to do is redirect the output to a archive ( whit > ) and
read the Sending line, but this create a empty file.  That is a little me
messy :$
Then the question is about what is the best way to do it. can be done with
the debug mode?

Excuse the annoyance, thanks for ur time and sorry for my bad English  =).


> ------------------------------
>
> Message: 2
> Date: Fri, 27 Apr 2007 01:35:06 +0200
> From: "Christian W. Zuckschwerdt" <[EMAIL PROTECTED]>
> Subject: Re: [openobex-users] Log Obexftp
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi,
>
> Maybe you are looking for debbuging?
> http://dev.zuckschwerdt.org/openobex/wiki/ObexDevelopment
>
> Specifically:
>
>   CFLAGS="-DOBEXFTP_DEBUG=5" ./configure
>   make clean ; make ; make install
>
>
> regards,
> Christian
>
> [EMAIL PROTECTED] schrieb:
>> want to know how can i log the output of the obexftp command.



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Openobex-users mailing list
[email protected]
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to