Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ASP, need to use SFTP

This is ASP classic, not .Net. We have to get a way to SFTP into a server to upload and download a couple of files, kicked off by a user.

What have other people used to do SFTP in ASP classic? Not necessarily opposed to purchasing a control.

like image 640
Matt Dawdy Avatar asked Aug 03 '08 20:08

Matt Dawdy


1 Answers

If you have the ability to use WScript.Shell then you can just execute pscp.exe from the Putty package. Obviously this is less then ideal but it will get the job done and let you use SCP/SFTP in classic ASP.

like image 139
John Downey Avatar answered Oct 15 '22 17:10

John Downey