Delay/Wait/Timeout/Sleep
I have my
get
operation set up already and everything works. But the destination prefers a delay between each operation/file. How can I build this in? I've tried sleep 30
, !sleep 30
, timeout
..., etc...
get.... wait... get -delete...