Search results

  1. T

    PHP How to ftp to my own laptop?

    I tried to use PHP_GET to download file from FTP server. However I cant get the file downloaded to my laptop. How do I do that? It only move the file within the ftp server itself. Thank you. I need to create a link to allow user to download the file via webpage.
  2. T

    How do FTP files using PHP?

    I need a working php ftp script as I cant use upload for my coy server. I am curious about this piece of code: ftp_put($conn, "sn.txt", "sn.txt", FTP_ASCII); How do php knows where "sn.txt" is located? I am using a form where user can browse file and submit to ftp to server. However it doesnt...
  3. T

    When is "Breaking News" Not "Breaking"?

    The moment you get wind of It.
  4. T

    PHP File Upload using specific login id and pwd.?

    I need to upload files via php form. The destination folder only allows my id to WRITE access thus IT support wants me to write the codes in a way the all users will upload files using my login. How do I do that in php? I cant find such method on the web. Thank you.
Back
Top