Hello,
I am new to Aspect and I am trying to figure out how to access a folder with yesterdays date as a name. A new folder is ccreated automatically everyday with the format of 20060515.
I saw this thread (thread448-1027713) that shows how to set the date but I do not know how to reference this in the script like below.
waitfor "ftp> "
transmit "cd sDate^M" (This does not work)
waitfor "ftp> "
transmit "mgets^ *.*^M"
TIA, RF101