delphi windows service can't download file from internet

前端 未结 4 1205
名媛妹妹
名媛妹妹 2021-01-24 00:37

i have a windows service written in delphi,the service will use to downloading a file from my website but it can\'t download the file,it doesn\'t thrown any exception also i c

4条回答
  •  天涯浪人
    2021-01-24 01:35

    You can use a tool like Wireshark to capture and check the HTTP session, and understand if it is an issue at the transport level or something else.

提交回复
热议问题