• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

what is the ssh comand for copy large files over 10gig

scp, wget, rsync are what I'd use for anything that big. Also bare in mind that the ext3 file system will normally only support files up to 2G depending on your distribution. FC4, and CentOS4/RHEL4 will support files larger than 2G using ext3, as will systems using xfs.

If you arent on either of those systems, you will need to split the file up into multiple pieces using the split command, prior to transfer and storage.
 
Back
Top