From: Dotan Cohen on 21 Mar 2010 19:00 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? Thanks. -- Dotan Cohen http://bido.com http://what-is-what.com -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/880dece01003211552le9d6018odb9bd683c3c897a9(a)mail.gmail.com
From: Selçuk Mıynat on 21 Mar 2010 19:00 On Mon, Mar 22, 2010 at 00:52, Dotan Cohen <dotancohen(a)gmail.com> wrote: > 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? Are you looking for scp? http://en.wikipedia.org/wiki/Secure_copy http://www.helpdesk.umd.edu/documents/4/4801/ -- Selçuk -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/74a48c341003211557q34a26618padc3502f3278e6b2(a)mail.gmail.com
From: Dotan Cohen on 21 Mar 2010 19:10 On 22 March 2010 00:57, Selçuk Mıynat <selcukmiynat(a)gmail.com> wrote: > On Mon, Mar 22, 2010 at 00:52, Dotan Cohen <dotancohen(a)gmail.com> wrote: >> 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? > > Are you looking for scp? > > http://en.wikipedia.org/wiki/Secure_copy > http://www.helpdesk.umd.edu/documents/4/4801/ > No, scp is for sending files to a remote machine that the user has yet to connect to: localhost$ scp /path/to/file.txt user(a)remoteMachine /remote/path/ However, I want something like this: localhost$ ls file.txt localhost$ ssh user(a)remoteMachine remoteMachine$ ls remoteMachine$ put file.txt remoteMachine$ ls file.txt remoteMachine$ Of course, that "put" command does not exist in SSH (it does exist in FTP). What _does_ work like that in SSH? -- Dotan Cohen http://bido.com http://what-is-what.com Please CC me if you want to be sure that I read your message. I do not read all list mail. -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/880dece01003211602i524783f4g7637283185b04f5a(a)mail.gmail.com
From: Tom H on 21 Mar 2010 19:10 > 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(a)host and use the above ftp commands. -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/6d4219cc1003211601r44e9c7d8kda1ac5d2f809b233(a)mail.gmail.com
From: Eduardo M KALINOWSKI on 21 Mar 2010 19:20
Dotan Cohen wrote: > Yes, but then I cannot get a regular shell for vim and such. I need to > both run commands and also transfer files. > Well, you can't. But sshfs might help, you mount a remote filesystem (accessed via ssh) and use files as in any other filesystem. -- Eduardo M KALINOWSKI eduardo(a)kalinowski.com.br -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/4BA6A862.2090006(a)kalinowski.com.br |