Hi,
I am a beginner and would like to use Windows Task Scheduler to automatically download files (e.g. pdf files) from one location (root/logs folder) to another (user/sarah/documents/log). I have read the 'Schedule File Transfer' guide and have tried using the following in the 'add arguments' box:
/command "option batch abort" "option confirm off" "open ftp://user:password@IPaddress" "get /root/Logs/*.pdf C:\Users\Sarah\Documents\Log\" "exit"
Could you please advise me where I went wrong? Thanks.
All fixed, turns out it should have been "Logs/*..." instead of "/root/Logs/..." :)