FTP

  • Thread starter Thread starter Cory J. Laidlaw, Beyond01.com
  • Start date Start date
C

Cory J. Laidlaw, Beyond01.com

Hi,

I need to FTP files automatcially. Does anyone have any ideas on how to do
this from VBA?

Thank you!
 
We have used the following with 2003 and XP

Finalsource = "ftp://ftpaddress.com/abc/TDD/CND_APP_Detail/ " &
"Spreadsheetname.xls"

DoCmd.TransferSpreadsheet acImport, 8, "TDI_Target2", Finalsource,
True, "TDI_Target2!"

Ron
 
Back
Top