Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to ftp a file in DTS

Status
Not open for further replies.

snowingnow

Programmer
Jun 1, 2006
32
0
0
CA
I would like to ftp a file to another saver WITH DTS, how can i do it? Thanks
 
DTS can not send a file nativly. You can setup a batch file with uses the automation capabilities of the ftp.exe command line ftp program and then call the batch file from the DTS package. You'll have to google for how to automate a command line ftp transfer.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)

My Blog
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top