Quantcast
Channel: sshnet Discussions Rss Feed
Viewing all articles
Browse latest Browse all 1729

New Post: uploading encrypt data

$
0
0
hi friend

i using this code for connecting to sftp server :
 var connectionInfo = new PasswordConnectionInfo(txtHost.Text, 22, txtUsername.Text, txtPassword.Text, ProxyTypes.Http, "209.xxx.xxx.xx", 3128,"proxyUser","proxyPass");
                sftp = new SftpClient(connectionInfo);
                try
                {
                    sftp.Connect();
                    addItemToListBox("Connect", "Connect to server Success.");
                   
                }
now , when sniffing my connection with wireshark , i can see my http request !!!

how to encrypt my requests and packets ???
thanks

Viewing all articles
Browse latest Browse all 1729

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>