Author Topic: How can I download all documents on my Feng ?  (Read 2896 times)

gorgo

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Email
How can I download all documents on my Feng ?
« on: September 01, 2010, 08:40:53 am »
Hello,

I would like download all my documents from my Feng.

There are a solution for make a download in one time ?  because I have a lot of document and download one by one is verry long...


Someone ?

Thanks a lot !

franponce87

  • Administrator
  • Hero Member
  • *****
  • Posts: 1819
    • View Profile
    • Email
Re: How can I download all documents on my Feng ?
« Reply #1 on: September 01, 2010, 12:52:26 pm »
What if you select all your documents, compress them, and then you just download the compressed file? Then you would just need to decompress (unzip) the downloaded file and that's it.
Would you like to install Feng Office Professional or Enterprise Edition in your servers? No problem! Read this article!

gorgo

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Email
Re: How can I download all documents on my Feng ?
« Reply #2 on: September 02, 2010, 07:41:32 am »
Heummm....  I can select all document yes but how can I "compress it" ?

gorgo

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Email
Re: How can I download all documents on my Feng ?
« Reply #3 on: September 02, 2010, 02:48:06 pm »
Ok i understand, i test with 2 files, that work perfectly but when i try to select all m'y documents ( arround 60) he create the zip file but he is 0Kb ! It's empty !

CAN you help me ?

icfw

  • Full Member
  • ***
  • Posts: 122
    • View Profile
Re: How can I download all documents on my Feng ?
« Reply #4 on: September 02, 2010, 04:31:07 pm »
Hi,

Alternative 1:

as the Feng Office is a PHP script, the server settings affect  the script, as for how long any php function/action can be executed for, and what the max upload capacity per file is allowable. To readjust these values, the php.ini file needs to be added into the root folder of the Feng Office script or if it already exists, it needs to be modified. Please check with your server administrator what set max. server limits are before you make any changes to php.ini file.

Alternative 2:

when zipping a set of files, the zipped file will be saved in the workspace you are currently in. Hence, the workspace you are currently in, you need to have the read/write access rights for it, otherwise, the script will attempt to store the zipped file into your personal workspace or it will fail.

You cannot be on the 'All' workspace when trying to zip a large quantity of files. For some reason it keeps failing, by creating 0.0KB files.

Hope this helps.
Thanks.
.Mirsad
« Last Edit: September 02, 2010, 04:33:10 pm by icfw »

gorgo

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Email
Re: How can I download all documents on my Feng ?
« Reply #5 on: September 03, 2010, 03:38:51 am »
Hello,

I check my php.ini in my Feng folder...

Here the content of my old php.ini :

Code: [Select]
max_execution_time = 30
post_max_size = 10M
upload_max_filesize = 10M


I make some changing in :

Code: [Select]
max_execution_time = 300
post_max_size = 100M
upload_max_filesize = 100M

But the problem stil...

Can you tell me wich syntax add to php.ini to resolve this problem ?

Thanks a lot !

Olivier.

franponce87

  • Administrator
  • Hero Member
  • *****
  • Posts: 1819
    • View Profile
    • Email
Re: How can I download all documents on my Feng ?
« Reply #6 on: September 03, 2010, 01:41:07 pm »
For the time being, if you still have to download your files, select them in groups of say 20 (1/3 of your total files) and create a zip file.. so you would end up downloading 3 zip files.

I will try reproducing the very same thing with big files (right now I have about 60 files too, but light ones) to check out some stuff, but it seems like it is something regarding the time out
Would you like to install Feng Office Professional or Enterprise Edition in your servers? No problem! Read this article!

gorgo

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Email
Re: How can I download all documents on my Feng ?
« Reply #7 on: September 06, 2010, 04:43:40 am »
Ok I try this...

But i'm surprised we can make this easely... 

DId you expect something for the futur ?