FTP

  • Thread starter Thread starter Roy
  • Start date Start date
R

Roy

Hi All,

I have an application which I used to get an CSV file daily.After I
get this csv file ,i do some work with the excel file and then email
it back.This was done manually.Recently the CSV file was shifted to a
FTP location and I used to manually retrieve the file and save it
back.
Is there a way to automate this via VBA?

Thanks,

Roy
 
From: "Roy" <[email protected]>

| Hi All,
|
| I have an application which I used to get an CSV file daily.After I
| get this csv file ,i do some work with the excel file and then email
| it back.This was done manually.Recently the CSV file was shifted to a
| FTP location and I used to manually retrieve the file and save it
| back.
| Is there a way to automate this via VBA?
|
| Thanks,
|
| Roy

You can use any scripting language in combination with the FTP command.
I use the KiXtart scripting laguange in conjunction with the MS FTP command.

You should ask in any choice scripting News Group.
 
Back
Top