|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
vb .net opening a socket into secure unixI have been trying to open a socket into secure unix. I have used the
following code and tried with every protocol available in .net but cannot even get passed this line of code due to an incompatibility of the address and the protocol. Does anyone have any suggestions. m_objClientSocket = New Socket(AddressFamily.Unix, SocketType.Stream, ProtocolType.Unspecified) Thanks Holly "Holly" <hlk4***@yahoo.com> wrote in message My guess is that you need to use SSH and I don't believe .Net supports that news:1158168860.562132.314950@b28g2000cwb.googlegroups.com... >I have been trying to open a socket into secure unix. I have used the > following code and tried with every protocol available in .net but > cannot even get passed this line of code due to an incompatibility of > the address and the protocol. Does anyone have any suggestions. > > m_objClientSocket = New Socket(AddressFamily.Unix, SocketType.Stream, > ProtocolType.Unspecified) protocol (even though it's an open standard.) For secure SSH protocol for .NET you may wish to consider SSH Factory
for .NET http://www.jscape.com/sshfactorydotnet/ Holly wrote: Show quoteHide quote > I have been trying to open a socket into secure unix. I have used the > following code and tried with every protocol available in .net but > cannot even get passed this line of code due to an incompatibility of > the address and the protocol. Does anyone have any suggestions. > > m_objClientSocket = New Socket(AddressFamily.Unix, SocketType.Stream, > ProtocolType.Unspecified) > > Thanks > Holly
gradient titlebar in vbdotnet
Print the RichTextBox Help Clearing data in MaskEditBox Control dumb question Updating Files IIF referencing both conditional parts regardless of condition? How to return value in Combobox ListBox, ComboBox Bug??? Compiled HTML helpfile does not work when application is installed .NET how to check binary compatability |
|||||||||||||||||||||||