web browser to ftp client script

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sellbellz@googlemail.com

    web browser to ftp client script

    i am trying to create a script that lets me login to an ftp from a web
    browser. upload, download and create new directories. currently i'm
    working on a php script. but no joy. i know there are websites that
    provide this service (ie. www.net2ftp.com) but i just want a simple
    version.

    what i would like to do is from my web page log into my ftp or any ftp.

    d/l u/l flies. they are various php scripts on the internet
    (http://inebria.com/phpftp/). to start with i would like to work out a
    similar script. any ideas (cant get that working 'can't create temp
    file error')

    i want to generate a script that will allow me to login and
    edit an ftp from a page in my website. http to ftp

  • Ian Collins

    #2
    Re: web browser to ftp client script

    sellbellz@googl email.com wrote:[color=blue]
    > i am trying to create a script that lets me login to an ftp from a web
    > browser. upload, download and create new directories. currently i'm
    > working on a php script. but no joy. i know there are websites that
    > provide this service (ie. www.net2ftp.com) but i just want a simple
    > version.
    >
    > what i would like to do is from my web page log into my ftp or any ftp.
    >
    > d/l u/l flies. they are various php scripts on the internet
    > (http://inebria.com/phpftp/). to start with i would like to work out a
    > similar script. any ideas (cant get that working 'can't create temp
    > file error')
    >
    > i want to generate a script that will allow me to login and
    > edit an ftp from a page in my website. http to ftp
    >[/color]
    Why not just enable ftp access on your site?

    --
    Ian Collins.

    Comment

    • sellbellz@googlemail.com

      #3
      Re: web browser to ftp client script


      Ian Collins wrote:
      [color=blue]
      > Why not just enable ftp access on your site?
      >
      > --
      > Ian Collins.[/color]


      How would i go about doing that?

      Comment

      • sellbellz@googlemail.com

        #4
        Re: web browser to ftp client script

        i want users to be able to log in to an ftp from my website and be able
        to u/l d/l and create new folders. i just want to do exactly whats in
        that script @ http://inebria.com/phpftp/. i cant get it to work. if
        you have any better suggestions i am all ears

        Comment

        • Ian Collins

          #5
          Re: web browser to ftp client script

          sellbellz@googl email.com wrote:[color=blue]
          > Ian Collins wrote:
          >
          >[color=green]
          >>Why not just enable ftp access on your site?
          >>
          >>--
          >>Ian Collins.[/color]
          >
          >
          >
          > How would i go about doing that?
          >[/color]
          By asking on a group specific to your server's operating system.

          --
          Ian Collins.

          Comment

          Working...