Find the answer to your Linux question:
Results 1 to 5 of 5
hello, i want to export some configuration files on my linux red hat platform from my aida-ng server. I have accessed the aida server via ssh command!\ can anyone help ...
  1. #1
    Just Joined!
    Join Date
    Jan 2011
    Posts
    2

    how to export files on linux platform from some other server?

    hello,
    i want to export some configuration files on my linux red hat platform from my aida-ng server. I have accessed the aida server via ssh command!\
    can anyone help me?

  2. #2
    Linux Guru Lazydog's Avatar
    Join Date
    Jun 2004
    Location
    The Keystone State
    Posts
    2,281
    Have a look at SCP EXAMPLES

    If you are talking about exporting the dir for NFS then you need to look at NFS HOWTO

    Regards
    Robert

    Linux
    The adventure of a life time.

    Linux User #296285
    Get Counted

  3. #3
    Just Joined!
    Join Date
    Feb 2009
    Posts
    8
    Hi

    if you are working from windows, you can try a wonderful app called WinSCP.

  4. #4
    Just Joined!
    Join Date
    Jan 2011
    Posts
    8
    you can use sftp command for exporting file.

    1) sftp server name

    After entering in to sftp shell you can type following commands:

    a) put source path destination path[If you want to put any file on destinate server]

    b) get source path destination path[ If you want to get any file from the destination server]

  5. #5
    Just Joined!
    Join Date
    Jan 2011
    Posts
    2
    thanks alot for help

Posting Permissions

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