Remote Agents don't load job database, that's why they don't support RemoteJobCopy, RemoteCopyFolder and so on... You can though run 24x7 Schedulers instead of agents and then copy jobs back and forth. As for the FileTransfer and FileTransferEx, they don't support wildcards, but you can use FileTransferEx in combination with Dir to expand wildcards into a list of files and then thranfer them, for example Dim list, string DirEx "E:\\24x7 Automation 3\\*.dat", list FileTransfer "TOREMOTE", "Namegoeshere", list, list : Can I use wildcards with the FileTransfer or the FileTransferEx command to : move multiple files in s directory : For Example: FileTransfer( "TOREMOTE", "Namegoeshere", : & : "E:\\24x7 Automation 3\\*.dat", & : "E:\\24x7 Automation 3\\.dat" ) : ~Joe
|