On Wed, Mar 25, 2009 at 11:29 PM, PenguinPuPPy <[email protected]> wrote:
> Hello There,
>            I have a small problem here which I wish to describe as an
> example.OK so here it is .I have a client and a server both UNIX boxes.I
> wish to run SFTP on the client as user A and authenticate as user B on the

If you simply want to copy files from client to server or vice-versa,
you can use scp instead of sftp:

scp u...@server:path/to/files client_files
OR
scp client_files u...@server:path/to/files/


-- 
Siddhesh Poyarekar
http://siddhesh.in
-- 
http://mm.glug-bom.org/mailman/listinfo/linuxers

Reply via email to