Grokking Code

Code exists for a reason.

Posts Tagged ‘asp classic’

FTP using ASP3 and no 3rd party add-ons

Posted by Ryan Grange on November 21, 2008

CodeToad has an excellent article up on using wscript to perform FTP actions from ASP3 web pages. I could have used this about 3 or 4 years ago before I began moving to ASP.Net. According to the comments listed, there may be difficulties getting this to work. It is possible your hosting service won’t have wscript installed due to security reasons, but if they do, this could really save a developer some licensing fees on third party libraries.

Posted in Articles | Tagged: | Leave a Comment »