Remote File Transfer PHP script !

Discussion in 'PHP' started by grafixdev, Jan 12, 2013.

  1. #1
    Can anyone help me with Remote File Transfer PHP script !
     
    grafixdev, Jan 12, 2013 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    Describe exactly what you need. "Remote file transfer" can mean a few different things.
     
    Rukbat, Jan 12, 2013 IP
  3. syntax_error

    syntax_error Peon

    Messages:
    58
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Do you want to mean Web FTP ?
     
    syntax_error, Jan 12, 2013 IP
  4. grafixdev

    grafixdev Greenhorn

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    6
    #4
    I mean : You can transfer big files from one server to another server through that script.
     
    grafixdev, Jan 12, 2013 IP
  5. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #5
    What file receive method does the server you're transferring to use? (That's the only method you can use on the server you're transferring from.)

    If you own both servers, you can run an FTP server on the receiver, and FTP PUT the files to it using PHP on the server that's sending them. The PHP FTP manual pages have examples for each function. (Remember to error-check, and advise the user if the transfer failed.)
     
    Rukbat, Jan 13, 2013 IP
  6. SteveSRS

    SteveSRS Member

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #6
    don't use php to transfer big files.. use rsync or just a bash script using wget.. is going to be a lot faster. Also don't forget to make sure you are transferring data packed.
     
    SteveSRS, Jan 15, 2013 IP
  7. goliath

    goliath Active Member

    Messages:
    308
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    60
    #7
    Search for transloading scripts it's what you want.
     
    goliath, Jan 15, 2013 IP
  8. ezprint2008

    ezprint2008 Well-Known Member

    Messages:
    611
    Likes Received:
    15
    Best Answers:
    2
    Trophy Points:
    140
    Digital Goods:
    1
    #8
    try FileZilla its an FTP Transfer Protocol free software that does the job.
    Otherwise if you want it to run on your own webpage. You'll need something like FTP program search google there is one, it works decent and costs around $100.
     
    ezprint2008, Jan 26, 2013 IP
  9. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #9
    You don't need an FTP program to do FTP from your web page - PHP does FTP all by itself. All you have to do is write the code.
     
    Rukbat, Jan 26, 2013 IP
  10. ezprint2008

    ezprint2008 Well-Known Member

    Messages:
    611
    Likes Received:
    15
    Best Answers:
    2
    Trophy Points:
    140
    Digital Goods:
    1
    #10
    right, but if he's looking for a solution that's already complete. There are many File Uploader programs available starting at average of $45
     
    ezprint2008, Jan 26, 2013 IP
  11. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #11
    There are many file uploader scripts available on the web for $0.
     
    Rukbat, Jan 26, 2013 IP
  12. ezprint2008

    ezprint2008 Well-Known Member

    Messages:
    611
    Likes Received:
    15
    Best Answers:
    2
    Trophy Points:
    140
    Digital Goods:
    1
    #12
    rukbat, got any links to ones with no bugs I'd want that for myself?
     
    ezprint2008, Jan 26, 2013 IP
  13. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125