开发者

Saving data at web server

开发者 https://www.devze.com 2023-01-11 21:56 出处:网络
I want to save the data on the web server. I have data in XML format and I know the URL String. P开发者_运维知识库lease tellme how can I send the request and handle the response.

I want to save the data on the web server. I have data in XML format and I know the URL String. P开发者_运维知识库lease tell me how can I send the request and handle the response.

Thanks Deepak


You should probably use a FtpClient to connect to the server. another option is to use (the slightly less used ) upload functions of HTTP requests.

0

精彩评论

暂无评论...
验证码 换一张
取 消