scrubbicus Posted March 29, 2011 Share Posted March 29, 2011 I'm trying to use the ZipArchive class and it works on my localhost but when I upload the script and try to use it on my website it can't find the ZipArchive class. How do I install this on my remote host? Also on my localhost it seems like I can only directories of a certain size. When the directory is to big nothing happens. I'm having a problem with using cURL or php ftp to write or create files remotely. Is there a way I can use cURL or php ftp and set the file permissions while it's being uploaded? I'm on a windows server so I can't change the file permissions through ftp_chmod. How else can I get around this so I can write/create files remotely. Thanks! Link to comment https://forums.phpfreaks.com/topic/232012-php-zip-and-remotely-uploadingwriting-to-a-file/ Share on other sites More sharing options...
Skewled Posted March 29, 2011 Share Posted March 29, 2011 Have you been over the materials available? http://php.net/manual/en/class.ziparchive.php This is directly related to the installation: http://www.php.net/manual/en/zip.setup.php Link to comment https://forums.phpfreaks.com/topic/232012-php-zip-and-remotely-uploadingwriting-to-a-file/#findComment-1193548 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.