Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am programming a script which fetches data from my .csv files located on a remote FTP server and stores it to my local database.

I have remote FTP username and password through which I can access the FTP folder/file using Browser. But I want run ASP script and automatically connect to the FTP Server using the user credential and fetch .csv files.

ASP script is ready to do so on my local computer but the only problem is how to accomplish this task from Remote FTP Server.

Please let me know solution.

Regards,

Mehboob Khan Afridi
Posted
Updated 6-May-10 11:32am
v2

1 solution

Why are you using ASP at all, when ASP.NET made it obsolete almost a decade ago ? I expect you'd write a COM object to handle the FTP task and call it from your ASP script, that's how every ASP website I worked ever did anything useful.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900