sftp command for file transfer

hi,

I need to sftp a file from one unix system to another unix system.

eg: filename is test.txt
servername : abc@xyz

please give me the sftp command for that.

thanks in advance..

mohan.p

This question is not really for the Advanced and Experts section :slight_smile: but still : sftp user@server - it will ask for password, supply, then use "put file.name" to upload. Just like ftp...

And the best is, if you got the man pages installed, you can type

man sftp

or

sftp --help

Awesome, right?!