Is there any chance to display ftp-content on an asp-site

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mathias Mink

    Is there any chance to display ftp-content on an asp-site

    hello ng,

    i need your help. how can i display ftp-content (files which lies on a
    ftp-server) on an asp-site?

    do there anybody have an idea, how can i solve this?
    at the moment we list the files per webfolder in our web. i use for handling
    the filesystemobjec t.

    my environment:
    1x ftp-server (win2003-standard edition; IIS 6.0)
    1x web-server (win2003-standard edition; IIS 6.0)

    best regards

    mathias


  • Patrice

    #2
    Re: Is there any chance to display ftp-content on an asp-site

    How would you like to display that ? If you want really to use ftp you could
    use a ftp://yourserver link and you'll have ie presenting those files (and
    allowing interaction if allowed).

    If you want a custom display then it's likely better to do as you do now
    (you could even possibly disable ftp and allow manipulation through the same
    UI ?)

    Patrice





    --

    "Mathias Mink" <mathias.mink@g mx.de> a écrit dans le message de
    news:eM50YdV0EH A.1196@TK2MSFTN GP15.phx.gbl...[color=blue]
    > hello ng,
    >
    > i need your help. how can i display ftp-content (files which lies on a
    > ftp-server) on an asp-site?
    >
    > do there anybody have an idea, how can i solve this?
    > at the moment we list the files per webfolder in our web. i use for[/color]
    handling[color=blue]
    > the filesystemobjec t.
    >
    > my environment:
    > 1x ftp-server (win2003-standard edition; IIS 6.0)
    > 1x web-server (win2003-standard edition; IIS 6.0)
    >
    > best regards
    >
    > mathias
    >
    >[/color]


    Comment

    • Mathias Mink

      #3
      Re: Is there any chance to display ftp-content on an asp-site

      Hello Patrice,

      Thanks for you reply. I have to list the files on the asp site.

      I need a possibility to get the files with an asp-script.



      "Mathias Mink" <mathias.mink@g mx.de> schrieb im Newsbeitrag
      news:eM50YdV0EH A.1196@TK2MSFTN GP15.phx.gbl...[color=blue]
      > hello ng,
      >
      > i need your help. how can i display ftp-content (files which lies on a
      > ftp-server) on an asp-site?
      >
      > do there anybody have an idea, how can i solve this?
      > at the moment we list the files per webfolder in our web. i use for[/color]
      handling[color=blue]
      > the filesystemobjec t.
      >
      > my environment:
      > 1x ftp-server (win2003-standard edition; IIS 6.0)
      > 1x web-server (win2003-standard edition; IIS 6.0)
      >
      > best regards
      >
      > mathias
      >
      >[/color]


      Comment

      • Steven Burn

        #4
        Re: Is there any chance to display ftp-content on an asp-site

        Look up the FileSystemObjec t (FSO - part of Windows Script) documentation

        FileSystemObjec t Basics


        Original URL:

        ml/jsFSOTutor.asp

        Programming the FileSystemObjec t


        Original URL:

        ml/sgProgrammingFi leSystemObject. asp

        --

        Regards

        Steven Burn
        Ur I.T. Mate Group


        Keeping it FREE!


        "Mathias Mink" <mathias.mink@g mx.de> wrote in message
        news:eV$Gu7V0EH A.1568@tk2msftn gp13.phx.gbl...[color=blue]
        > Hello Patrice,
        >
        > Thanks for you reply. I have to list the files on the asp site.
        >
        > I need a possibility to get the files with an asp-script.
        >
        >
        >
        > "Mathias Mink" <mathias.mink@g mx.de> schrieb im Newsbeitrag
        > news:eM50YdV0EH A.1196@TK2MSFTN GP15.phx.gbl...[color=green]
        > > hello ng,
        > >
        > > i need your help. how can i display ftp-content (files which lies on a
        > > ftp-server) on an asp-site?
        > >
        > > do there anybody have an idea, how can i solve this?
        > > at the moment we list the files per webfolder in our web. i use for[/color]
        > handling[color=green]
        > > the filesystemobjec t.
        > >
        > > my environment:
        > > 1x ftp-server (win2003-standard edition; IIS 6.0)
        > > 1x web-server (win2003-standard edition; IIS 6.0)
        > >
        > > best regards
        > >
        > > mathias
        > >
        > >[/color]
        >
        >[/color]


        Comment

        • Patrice

          #5
          Re: Is there any chance to display ftp-content on an asp-site

          Ok so keep using the FileSystemObjec t ??! Do you have a specific problem
          when you do this ?



          Patrice

          --

          "Mathias Mink" <mathias.mink@g mx.de> a écrit dans le message de
          news:eV$Gu7V0EH A.1568@tk2msftn gp13.phx.gbl...[color=blue]
          > Hello Patrice,
          >
          > Thanks for you reply. I have to list the files on the asp site.
          >
          > I need a possibility to get the files with an asp-script.
          >
          >
          >
          > "Mathias Mink" <mathias.mink@g mx.de> schrieb im Newsbeitrag
          > news:eM50YdV0EH A.1196@TK2MSFTN GP15.phx.gbl...[color=green]
          > > hello ng,
          > >
          > > i need your help. how can i display ftp-content (files which lies on a
          > > ftp-server) on an asp-site?
          > >
          > > do there anybody have an idea, how can i solve this?
          > > at the moment we list the files per webfolder in our web. i use for[/color]
          > handling[color=green]
          > > the filesystemobjec t.
          > >
          > > my environment:
          > > 1x ftp-server (win2003-standard edition; IIS 6.0)
          > > 1x web-server (win2003-standard edition; IIS 6.0)
          > >
          > > best regards
          > >
          > > mathias
          > >
          > >[/color]
          >
          >[/color]


          Comment

          • Mathias Mink

            #6
            Re: Is there any chance to display ftp-content on an asp-site

            you mean, that i get the ftp-files with FSO as well?

            "Steven Burn" <pvt@noyb.com > schrieb im Newsbeitrag
            news:uxfb0BW0EH A.2572@tk2msftn gp13.phx.gbl...[color=blue]
            > Look up the FileSystemObjec t (FSO - part of Windows Script) documentation
            >
            > FileSystemObjec t Basics
            > http://surl.co.uk/?1010
            >
            > Original URL:
            >[/color]
            http://msdn.microsoft.com/library/de...us/script56/ht[color=blue]
            > ml/jsFSOTutor.asp
            >
            > Programming the FileSystemObjec t
            > http://surl.co.uk/?1009
            >
            > Original URL:
            >[/color]
            http://msdn.microsoft.com/library/de...us/script56/ht[color=blue]
            > ml/sgProgrammingFi leSystemObject. asp
            >
            > --
            >
            > Regards
            >
            > Steven Burn
            > Ur I.T. Mate Group
            > www.it-mate.co.uk
            >
            > Keeping it FREE!
            >
            >
            > "Mathias Mink" <mathias.mink@g mx.de> wrote in message
            > news:eV$Gu7V0EH A.1568@tk2msftn gp13.phx.gbl...[color=green]
            > > Hello Patrice,
            > >
            > > Thanks for you reply. I have to list the files on the asp site.
            > >
            > > I need a possibility to get the files with an asp-script.
            > >
            > >
            > >
            > > "Mathias Mink" <mathias.mink@g mx.de> schrieb im Newsbeitrag
            > > news:eM50YdV0EH A.1196@TK2MSFTN GP15.phx.gbl...[color=darkred]
            > > > hello ng,
            > > >
            > > > i need your help. how can i display ftp-content (files which lies on a
            > > > ftp-server) on an asp-site?
            > > >
            > > > do there anybody have an idea, how can i solve this?
            > > > at the moment we list the files per webfolder in our web. i use for[/color]
            > > handling[color=darkred]
            > > > the filesystemobjec t.
            > > >
            > > > my environment:
            > > > 1x ftp-server (win2003-standard edition; IIS 6.0)
            > > > 1x web-server (win2003-standard edition; IIS 6.0)
            > > >
            > > > best regards
            > > >
            > > > mathias
            > > >
            > > >[/color]
            > >
            > >[/color]
            >
            >[/color]


            Comment

            • Steven Burn

              #7
              Re: Is there any chance to display ftp-content on an asp-site

              You can display ANY file that is on your server........ (whether you choose
              to link to it using http, ftp etc, depends on what you've allowed/enabled on
              your server).

              --

              Regards

              Steven Burn
              Ur I.T. Mate Group


              Keeping it FREE!


              "Mathias Mink" <mathias.mink@g mx.de> wrote in message
              news:#EfoNKW0EH A.1408@TK2MSFTN GP10.phx.gbl...[color=blue]
              > you mean, that i get the ftp-files with FSO as well?
              >
              > "Steven Burn" <pvt@noyb.com > schrieb im Newsbeitrag
              > news:uxfb0BW0EH A.2572@tk2msftn gp13.phx.gbl...[color=green]
              > > Look up the FileSystemObjec t (FSO - part of Windows Script)[/color][/color]
              documentation[color=blue][color=green]
              > >
              > > FileSystemObjec t Basics
              > > http://surl.co.uk/?1010
              > >
              > > Original URL:
              > >[/color]
              >[/color]
              http://msdn.microsoft.com/library/de...us/script56/ht[color=blue][color=green]
              > > ml/jsFSOTutor.asp
              > >
              > > Programming the FileSystemObjec t
              > > http://surl.co.uk/?1009
              > >
              > > Original URL:
              > >[/color]
              >[/color]
              http://msdn.microsoft.com/library/de...us/script56/ht[color=blue][color=green]
              > > ml/sgProgrammingFi leSystemObject. asp
              > >
              > > --
              > >
              > > Regards
              > >
              > > Steven Burn
              > > Ur I.T. Mate Group
              > > www.it-mate.co.uk
              > >
              > > Keeping it FREE!
              > >
              > >
              > > "Mathias Mink" <mathias.mink@g mx.de> wrote in message
              > > news:eV$Gu7V0EH A.1568@tk2msftn gp13.phx.gbl...[color=darkred]
              > > > Hello Patrice,
              > > >
              > > > Thanks for you reply. I have to list the files on the asp site.
              > > >
              > > > I need a possibility to get the files with an asp-script.
              > > >
              > > >
              > > >
              > > > "Mathias Mink" <mathias.mink@g mx.de> schrieb im Newsbeitrag
              > > > news:eM50YdV0EH A.1196@TK2MSFTN GP15.phx.gbl...
              > > > > hello ng,
              > > > >
              > > > > i need your help. how can i display ftp-content (files which lies on[/color][/color][/color]
              a[color=blue][color=green][color=darkred]
              > > > > ftp-server) on an asp-site?
              > > > >
              > > > > do there anybody have an idea, how can i solve this?
              > > > > at the moment we list the files per webfolder in our web. i use for
              > > > handling
              > > > > the filesystemobjec t.
              > > > >
              > > > > my environment:
              > > > > 1x ftp-server (win2003-standard edition; IIS 6.0)
              > > > > 1x web-server (win2003-standard edition; IIS 6.0)
              > > > >
              > > > > best regards
              > > > >
              > > > > mathias
              > > > >
              > > > >
              > > >
              > > >[/color]
              > >
              > >[/color]
              >
              >[/color]


              Comment

              • Mathias Mink

                #8
                Re: Is there any chance to display ftp-content on an asp-site

                ok, but there is the problem.
                in future i will have two servers. one for the web and the server for ftp.

                we want to split the web and the downloadfiles in two separate systems.

                "Steven Burn" <pvt@noyb.com > schrieb im Newsbeitrag
                news:#I68$NW0EH A.2824@TK2MSFTN GP09.phx.gbl...[color=blue]
                > You can display ANY file that is on your server........ (whether you[/color]
                choose[color=blue]
                > to link to it using http, ftp etc, depends on what you've allowed/enabled[/color]
                on[color=blue]
                > your server).
                >
                > --
                >
                > Regards
                >
                > Steven Burn
                > Ur I.T. Mate Group
                > www.it-mate.co.uk
                >
                > Keeping it FREE!
                >
                >
                > "Mathias Mink" <mathias.mink@g mx.de> wrote in message
                > news:#EfoNKW0EH A.1408@TK2MSFTN GP10.phx.gbl...[color=green]
                > > you mean, that i get the ftp-files with FSO as well?
                > >
                > > "Steven Burn" <pvt@noyb.com > schrieb im Newsbeitrag
                > > news:uxfb0BW0EH A.2572@tk2msftn gp13.phx.gbl...[color=darkred]
                > > > Look up the FileSystemObjec t (FSO - part of Windows Script)[/color][/color]
                > documentation[color=green][color=darkred]
                > > >
                > > > FileSystemObjec t Basics
                > > > http://surl.co.uk/?1010
                > > >
                > > > Original URL:
                > > >[/color]
                > >[/color]
                >[/color]
                http://msdn.microsoft.com/library/de...us/script56/ht[color=blue][color=green][color=darkred]
                > > > ml/jsFSOTutor.asp
                > > >
                > > > Programming the FileSystemObjec t
                > > > http://surl.co.uk/?1009
                > > >
                > > > Original URL:
                > > >[/color]
                > >[/color]
                >[/color]
                http://msdn.microsoft.com/library/de...us/script56/ht[color=blue][color=green][color=darkred]
                > > > ml/sgProgrammingFi leSystemObject. asp
                > > >
                > > > --
                > > >
                > > > Regards
                > > >
                > > > Steven Burn
                > > > Ur I.T. Mate Group
                > > > www.it-mate.co.uk
                > > >
                > > > Keeping it FREE!
                > > >
                > > >
                > > > "Mathias Mink" <mathias.mink@g mx.de> wrote in message
                > > > news:eV$Gu7V0EH A.1568@tk2msftn gp13.phx.gbl...
                > > > > Hello Patrice,
                > > > >
                > > > > Thanks for you reply. I have to list the files on the asp site.
                > > > >
                > > > > I need a possibility to get the files with an asp-script.
                > > > >
                > > > >
                > > > >
                > > > > "Mathias Mink" <mathias.mink@g mx.de> schrieb im Newsbeitrag
                > > > > news:eM50YdV0EH A.1196@TK2MSFTN GP15.phx.gbl...
                > > > > > hello ng,
                > > > > >
                > > > > > i need your help. how can i display ftp-content (files which lies[/color][/color][/color]
                on[color=blue]
                > a[color=green][color=darkred]
                > > > > > ftp-server) on an asp-site?
                > > > > >
                > > > > > do there anybody have an idea, how can i solve this?
                > > > > > at the moment we list the files per webfolder in our web. i use[/color][/color][/color]
                for[color=blue][color=green][color=darkred]
                > > > > handling
                > > > > > the filesystemobjec t.
                > > > > >
                > > > > > my environment:
                > > > > > 1x ftp-server (win2003-standard edition; IIS 6.0)
                > > > > > 1x web-server (win2003-standard edition; IIS 6.0)
                > > > > >
                > > > > > best regards
                > > > > >
                > > > > > mathias
                > > > > >
                > > > > >
                > > > >
                > > > >
                > > >
                > > >[/color]
                > >
                > >[/color]
                >
                >[/color]


                Comment

                • Steven Burn

                  #9
                  Re: Is there any chance to display ftp-content on an asp-site

                  My apologies, I thought you were using the one server (hadn't looked at your
                  OP).

                  In the case of a different server, I suppose you could always have a file on
                  that server that generates the info you need (i.e. as a csv file), and then
                  use XMLHTTP to get the info you need.



                  --

                  Regards

                  Steven Burn
                  Ur I.T. Mate Group


                  Keeping it FREE!


                  "Mathias Mink" <mathias.mink@g mx.de> wrote in message
                  news:#V6qnTW0EH A.3708@TK2MSFTN GP14.phx.gbl...[color=blue]
                  > ok, but there is the problem.
                  > in future i will have two servers. one for the web and the server for ftp.
                  >
                  > we want to split the web and the downloadfiles in two separate systems.
                  >
                  > "Steven Burn" <pvt@noyb.com > schrieb im Newsbeitrag
                  > news:#I68$NW0EH A.2824@TK2MSFTN GP09.phx.gbl...[color=green]
                  > > You can display ANY file that is on your server........ (whether you[/color]
                  > choose[color=green]
                  > > to link to it using http, ftp etc, depends on what you've[/color][/color]
                  allowed/enabled[color=blue]
                  > on[color=green]
                  > > your server).
                  > >
                  > > --
                  > >
                  > > Regards
                  > >
                  > > Steven Burn
                  > > Ur I.T. Mate Group
                  > > www.it-mate.co.uk
                  > >
                  > > Keeping it FREE!
                  > >
                  > >
                  > > "Mathias Mink" <mathias.mink@g mx.de> wrote in message
                  > > news:#EfoNKW0EH A.1408@TK2MSFTN GP10.phx.gbl...[color=darkred]
                  > > > you mean, that i get the ftp-files with FSO as well?
                  > > >
                  > > > "Steven Burn" <pvt@noyb.com > schrieb im Newsbeitrag
                  > > > news:uxfb0BW0EH A.2572@tk2msftn gp13.phx.gbl...
                  > > > > Look up the FileSystemObjec t (FSO - part of Windows Script)[/color]
                  > > documentation[color=darkred]
                  > > > >
                  > > > > FileSystemObjec t Basics
                  > > > > http://surl.co.uk/?1010
                  > > > >
                  > > > > Original URL:
                  > > > >
                  > > >[/color]
                  > >[/color]
                  >[/color]
                  http://msdn.microsoft.com/library/de...us/script56/ht[color=blue][color=green][color=darkred]
                  > > > > ml/jsFSOTutor.asp
                  > > > >
                  > > > > Programming the FileSystemObjec t
                  > > > > http://surl.co.uk/?1009
                  > > > >
                  > > > > Original URL:
                  > > > >
                  > > >[/color]
                  > >[/color]
                  >[/color]
                  http://msdn.microsoft.com/library/de...us/script56/ht[color=blue][color=green][color=darkred]
                  > > > > ml/sgProgrammingFi leSystemObject. asp
                  > > > >
                  > > > > --
                  > > > >
                  > > > > Regards
                  > > > >
                  > > > > Steven Burn
                  > > > > Ur I.T. Mate Group
                  > > > > www.it-mate.co.uk
                  > > > >
                  > > > > Keeping it FREE!
                  > > > >
                  > > > >
                  > > > > "Mathias Mink" <mathias.mink@g mx.de> wrote in message
                  > > > > news:eV$Gu7V0EH A.1568@tk2msftn gp13.phx.gbl...
                  > > > > > Hello Patrice,
                  > > > > >
                  > > > > > Thanks for you reply. I have to list the files on the asp site.
                  > > > > >
                  > > > > > I need a possibility to get the files with an asp-script.
                  > > > > >
                  > > > > >
                  > > > > >
                  > > > > > "Mathias Mink" <mathias.mink@g mx.de> schrieb im Newsbeitrag
                  > > > > > news:eM50YdV0EH A.1196@TK2MSFTN GP15.phx.gbl...
                  > > > > > > hello ng,
                  > > > > > >
                  > > > > > > i need your help. how can i display ftp-content (files which[/color][/color][/color]
                  lies[color=blue]
                  > on[color=green]
                  > > a[color=darkred]
                  > > > > > > ftp-server) on an asp-site?
                  > > > > > >
                  > > > > > > do there anybody have an idea, how can i solve this?
                  > > > > > > at the moment we list the files per webfolder in our web. i use[/color][/color]
                  > for[color=green][color=darkred]
                  > > > > > handling
                  > > > > > > the filesystemobjec t.
                  > > > > > >
                  > > > > > > my environment:
                  > > > > > > 1x ftp-server (win2003-standard edition; IIS 6.0)
                  > > > > > > 1x web-server (win2003-standard edition; IIS 6.0)
                  > > > > > >
                  > > > > > > best regards
                  > > > > > >
                  > > > > > > mathias
                  > > > > > >
                  > > > > > >
                  > > > > >
                  > > > > >
                  > > > >
                  > > > >
                  > > >
                  > > >[/color]
                  > >
                  > >[/color]
                  >
                  >[/color]


                  Comment

                  • Patrice

                    #10
                    Re: Is there any chance to display ftp-content on an asp-site

                    You could use a network share so that you can access those files from your
                    web server...

                    Patrice


                    --

                    "Mathias Mink" <mathias.mink@g mx.de> a écrit dans le message de
                    news:%23V6qnTW0 EHA.3708@TK2MSF TNGP14.phx.gbl. ..[color=blue]
                    > ok, but there is the problem.
                    > in future i will have two servers. one for the web and the server for ftp.
                    >
                    > we want to split the web and the downloadfiles in two separate systems.
                    >
                    > "Steven Burn" <pvt@noyb.com > schrieb im Newsbeitrag
                    > news:#I68$NW0EH A.2824@TK2MSFTN GP09.phx.gbl...[color=green]
                    > > You can display ANY file that is on your server........ (whether you[/color]
                    > choose[color=green]
                    > > to link to it using http, ftp etc, depends on what you've[/color][/color]
                    allowed/enabled[color=blue]
                    > on[color=green]
                    > > your server).
                    > >
                    > > --
                    > >
                    > > Regards
                    > >
                    > > Steven Burn
                    > > Ur I.T. Mate Group
                    > > www.it-mate.co.uk
                    > >
                    > > Keeping it FREE!
                    > >
                    > >
                    > > "Mathias Mink" <mathias.mink@g mx.de> wrote in message
                    > > news:#EfoNKW0EH A.1408@TK2MSFTN GP10.phx.gbl...[color=darkred]
                    > > > you mean, that i get the ftp-files with FSO as well?
                    > > >
                    > > > "Steven Burn" <pvt@noyb.com > schrieb im Newsbeitrag
                    > > > news:uxfb0BW0EH A.2572@tk2msftn gp13.phx.gbl...
                    > > > > Look up the FileSystemObjec t (FSO - part of Windows Script)[/color]
                    > > documentation[color=darkred]
                    > > > >
                    > > > > FileSystemObjec t Basics
                    > > > > http://surl.co.uk/?1010
                    > > > >
                    > > > > Original URL:
                    > > > >
                    > > >[/color]
                    > >[/color]
                    >[/color]
                    http://msdn.microsoft.com/library/de...us/script56/ht[color=blue][color=green][color=darkred]
                    > > > > ml/jsFSOTutor.asp
                    > > > >
                    > > > > Programming the FileSystemObjec t
                    > > > > http://surl.co.uk/?1009
                    > > > >
                    > > > > Original URL:
                    > > > >
                    > > >[/color]
                    > >[/color]
                    >[/color]
                    http://msdn.microsoft.com/library/de...us/script56/ht[color=blue][color=green][color=darkred]
                    > > > > ml/sgProgrammingFi leSystemObject. asp
                    > > > >
                    > > > > --
                    > > > >
                    > > > > Regards
                    > > > >
                    > > > > Steven Burn
                    > > > > Ur I.T. Mate Group
                    > > > > www.it-mate.co.uk
                    > > > >
                    > > > > Keeping it FREE!
                    > > > >
                    > > > >
                    > > > > "Mathias Mink" <mathias.mink@g mx.de> wrote in message
                    > > > > news:eV$Gu7V0EH A.1568@tk2msftn gp13.phx.gbl...
                    > > > > > Hello Patrice,
                    > > > > >
                    > > > > > Thanks for you reply. I have to list the files on the asp site.
                    > > > > >
                    > > > > > I need a possibility to get the files with an asp-script.
                    > > > > >
                    > > > > >
                    > > > > >
                    > > > > > "Mathias Mink" <mathias.mink@g mx.de> schrieb im Newsbeitrag
                    > > > > > news:eM50YdV0EH A.1196@TK2MSFTN GP15.phx.gbl...
                    > > > > > > hello ng,
                    > > > > > >
                    > > > > > > i need your help. how can i display ftp-content (files which[/color][/color][/color]
                    lies[color=blue]
                    > on[color=green]
                    > > a[color=darkred]
                    > > > > > > ftp-server) on an asp-site?
                    > > > > > >
                    > > > > > > do there anybody have an idea, how can i solve this?
                    > > > > > > at the moment we list the files per webfolder in our web. i use[/color][/color]
                    > for[color=green][color=darkred]
                    > > > > > handling
                    > > > > > > the filesystemobjec t.
                    > > > > > >
                    > > > > > > my environment:
                    > > > > > > 1x ftp-server (win2003-standard edition; IIS 6.0)
                    > > > > > > 1x web-server (win2003-standard edition; IIS 6.0)
                    > > > > > >
                    > > > > > > best regards
                    > > > > > >
                    > > > > > > mathias
                    > > > > > >
                    > > > > > >
                    > > > > >
                    > > > > >
                    > > > >
                    > > > >
                    > > >
                    > > >[/color]
                    > >
                    > >[/color]
                    >
                    >[/color]


                    Comment

                    • Jeff Cochran

                      #11
                      Re: Is there any chance to display ftp-content on an asp-site

                      On Tue, 23 Nov 2004 14:45:34 +0100, "Mathias Mink"
                      <mathias.mink@g mx.de> wrote:
                      [color=blue]
                      >you mean, that i get the ftp-files with FSO as well?[/color]

                      Files are files, FTP is just the process you use to transfer them.
                      FSO can list files in a folder. Just configure it to list the files
                      in the folder where your FTP files are. You can even provide the
                      links at FTP:\\ when you list them

                      Jeff

                      [color=blue]
                      >"Steven Burn" <pvt@noyb.com > schrieb im Newsbeitrag
                      >news:uxfb0BW0E HA.2572@tk2msft ngp13.phx.gbl.. .[color=green]
                      >> Look up the FileSystemObjec t (FSO - part of Windows Script) documentation
                      >>
                      >> FileSystemObjec t Basics
                      >> http://surl.co.uk/?1010
                      >>
                      >> Original URL:
                      >>[/color]
                      >http://msdn.microsoft.com/library/de...us/script56/ht[color=green]
                      >> ml/jsFSOTutor.asp
                      >>
                      >> Programming the FileSystemObjec t
                      >> http://surl.co.uk/?1009
                      >>
                      >> Original URL:
                      >>[/color]
                      >http://msdn.microsoft.com/library/de...us/script56/ht[color=green]
                      >> ml/sgProgrammingFi leSystemObject. asp
                      >>
                      >> --
                      >>
                      >> Regards
                      >>
                      >> Steven Burn
                      >> Ur I.T. Mate Group
                      >> www.it-mate.co.uk
                      >>
                      >> Keeping it FREE!
                      >>
                      >>
                      >> "Mathias Mink" <mathias.mink@g mx.de> wrote in message
                      >> news:eV$Gu7V0EH A.1568@tk2msftn gp13.phx.gbl...[color=darkred]
                      >> > Hello Patrice,
                      >> >
                      >> > Thanks for you reply. I have to list the files on the asp site.
                      >> >
                      >> > I need a possibility to get the files with an asp-script.
                      >> >
                      >> >
                      >> >
                      >> > "Mathias Mink" <mathias.mink@g mx.de> schrieb im Newsbeitrag
                      >> > news:eM50YdV0EH A.1196@TK2MSFTN GP15.phx.gbl...
                      >> > > hello ng,
                      >> > >
                      >> > > i need your help. how can i display ftp-content (files which lies on a
                      >> > > ftp-server) on an asp-site?
                      >> > >
                      >> > > do there anybody have an idea, how can i solve this?
                      >> > > at the moment we list the files per webfolder in our web. i use for
                      >> > handling
                      >> > > the filesystemobjec t.
                      >> > >
                      >> > > my environment:
                      >> > > 1x ftp-server (win2003-standard edition; IIS 6.0)
                      >> > > 1x web-server (win2003-standard edition; IIS 6.0)
                      >> > >
                      >> > > best regards
                      >> > >
                      >> > > mathias
                      >> > >
                      >> > >
                      >> >
                      >> >[/color]
                      >>
                      >>[/color]
                      >[/color]

                      Comment

                      Working...