Ticket #122 (new defect)

Opened 1 year ago

Last modified 1 week ago

libsyncml syncml-http-client command line argument is wrong

Reported by: yjseo Assigned to: ehabkost
Priority: highest Component: SyncML-Plugin
Version: 0.X Severity: critical
Keywords: Cc:

Description (Last modified by felixmoeller)

syncmal-http-client shows following help:

syncml-http-client --port 9999 --url 192.168.0.100 --sync  text/x-vcard addressbook

But I met some error and found the season. syncml-http-client uses soup_message_new() function and this accepts URI as argment.

I think as follows.

  1. --port argument is unnessary.
  2. --url must be
     syncml-http-client --url http://192.168.0.100:9999 --sync  text/x-vcard addressbook
    

Change History

08/12/08 14:10:29 changed by felixmoeller

  • description changed.