Hi elimesika,
In your answer u just telling me how to send the xml file. And how can I do to run the executable file that generates the xml file?
Main Topics
Browse All TopicsThe scenario is: I have a C# .Net ASP 2.0 application and it is a executable file, when this executable file runs it generate a XML file. I have to send this XML file to a ftp site every hour. How can I do this?
What I was thinking is to create a DTS package in SQL Server 2000 that has a script to do this? Is that the right way to do? If it is how can I create this script, because I don't have any experience with scripts.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
HI
Then your BAT file should be
<exeutable file name that generates xml>
ftp -n -d -s:.\ftp.txt > .\ftp_out.txt
Business Accounts
Answer for Membership
by: elimesikaPosted on 2008-06-01 at 03:55:00ID: 21686564
HI
1)create a ftp.txt file with the content as described in code snippet, replace all parameters in <> with the correct values.
2)create a bat file in the same directory as ftp.txt with the following line
ftp -n -d -s:.\ftp.txt > .\ftp_out.txt
3) Schedule the BAT file simply with start--> All Programs --> Accessories --> System Tools --> scheduled tasks
Select allOpen in new window