php ftp-like uploads

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kestrel
    Recognized Expert Top Contributor
    • Jul 2006
    • 1071

    php ftp-like uploads

    does anyone know how or where to get a php script from which i can upload things to my site, without using port 21?
    i need to upload stuff to a directory i specify, from a php script.
    is this possible?
    thanks much


    --
    Devin
  • steven
    New Member
    • Sep 2006
    • 143

    #2
    Yes, it's possible, however, you will need to have write permissions to the system temp directory, or be able to specify a temp directory in the php config file, that you have access and write permissions on.

    Also, this isn't a script library website. It's a forum for programmers who need help. If you look properly, even the PHP documentation at php.net has a basic file uploading "tutorial". Go and look it up.

    Comment

    • cassbiz
      New Member
      • Oct 2006
      • 202

      #3
      You can upload using a PHP class found from PHP Classes .

      If you need to change the port number then both the server and the script have to be in sync.

      I know on my Linux box I changed the port number and all other software has to be sync'd.

      Comment

      • halles
        New Member
        • Nov 2005
        • 7

        #4
        Originally posted by kestrell
        does anyone know how or where to get a php script from which i can upload things to my site, without using port 21?
        i need to upload stuff to a directory i specify, from a php script.
        is this possible?
        thanks much


        --
        Devin
        Yes I do have the script you need...
        Here is the link: http://www.halleswebde sign.com/htm/infusions/pro_download_pa nel/download.php?di d=15

        Comment

        Working...