开发者

Web service to TCP Server

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜