|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Problem FTPing with ASP
I have a VBscript that FTP's to our external webserver:
Set objScript = CreateObject("WScript.Shell") objScript.Run ("FTP -s:ftpfile.txt www.domain.com") The ftpfile.txt are the command for an ftp session. It works wonderfully. I'd like to put it on our intranet for a certain user to be able to utilize FTP in this manner. So, I figured I could just slap it in between <% %> and it should work. But... it doesn't. What do I need to do? |
|
#2
|
|||
|
|||
|
I haven't tested this code, but it's not as simple as just placing your code inside the ASP delimiters.
Take a look at the following page and see if you can use the code they have. http://www.codetoad.com/asp_ftp.asp |
|
#3
|
|||
|
|||
|
I actually started with that source code and it did nothing. I didn't get any errors... and the file wasn't FTPd either. ~shrugs~
|
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > Problem FTPing with ASP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|