Hi Friends
I would like to make SFTP component that connect to SFTP server. I have gone through the System.net.ftpclient class and use FTPwebRequest class but not able to connect to server. I have used chilkanet third party dll that connect to SFTP server only if i disable SSL layer from that server in that case it act like simple FTP server. So need any library class that help me to connect to the server and do file operations like put and get. i have gone through the sites and only get libraries for simple FTP terminal connection but i need SFTP library. please suggest or guide.