ThomasStephens
I have been looking at the documentation, and I cannot find a description of what a Queue is. Plenty of Go here and do this, but nothing on "Why Use a Queue".
We are using FTP to transfer files. We want to copy the files *.ABC from server to client, then delete files on server when copy is complete (this is called MOVE). This should happen on a schedule. How do I set this up? (With queue?)
We are using FTP to transfer files. We want to copy the files *.ABC from server to client, then delete files on server when copy is complete (this is called MOVE). This should happen on a schedule. How do I set this up? (With queue?)