|
-
Oct 5th, 2007, 05:29 AM
#1
Thread Starter
Fanatic Member
FTP - XML Async and URL properties
hello hello hello
I know its possible to load an xml file by xmldoc.load("url") but is it possible to do something like xmldoc.load("user [email protected]//progs/syspro/base") ??
If you did not notice I am trying to load an XML document directly from a ftp location.
Would be good if this can be done. I have a legacy ERP application that runs off Linux without the samba file server, ftp is the only way.
Thanks
Mik
-
Oct 5th, 2007, 09:57 AM
#2
Re: FTP - XML Async and URL properties
The XmlDocument class doesn't support that. You'd have to use some other method to access the file, like a WebClient, then load the XML form either a stream or local file.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|