open xx.xx.xx.xx user admin password prompt lcd K:\CLAIMS\Now cd /usr/share/current mget *.* bye
I have this stored as ftpjob.txt and I have added this job as scheduled job using windows scheduler. I want to add logging to the script that I can see what files mget . fetched.
I tried adding C:\WINDOWS\system32\ftp.exe -n -s:c:\ftp\ftpjob.txt > e:\test\ftplog.txt to run section of scheduled job but it didn't work. Any idea how??