Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to transfer a file from more than one client to server.
so i am decided to create WPF .Net application and then I will share the application to my clients. With use of WPF application client just mention the local file path. other things configured internally in the code. (Use name, Password, Server path, and SSH key for SFTP).
Can i able achieve this with use of any dll or some thing.

Thanks,
Baskar G
Posted

1 solution

You don't know what kind of client which would require some installation you keep and mind and why could it help you to write this code.

You can avoid installing anything when you use some .NET-native some library available in source code, a library containing client-side SFTP code. For example:
https://bitbucket.org/mattgwagner/sharpssh[^],
http://sshnet.codeplex.com[^],
http://www.tamirgal.com/blog/page/SharpSSH.aspx[^],
http://www.chilkatsoft.com/ssh-sftp-component.asp[^].

See also this CodeProject article: sFTP and .NET[^].

You can always try to find something else: http://bfy.tw/nmb[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900