Re: Download attachments from command line, posted by Maarten de Jong on Thu Apr 21 14:19:35 2022
|
Thanks - I can confirm that the given command works.
However, for an e-log with username and password protection, this no longer seems to work.
It would be very useful if the elog command can be used to also download attachments (and not only a message). |
elog root path, posted by Antonio Bulgheroni on Thu May 5 11:14:20 2022
|
Dear all,
I have a question for you. On my elog server I have plenty of images not included in any logbook entry, but that nevertheless I would the user
to have access to that via the browser. In order words, I would like to have a link like this https://myelog/my_pics_folder/my_pic.png |
OSX Issues, posted by Florian Heigl on Tue Jul 5 19:10:48 2022
|
Hi, I have an issue with my local elog setup. it's usable but one function is just not working.
Problem
I'm getting weird error messages when trying to write or read entries from the CLI client.
I have googled a lot and most elog client examples are not giving the actual output, more like elog -h <host> -p <myport> -a ... |
Re: OSX Issues, posted by Stefan Ritt on Fri Jul 29 14:22:00 2022
|
I just tried the same on my latpop (MacOSX 12.4) and it worked flawlessly:
ritt@MBP14 build % echo "blah" | ./elog -h 127.0.0.1 -p 8080 -l demo -r 2 -x
Message successfully transmitted, ID=3 |
UNC Pfade, posted by Michael on Wed Oct 19 13:52:24 2022
|
Hallo,
gibt es eine Möglichkeit das subdir auf ein Netzlaufwerk zu legen?
\\server\freigabe\... |
Re: UNC Pfade, posted by Stefan Ritt on Wed Oct 19 14:08:15 2022
|
UNCs are not officially supported by elog, but your operating system might map them if you're lucky, just try. It is however not recommended to do
so, since network drives can sometimes be slow during network congestion and the response of elog will then suffer.
Stefan |
Duplicating attachments when editing an entry via command line elog.exe, posted by Antonio Bulgheroni on Wed Oct 19 14:19:39 2022
|
Hi there!
I have noticed this effect when editing entries with the command line elog.exe.
Let's say I submit a new entry via the command line and I'm also submitting an attachment file. If I check the elog entry via the browser |
Re: UNC Pfade, posted by Michael on Thu Oct 20 07:53:31 2022
|
So there is no way to save the file on the network?! :(
Can i install the elog on a windows server? i tried it yesterday, but i think i missed something, couse i only could open the elog on the server
and not with a client pc. |