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 ...
- 01-29-2011 #1Just 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?
- 01-29-2011 #2
Have a look at SCP EXAMPLES
If you are talking about exporting the dir for NFS then you need to look at NFS HOWTO
- 01-30-2011 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 8
Hi
if you are working from windows, you can try a wonderful app called WinSCP.
- 01-31-2011 #4Just 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]
- 02-01-2011 #5Just Joined!
- Join Date
- Jan 2011
- Posts
- 2
thanks alot for help


Reply With Quote