-
XML over ???? (2 messages)
- Posted by: Udayan Patel
- Posted on: December 29 2004 16:49 EST
Has any one implemented XML over FTP? if yes, I am really interested in knowing advantages and disadvantages for doing so.Threaded Messages (2)
- XML over FTP by Nitesh Ambastha on January 04 2005 09:28 EST
- Sending and receiving XML by Sean Sullivan on January 04 2005 22:53 EST
-
XML over FTP[ Go to top ]
- Posted by: Nitesh Ambastha
- Posted on: January 04 2005 09:28 EST
- in response to Udayan Patel
XML over (secure)FTP is useful if your file sizes are huge (>50MB) otherwise XML over HTTP(S) suffices.
Advantages of FTP increase with size... reliable transmission, performance.
Disadvantages are those of any FTP solution... manageability, maintenance, open port etc. -
Sending and receiving XML[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: January 04 2005 22:53 EST
- in response to Udayan Patel