Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <!-- Copyright 2020, Timothy J. Bruce -->
- <WorkOrder xmlns="http://Icod.Wod" xsi:schemaLocation="http://Icod.Wod https://raw.githubusercontent.com/uniblab/Icod.Wod/master/schema0.xsd"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- jobName="Daily ExecEd Download process"
- emailTo="none@example.com"
- >
- <steps>
- <fileOperation xsi:type="deleteFile" searchOption="AllDirectories"
- path="sftp://host.example.com/directory/sub1/sub2" name="*.txt"
- username="foo" password="bar"
- >
- <sshKeyFile keyFilePassword="youKnowWhatThisIs" path="C:\users\home\you" name="someKeyFile.ppk" />
- </fileOperation>
- </steps>
- </WorkOrder>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement