M
Matthew
I have created a .bat file containing the following text:
ftp -s:download.bat
download.bat has the following text:
open ftp.business.earthlink.net
username
password
cd www/_private
get order_catalog_form_results.csv
dir
rename order_catalog_form_results.csv 01.csv
My question is, can I combine these into one file? Much neater that way, if
you know what I mean.
Matthew
ftp -s:download.bat
download.bat has the following text:
open ftp.business.earthlink.net
username
password
cd www/_private
get order_catalog_form_results.csv
dir
rename order_catalog_form_results.csv 01.csv
My question is, can I combine these into one file? Much neater that way, if
you know what I mean.
Matthew