How to increase loggging in WodHTTPDLX (General questions)
Hi,
I am using wodHttpDLXCom component.
I have used wodHttp.DebugFile = App.Path & wod_debug.log for getting the log file.
I want to have more logging. Please let me know, how to improve more logging with the specified component.
Thanks
SUGI
Re: How to increase loggging in WodHTTPDLX
Hi Sugi,
DebugFile Property is there for our internal use only (for debbuging).
Which logging you want to have?
Regards,
Drazen
Re: How to increase loggging in WodHTTPDLX
Hi Drazen
Thanks for your update on DebugFile.
Actually, I am using the wodHttpDLXCom component to transfer a file from my system to another system (SFT server) via HTTPS protocol.
I want to see logs from both client and server side.
Please help me
Thanks
SUGI
Re: How to increase loggging in WodHTTPDLX
Sugi,
OK but which data you want to have? Did you check wodHttpDLX Events?
Drazen
Re: How to increase loggging in WodHTTPDLX
Hi Drazen,
I am using a wodHTTPDLXCom Dll. Please let me know, how to check the events corresponding to logs ?
Thanks
SUGI
Re: How to increase loggging in WodHTTPDLX
Sugi,
We don't have such Events. What I want to explain is that you can add code inside wodHttpDLX Events and find info you like.
Drazen
Re: How to increase loggging in WodHTTPDLX
Hi Drazen,
Somehow, I managed to add code in the events, as you said in the previous mail. Thanks for your assistance.
As I said earlier, I am trying to transfer a file using this woDHTTPDLX component.
I am getting Status 200 OK as log from one of the events. But the file is not showing up at the server side. Please Help.
Further logs for your reference
```````````````````````````````
Connecting to server
Connected - idle
Sending Headers data
Waiting response from the server
Receiving Headers data
Connected - idle
Sending Headers data
Sending body data
Sending body data
Waiting response from the server
Receiving Headers data
Receiving body data
Connected - idle
Not connected
Thanks
SUGI
Re: How to increase loggging in WodHTTPDLX
Sugi,
Did you maybe tried our 5. Upload file to the server sample? Is there any chance you can try something similar with your server?
Drazen
Re: How to increase loggging in WodHTTPDLX
Hi Drazen,
Can you please send the link for ' 5. Upload file to the server sample'
Thanks
SUGI
Re: How to increase loggging in WodHTTPDLX
Sugi,
You can find it inside component Samples folder. This is full path to this folder:
VBComponent5. Upload file to the server
Drazen