I want to write SFTP clients and servers in .NET 2.0. Is that possible? Please give me some suggestions
I am using Python Paramiko to retrieve/search file from an SFTP server. I get all file in the directory. What I need is specific file from that directory. How do I get it?