Import command syntax to be used in Windows7 Task Scheduler
Is the below the correct command syntax to be used in Windows7 Task Scheduler?
/command "option batch abort" "option confirm off" "open sftp://<user>:<password>@<website>” “get –transfer=test /<folder>/*.txt c:\” “close” “exit”
/command "option batch abort" "option confirm off" "open sftp://<user>:<password>@<website>” “get –transfer=test /<folder>/*.txt c:\” “close” “exit”