wcf - Best ways for transfering data over the Internet (for .NET developers) -
I have to read some data from a server, have to transfer it to the internet (no VPN), and write it to disk I could have considered several options of other servers, but in the end I implemented it:
- Serving the sender as a window, which sends new data every x minute
- Receiver service hosted with WSHttpBinding as a WCF self
- The data is being transferred as a string, the object that has been serialized XML
But after doing this, I realized that such a Several ways to do this:
- Other protocols such as FTP.
- Listed in other bindings
- Other parameter types, such as the original object type
And I wonder if any of these options will result in faster, more reliable or more secure transfers. If you are likely to get the SFTP (SSH File Transfer Protocol) my vote will be
/ P>
FTP, too many tunnels through an SSH connection.
... You can also try to build web based services that are conforming to WS-security policy for message based security (go together on the basis of model, your message username / password Couple is encrypted using anything from the X.509 proof.)
This shelf package / protocol looks like a lot of work to make some customizations when the work is off and complete for your purposes By law It is.
Comments
Post a Comment