Uploading files via FTP by PHP

Discussion in 'PHP' started by globalindiasolutions, Dec 1, 2012.

  1. #1
    I have script which is all about uploading files to FTP account via PHP
    I just need to modify it based on the following points

    1) To add upload process bar shows the uploading percentage or something indicating that it’s still uploading the file selected.
    2) To add check where if the uploaded file name is already available and ask to overwrite or cancel.
    3) Capability to copy/move files and folders.
    4) Share folder owner can delete files from his share folder
    5) To make user can upload files in share folder with permission 0664 and folders with permission 0755 NOT like the main directory which is 0700 for files and folders.
    6) Other white-listed users can view/download/copy files and folders from other users share folder but they can't delete or move.

    low php developer only which one at list 5 point
     
    globalindiasolutions, Dec 1, 2012 IP
  2. ronaldsg

    ronaldsg Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    What's the question?
     
    ronaldsg, Dec 1, 2012 IP
  3. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #3
    None of what you need is very complicated. Are you saying that you want to hire someone to do this? Or are you saying something else?
     
    Rukbat, Dec 1, 2012 IP
  4. globalindiasolutions

    globalindiasolutions Member

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #4
    i want to hire some one
     
    globalindiasolutions, Dec 1, 2012 IP
  5. juerald

    juerald Active Member

    Messages:
    352
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    65
    #5
    I can help you with a file uploader who show only in end if the file is uploaded or not.
     
    juerald, Dec 2, 2012 IP
  6. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #6
    You can 'remind' whoever you hire that ftp_nb_fput() allows you to use ftell() to see the progress of the upload. (It's in the manual, if they don't know how to use it).
     
    Rukbat, Dec 2, 2012 IP