Results 1 to 2 of 2

Thread: Want help in pht download

  1. #1

    Thread Starter
    Member
    Join Date
    May 2006
    Posts
    39

    Unhappy Want help in pht download

    Following is code part of my applicaitoni, It downloads one file(zip) of ftp server but i wouldlike to download all the files (zip) from ftp server. could anybody expand it.

    ................................................starting of code...................................

    $server_file = '20060601_group_0006_pri.zip';
    $local_file = '20060601_group_0006_pri.zip';


    $downloadfile = ftp_get($, $local_file, $server_file, FTP_BINARY);

    if (!$downloadfile) {
    echo "Ftp download has failed!<BR>";
    }
    else {
    echo "Downloaded Success<BR>";
    }

    close the connection
    ftp_close($conn_id);
    .................................................end of code...................................


    Ramesh chaudhary
    Nepal

  2. #2
    PowerPoster lintz's Avatar
    Join Date
    Mar 2003
    Location
    The 19th Hole
    Posts
    2,697

    Re: Want help in pht download

    Use a loop to select then download all the files you want from your site.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width