I am new to Procomm scripts and am working off an existing one. In part, this script copies a file from a PC to a UNIX BOX, using the following command:
ftp local copyfile "BARNES_XML_INV"
What I would LIKE to do is copy the file to UNIX with a DATE STAMP, like so "BARNES_XML_INV" + MMDDYYYY =
BARNES_XML_INV04262005.
Can this be done? thank you
ftp local copyfile "BARNES_XML_INV"
What I would LIKE to do is copy the file to UNIX with a DATE STAMP, like so "BARNES_XML_INV" + MMDDYYYY =
BARNES_XML_INV04262005.
Can this be done? thank you