Re: [ADVANCED-DOTNET] Automatic synchronisation

2008-04-07 Thread Mont Rothstein
I've also successfully used BITS. The wrapper I've used is SharpBITS located here: http://www.codeplex.com/sharpbits -Mont === This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.c

Re: [ADVANCED-DOTNET] Automatic synchronisation

2008-04-07 Thread Wilson, Phil
[ADVANCED-DOTNET] Automatic synchronisation Hi, At the moment we have a product which is deployed to different client sites. I am in the process of upgrading this product from ASP to.NET.Each client has their own upload facility where they can upload an .xls file of their contact info which is h

Re: [ADVANCED-DOTNET] Automatic synchronisation

2008-04-07 Thread Howard Hoffman
Neither FTP nor WCF/MTOM will give you File-Watcher semantics. However, if you are not within a local area network, then File-Watcher is out anyway. I've been using WSE3/MTOM for a couple of years now, and it's very good. FTP is also very very good. I've never profiled them side-by-side but I wo

Re: [ADVANCED-DOTNET] Automatic synchronisation

2008-04-07 Thread Paul Cowan
SAP is just one potential source. What I am looking for is a better solution than FTP to get me the migration file.Would WCF and MTOM be a better solution.I tried DIME before and it was a bit flakey to say the [EMAIL PROTECTED]> Date: Mon, 7 Apr 2008 07:35:38 -0400> From: [EMAIL PROTECTED]> Sub

Re: [ADVANCED-DOTNET] Automatic synchronisation

2008-04-07 Thread Phil Sayers
: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] Automatic synchronisation Hi, At the moment we have a product which is deployed to different client sites. I am in the process of upgrading this product from ASP to.NET.Each client has their own upload facility where they can upload an

Re: [ADVANCED-DOTNET] Automatic synchronisation

2008-04-06 Thread John Warner
the remote locations. John Warner > -Original Message- > From: Discussion of advanced .NET topics. [mailto:ADVANCED- > [EMAIL PROTECTED] On Behalf Of Paul Cowan > Sent: Sunday, April 06, 2008 5:59 AM > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: [ADVANCED-DOTNET] Auto

[ADVANCED-DOTNET] Automatic synchronisation

2008-04-06 Thread Paul Cowan
Hi, At the moment we have a product which is deployed to different client sites. I am in the process of upgrading this product from ASP to.NET.Each client has their own upload facility where they can upload an .xls file of their contact info which is held in SAP or something into our SQL Se