How to copy a directory from Freebsd to linux?

Discussion in 'Site & Server Administration' started by fakestar, Dec 2, 2007.

  1. #1
    Hi all,


    I need to copy a whole directory that contains a website from a server running Freebsd and plesk to another server running linux.

    I know i can't use scp command in shell, it only works between two linux machines, right?

    So how can i transfer from freebsd to linux machine?


    Please help me.
    :confused:
     
    fakestar, Dec 2, 2007 IP
  2. rootbinbash

    rootbinbash Peon

    Messages:
    2,198
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    0
    #2
    no you can use scp
     
    rootbinbash, Dec 3, 2007 IP
  3. jexxie

    jexxie Peon

    Messages:
    71
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    scp -rp directory user@255.255.255.255:/path/to/other/directory/on/server
    Code (markup):
     
    jexxie, Dec 3, 2007 IP