On Thu, 23 Oct 2003, Rus Foster wrote:

> Hi,
> > 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?
>
> You want to look at scp. The basic command is
>
> scp localfile [EMAIL PROTECTED]:/path/to/destitation
>
> also scp -r will do recursive copy
>
> Rgds
>
> rus

And sftp provides a rudimentary interactive shell for listing and moving
files (like ftp, but secure).  And the graphical FTP client gftp will
operate over sftp connections to give you a full-featured GUI and secure
file transfers.

-- 
                Matthew Saltzman

Clemson University Math Sciences
mjs AT clemson DOT edu
http://www.math.clemson.edu/~mjs


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

Reply via email to