I've used BITS for uploading to IIS servers. It has some useful attributes - 
it's restartable, has a programmatic interface, uses HTTP to help relieve 
firewall port issues (with AD support for minimizing the load), proxy server 
support. There are some .NET interop C# examples around - 
http://www.codeproject.com/KB/cs/Managed_BITS.aspx with links to others.

Phil Wilson

-----Original Message-----
From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf 
Of Paul Cowan
Sent: Sunday, April 06, 2008 2:59 AM
To: 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 .xls file of their contact 
info which is held in SAP or something into our SQL Server database.

At the moment the transformation is done by ASP code.  I am going to change 
this to use an SSIS package for each client.  I think it is pretty unlikely I 
could come up with a generic package that will fit every client.The main 
problem I have is that at the moment it is a manual process for a user to 
upload the .xls file via an .asp page.I would like this synchronisation to 
happen nightly and automatically.  The best way I can think of getting this to 
happen is to have ftp process poll a folder between a time slot and then ftp 
the file to our system and kick off a process.I just think in the year of 2008 
there must be a better way of doing this.
Has anyone any experience of doing this a better and indeed more robust way?

Cheers
[EMAIL PROTECTED]
_________________________________________________________________
The next generation of Windows Live is here
http://www.windowslive.co.uk/get-live
===================================
This list is hosted by DevelopMentor(r)  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to