On Wed, Mar 25, 2009 at 11:29 PM, PenguinPuPPy penguinpuppy@gmail.com 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 user@server:path/to/files client_files OR scp client_files user@server:path/to/files/