Advertisement
uniblab

sftp recursive BALEETED

Jun 27th, 2018 (edited)
477
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.73 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright 2020, Timothy J. Bruce -->
  3. <WorkOrder xmlns="http://Icod.Wod" xsi:schemaLocation="http://Icod.Wod https://raw.githubusercontent.com/uniblab/Icod.Wod/master/schema0.xsd"
  4.    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5.    jobName="Daily ExecEd Download process"
  6.    emailTo="none@example.com"
  7. >
  8.  
  9.     <steps>
  10.         <fileOperation xsi:type="deleteFile" searchOption="AllDirectories"
  11.          path="sftp://host.example.com/directory/sub1/sub2" name="*.txt"
  12.          username="foo" password="bar"
  13.         >
  14.             <sshKeyFile keyFilePassword="youKnowWhatThisIs" path="C:\users\home\you" name="someKeyFile.ppk" />
  15.         </fileOperation>
  16.     </steps>
  17.  
  18. </WorkOrder>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement