PassMark Logo
Home » Forum

Using UNC Path or Network Drive

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Schluej
    Junior Member
    • Jul 2014
    • 19

    #1

    Using UNC Path or Network Drive

    Hello,
    I have to use a unc or Map Network Drive with FlyingAnt.
    The path could be
    Code:
    \\172.16.69.205\Abteilungen\Alle\Daten für Technikerhandbuch\Techniker_Handbuch_2009
    or
    Code:
    F:\Alle\Daten für Technikerhandbuch\Techniker_Handbuch_2009
    I am not sure how to setup the flyingant.conf to make this work.
    Do you have any ideas?
    PHP Code:
    listen_ports    8091
    open_url http://127.0.0.1:8091/Menue/
    list_directories 1
    document_root .
    exit_page /exit_pages/exit_windows.html
    aliases thb2009tl/zoom/search.cgi=/zoom/search_win32.cgi
    key    XXXXX-XXXXXX-XX-XXX
    username    Bart Simpson 
    
  • kaufenpreis
    Junior Member
    • May 2014
    • 18

    #2
    I think you can use : F:\Alle\Daten für Technikerhandbuch\Techniker_Handbuch_2009

    Comment

    • Ray
      Administrator
      • Dec 2004
      • 4357

      #3
      Not sure of the context. FlyingAnt would typically be running on a CD or DVD. Which means it will be moved around to different computers.

      Can you ensure that the different computers that you are running this CD/DVD on, will have access to either the UNC network path (meaning that the computer must be on the same local network), or that it will have a F:\ drive with the same content on it?
      --Ray
      Wrensoft Web Software
      Sydney, Australia
      Zoom Search Engine

      Comment

      • kaufenpreis
        Junior Member
        • May 2014
        • 18

        #4
        I tested. All work fine with "F:\Alle\Daten für Technikerhandbuch\Techniker_Handbuch_2009"

        Comment

        Working...