Click here to Skip to main content
15,899,001 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how can i zip files directly via ftp from online site in php
Posted
Comments
Mohibur Rashid 17-Feb-15 3:13am    
Simple as it is
step 1: download the file
step 2: zip
read the below to understand how fopen would work for you
http://php.net/manual/en/function.fopen.php
and go through the following link to understand how zip function work in php
http://php.net/manual/en/book.zip.php
IBRAHIMFARIS 17-Feb-15 5:14am    
Thanks for your reply.but i asked zip files directly via ftp from online site.you said first download that file next zipped that file.but im asking about direct zip from online site via ftp.can you give me any idea?
Mohibur Rashid 17-Feb-15 21:35pm    
In this case, don't zip after download. Or you need to rephrase your question, I may not have understood.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900