Is there a way to have a download script run and rename the downloaded file? I want to do this within my script.
"C:\Program Files\CoreFTP\coreftp.exe" -O -s -d /arris_*.txt -site ARRIS_Secure_FTP -p "C:\temp\downloaded" -log c:\temp\coreftp.log
Thanks!