Yealink Forums
Download Local Directory by Command Line Tools - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: General topics (/forumdisplay.php?fid=15)
+--- Thread: Download Local Directory by Command Line Tools (/showthread.php?tid=42226)



Download Local Directory by Command Line Tools - yealy - 11-09-2018 11:26 AM

Dear Yealink friends,

I would like to collect the local directories of sever T42G phones automatically. A way would be to use a url link.

After some puzzling, I tried the following command:

curl "http://USER:PASSWORD@IP-ADDRESS-PHONE/servlet?p=contacts-preview&q=exportcvs"

However this doesn't seem to work. Does anyone have an idea how to accomplish the automatic and scheduled download of the local phone directory? Is the use of an URL a way to go?


RE: Download Local Directory by Command Line Tools - yealy - 11-12-2018 09:23 AM

Is this to the topic?

My original idea is to download the local directory of the phone via command line tools, such as curl.

Is this possible at all? If yes, how does a correct URL look like? It is especially the last part of the URL, which I'm interested in. The first part: ``http://USER:PASSWORD@IP-ADDRESS-PHONE/`` is very standard.


RE: Download Local Directory by Command Line Tools - yealy - 11-16-2018 07:19 AM

anyone?