开发者

Web service to TCP Server

开发者 https://www.devze.com 2023-03-02 00:38 出处:网络
I need to get the data from the web service to the TCP server ... what is the concept for that ?开发者_JAVA百科

Web service to TCP Server

I need to get the data from the web service to the TCP server ... what is the concept for that ?开发者_JAVA百科

im using C#.net


Based on your comments, let's assume they POST the file to your server. As part of your POST response code, make a subroutine call to xfer the file via FTP. I would avoid creating another TCP file transfer service when there are some well-implemented options (like FTP or SFTP) available.

0

精彩评论

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

关注公众号