Results 1 to 2 of 2

Thread: FTP - XML Async and URL properties

  1. #1

    Thread Starter
    Fanatic Member MikkyThomeon's Avatar
    Join Date
    Oct 2002
    Location
    At work...
    Posts
    648

    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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width