On Thu, 2003-10-23 at 09:56, Donald Tyler wrote:
> Hi,
> 
> I finally managed to get my firewall server up (Thanks to everyone on
> the list who helped).
> 
> I want to be able to administer the server remotely. But the only
> problem I have is that I don't know how to transfer files from my
> workstation to the server via SSH. Can anyone point me in the direction
> of some info?

man scp.

General usage:
scp -C local.file [EMAIL PROTECTED]:/location/
scp -C [EMAIL PROTECTED]:/location/local.file .

The first copies a local file to a directory on a remote system using
compression (-C).  The second does the same in reverse.

-- 
Jason Dixon, RHCE
DixonGroup Consulting
http://www.dixongroup.net


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to