Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 14 of 14
  1. #1
    Member
    Join Date
    Jan 2010
    Posts
    31

    Arrow hoe to copy large files from one folder to another in cpanel??

    I am not able to move large files from one folder to another in cpanel.

    the file size is around 8gb but it stops at around 4gb..

    how can i increase this limit and solve the problem.kindly help me.

    My dedicated server specs -
    centOS 5 64bit, core2quad q6700 ,4gb ram ,1tb harddisk
    Last edited by cool999; 01-24-2010 at 01:52 PM.

  2. #2
    Member
    Join Date
    May 2008
    Posts
    1,203

    Default

    Is there any error message are you receiving while moving files ?

  3. #3
    Member
    Join Date
    Oct 2007
    Posts
    8

    Default

    Hello,

    You can compress the file to reduce its size before you transfer it to another folder. To compress, select the files and folders which you want to include in the archive and click on the Compress File(s) button. After transferring the compressed file to another folder you can extract archive files using the Extract function.

  4. #4
    Member
    Join Date
    Jan 2010
    Posts
    31

    Angry

    I don't get any error while copying.its just tht file around 7.5gb gets copied to other folder and its size shows around 4gb..

    I tried zipping it it gives an error.

    zip error: Entry too big to split, read, or write (file exceeds Zip's 4GB uncompressed size limit)


    Quote Originally Posted by jave View Post
    Hello,

    You can compress the file to reduce its size before you transfer it to another folder. To compress, select the files and folders which you want to include in the archive and click on the Compress File(s) button. After transferring the compressed file to another folder you can extract archive files using the Extract function.

  5. #5
    Member
    Join Date
    Jan 2010
    Posts
    31

    Unhappy

    any help on this please?????

  6. #6
    Member
    Join Date
    Aug 2008
    Location
    India
    Posts
    38

    Default

    Hello,

    You should be able to copy by cmd line,

    Please login to the server through ssh and try it.
    |24x7 365 Support |Server Management|
    http://www.servertechs.net
    sales@servertechs.net

  7. #7
    Member
    Join Date
    Jan 2010
    Posts
    31

    Default

    but that's not convenient.. cpanel should be able to copy large files, even free panel kloxo copies larges files without any problem...

    on my old server i was using kloxo ( previously known as lxadmin ) and it easily copies large file without any problem, then why cant $35 panel do?

    i don't want alternatives, i want solution...

    Regards..

    Quote Originally Posted by servertechs View Post
    Hello,

    You should be able to copy by cmd line,

    Please login to the server through ssh and try it.

  8. #8
    Member
    Join Date
    Jan 2005
    Posts
    1,880

    Default

    It might seem like a silly question, but have you tried contacting cpanel support about this?
    Jon Cram <jon@webignition.net>
    Web and interface design http://webignition.net/
    Hosting Reborn (free cpanel accounts) http://hostingreborn.com/

  9. #9
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    Quote Originally Posted by cool999 View Post
    I am not able to move large files from one folder to another in cpanel.

    the file size is around 8gb but it stops at around 4gb..

    how can i increase this limit and solve the problem.kindly help me.

    My dedicated server specs -
    centOS 5 64bit, core2quad q6700 ,4gb ram ,1tb harddisk
    When "it stops" is that moving or copying, and what is the precise method being used to accomplish the task? For example, is the file move stopping when using FTP, SFTP, SSH/console, cPanel File Manager, cPanel Legacy File Manager, cPanel Web Disk (WebDAV), or FrontPage?

  10. #10
    Member
    Join Date
    Jan 2010
    Posts
    31

    Default

    I m copying using cPanel File Manager

    Quote Originally Posted by cPanelDon View Post
    When "it stops" is that moving or copying, and what is the precise method being used to accomplish the task? For example, is the file move stopping when using FTP, SFTP, SSH/console, cPanel File Manager, cPanel Legacy File Manager, cPanel Web Disk (WebDAV), or FrontPage?

  11. #11
    ckh
    ckh is offline
    Member
    Join Date
    Dec 2003
    Posts
    333

    Default

    Make sure the cPanel account isn't running out of drive space. If you are copying or moving an 8 gig file you'll be using at least 16 gigs of drive space.

  12. #12
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    Quote Originally Posted by cool999 View Post
    I m copying using cPanel File Manager
    Thank you for the information. Please note that copying will take longer than a move, even if just copying within the same partition. I believe that it is possible for the copy process to run normally but that something else is eventually, forcefully terminating the process prematurely (before it can complete the copy operation). Depending on the factors involved it may or may not only affect processes by users and not processes run as root; when testing, I would compare attempting the copy process via SSH first while logged-in as the regular user account and then second while logged-in using root access.

    Is there any monitoring or security software installed that may kill processes that run longer than a specified period of time? Two examples I recall may be PRM and CSF/LFD. If software like one of the aforementioned examples is installed please temporarily fully disable the software before reattempting the copy process in cPanel File Manager. If using LFD (with CSF), I would try a command like the following to help locate relevant log entries:
    Code:
    # grep -i kill /var/log/lfd.log

  13. #13
    Member
    Join Date
    Jan 2010
    Posts
    31

    Default

    I didnt install any monitoring or security software, its just a fresh cpanel installation and i m not using any third party security software...

    I ran the command you gave and got this -

    Code:
    grep -i kill /var/log/lfd.log
    grep: /var/log/lfd.log: No such file or directory
    and please tell me the ssh command to copy files from one directory to other..

    Thanks

    Quote Originally Posted by cPanelDon View Post
    Thank you for the information. Please note that copying will take longer than a move, even if just copying within the same partition. I believe that it is possible for the copy process to run normally but that something else is eventually, forcefully terminating the process prematurely (before it can complete the copy operation). Depending on the factors involved it may or may not only affect processes by users and not processes run as root; when testing, I would compare attempting the copy process via SSH first while logged-in as the regular user account and then second while logged-in using root access.

    Is there any monitoring or security software installed that may kill processes that run longer than a specified period of time? Two examples I recall may be PRM and CSF/LFD. If software like one of the aforementioned examples is installed please temporarily fully disable the software before reattempting the copy process in cPanel File Manager. If using LFD (with CSF), I would try a command like the following to help locate relevant log entries:
    Code:
    # grep -i kill /var/log/lfd.log

  14. #14
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    Quote Originally Posted by cool999 View Post
    and please tell me the ssh command to copy files from one directory to other..
    Note: In the following commands replace the example paths with the actual source and destination paths of the desired directory or file involved.

    A directory or file may be copied using the following command via SSH access:
    Code:
    # cp -pv /full/source/path /full/destination/path
    A directory or file may be moved using the following command via SSH access:
    Code:
    # mv -v /full/source/path /full/destination/path

Similar Threads & Tags
Similar threads

  1. hoe to copy large files from one folder to another in cpanel??
    By cool999 in forum cPanel and WHM Discussions
    Replies: 7
    Last Post: 01-27-2010, 04:05 PM
  2. How to copy large account from another cpanel server
    By scally in forum Data Protection
    Replies: 7
    Last Post: 01-13-2007, 01:33 PM
  3. large cache files on client's tmp folder
    By luis in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 08-21-2004, 12:46 AM
  4. Large cpanel.TMP files
    By compunet2 in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 06-13-2004, 10:58 PM
  5. Replies: 0
    Last Post: 07-24-2003, 04:12 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube