How can I download an ASP file from a server without executing it... meaning...

  • Thread starter Thread starter Maany
  • Start date Start date
M

Maany

Guest
...i need the ASP file source.?
You can if you trick the server to think the content type is different... it can be done using ADODB.Stream (ADO Stream Object) I just need some help figuring out how in details
Tharaka,

if you look it up online, you will see that it can be done using ADO, this is how it works. you trick the server into thinking you're logging in through an FTP client while you're using IE, then you start streaming the ASP file into a local file in Binary, byte by byte. and that's how it CAN be done.
irf,
Have tried that, alas no use, and there are no copyright issues.
 
Back
Top