Search found 1 match
- Thu Jun 14, 2007 5:05 am
- Forum: PHP - Code
- Topic: Extract ZIP-file to ftp-server
- Replies: 1
- Views: 397
Extract ZIP-file to ftp-server
For one of our projects, we need to export a folder structure from the ftp-server (linux) to a PC and import folder structures to the ftp-server. We decided to work with zip(using PclZip --> http://www.phpconcept.net/pclzip/index.php ) to export and import the folders automatically. We are able to e...