[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Transferring files over SSH in the console



> I am managing a small embedded device that I SSH into over the LAN. To
> run commands, I use KDE Konsole, and to transfer files I use Konqueror
> and SFTP. I understand that SFTP also runs over SSH, so is there a way
> to send files in Konsole as well? I am familiar with the FTP commands
> such as cd, lcd, put, and get. Are there equivalent commands for SSH
> terminal connections?

The default
/etc/ssh/sshd_config
has a
subsystem sftp ...
towards the end of the file, so you should be able to run
sftp user@host
and use the above ftp commands.


Reply to: