Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best way to Que FTP uploads
Message
De
27/06/2008 13:58:41
 
 
À
27/06/2008 12:46:23
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Programmation orienté objet
Versions des environnements
Environment:
C# 3.0
Divers
Thread ID:
01327263
Message ID:
01327317
Vues:
13
>To expand then: I could use a serializable entity object to create the record and serialize it into a local folder. Then I could have a DataManager class to monitor the folder and upload the xml file to the web service. This should be pretty light weight I think. Do you use security on your web service? I was thinking of a method that had two extra parameters for a userid and a password. If they weren't both passed in correct I would just ignore the request. I am not too familar with web service security.

If you use WS, just go via HTTPS. If you are really concerned, use client side certificates or added tokens sent especially from server to known receivers. Login can also be split from the actual WS and logininfo then forwarded cookie-like into the header of the WS (similar to something java/AXXIS uses). The WSDL is housed then on another URL only reachable to authenticated users (warning: SOAP toolkit is likely to barf on such strategies <g>).

For FTP use FTPS, FTP over SSH. The time frame of 2 minutes should be workable - I used similar setups on government services as a client. WinSCP gets you started<g>.

HTH

thomas
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform