Hey guys. I'm just getting into AFCS and strategizing on a new app I'm
building. It seems like a client can use a FilePublisher to upload a
file to the AFCS server, then, after the file is uploaded, a different
client can use a FileSubscriber to download the file. What I'd like to
do is make that somewhat simultaneous, in other words, rather than
having my app act like an FTP client, make it act like a P2P client (so
one client uploads while another client downloads). I realize I can do
this in ...