By mitchp
via soa.dzone.com
Published: Jan 25 2013 / 09:47
Behold! A FTP server and MSMQ integration demonstration. This demo shows how Serv-U Platinum writes out FTP server events (e.g., file uploaded) to MSMQ, and then uses a short C# application (source visible) to watch the queue, parse the FTP server messages, and download the related files using .NET's built-in FTP client.
Add your comment