Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2006
    Posts
    72

    Large File - SSH Transfer?

    Hello,

    I need transfer 10GB file but I cant do it using FTP cause it doesnt accept so big files.

    If I have root access to both servers, what commands can I use to transfer file from 1st to 2nd server?

    (its RedHat Fedora 4)

    Thanks in advance,
    Rafal

  2. #2
    Join Date
    Dec 2004
    Location
    Washington, DC
    Posts
    789
    Quote Originally Posted by Rafal_A
    Hello,

    I need transfer 10GB file but I cant do it using FTP cause it doesnt accept so big files.

    If I have root access to both servers, what commands can I use to transfer file from 1st to 2nd server?

    (its RedHat Fedora 4)

    Thanks in advance,
    Rafal
    If I were you, I would look into using 'rsync' (via-ssh, I think it is -ave ssh to archive via ssh protocol) or 'scp'.

  3. #3
    Join Date
    Feb 2006
    Posts
    72
    Could you do it for me per $?
    It cpanel server to cpanel server.

    Thanks,
    Rafal

  4. #4
    Join Date
    Dec 2004
    Location
    Washington, DC
    Posts
    789
    This isnt the offers and requests forum; people can kindly direct you to your solution and/or make suggestions, not sell services here.

    I am not familar with CPanel.

  5. #5
    Join Date
    Dec 2001
    Location
    NYC, NY
    Posts
    799
    scp file user@host:/path/on/remote/server

    rsync -av --progress -e ssh file(s) user@host:/path/on/remote/server
    Blog your life away
    http://photoblog.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •