Want to use c++ or perl to send a file over the internet using OpenSSH and SFTP---Windows Vista both
I Want to use开发者_开发百科 c++ or perl to send a file over the internet using OpenSSH and SFTP. Both Computers will be running Windows Vista. The C++ would be a Console Program.
How do I accomplish this?
Thank You.
I
For a Perl solution check Net::SFTP::Foreign.
Though on Windows, nowadays, the Net::SSH2 backend (Net::SFTP::Foreign::Backend::Net_SSH2) is probably a better option than the default OpenSSH one.
精彩评论