简体   繁体   中英

VB.net and SFTP to download a file to a client

I'm working on an ASP.net web application that is written in VB.net

I need to download a file from the server that the web app is hosted on, to a UNIX client.

What is the best way for me to go about this?

I have a similar setup where i simply use the "wget" command. I also have another system where security is more of an issue, so I wrote a client program in C++ to connect with sockets.

Those are your two major avenues though... unless I'm missing requirements you haven't mentioned...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM