Jump to content

Recommended Posts

Posted (edited)

From the command prompt, im trying to FTP an entire directory to my local machine. It needs to go through all the sub directories as well. How could I do that?

 

Thanks,

-Jacques

Edited by jgingras
Posted

In the past, I used ZipArchive or something like that for PHP to zip up all the files before running the script to download all the files but for some reason, it stopped working, it think it was when the file size got too big, but im not sure.,. Here is the error that it gave.

 

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 10619739 bytes)

 

The weird thing is that it would give that error message at different points when I would try to run the script again.

 

Thanks,

-Jacques

Posted

It is very possible that you have run out of web space in your account when trying to zip it up. Not knowing how much space your site is taking up and how much you have left it would be hard to answer that.

Posted

The amount of disk space left on the account isn't a problem. We have several Gigs left and im only trying to zip up like 500 meg or something like that.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...