Re: Fwd: ssh again

2016-06-15 Thread David Wright
On Wed 15 Jun 2016 at 11:13:26 (+0200), Jörg-Volker Peetz wrote: > Leon.37428 wrote on 06/14/16 19:28: > > > With scp if you plan on using the same file-name, you don't need to > > specify it on the other end. You can simply go right ahead and just type: > > > > scp /home/whatever/file.jpg remote

Re: Fwd: ssh again

2016-06-15 Thread Lisi Reisz
On Wednesday 15 June 2016 10:13:26 Jörg-Volker Peetz wrote: > Leon.37428 wrote on 06/14/16 19:28: > > > > With scp if you plan on using the same file-name, you don't need to > > specify it on the other end. You can simply go right ahead and just type: > > > > scp /home/whatever/file.jpg remote@hos

Re: Fwd: ssh again

2016-06-15 Thread Jörg-Volker Peetz
Leon.37428 wrote on 06/14/16 19:28: > With scp if you plan on using the same file-name, you don't need to > specify it on the other end. You can simply go right ahead and just type: > > scp /home/whatever/file.jpg remote@hostname:"/home/user/Pictures" > Better command scp /home/whatever/file

Re: Fwd: ssh again

2016-06-14 Thread Leon.37428
On 06/14/2016 01:06 PM, Andrew M.A. Cater wrote: > On Tue, Jun 14, 2016 at 03:37:47PM +0100, Lisi Reisz wrote: >> Here is a repeat of my earlier failed attempt. >> >> peter@Nyx-II:~/Lisi$ scp /home/peter/Pictures/Winter\ Dream\ II.jpg >> lisi@192.168.0.2:/home/lisi/Pictures?Winter\ Dream\ II.jpg >

Re: Fwd: ssh again

2016-06-14 Thread Andrew M.A. Cater
On Tue, Jun 14, 2016 at 03:37:47PM +0100, Lisi Reisz wrote: > Here is a repeat of my earlier failed attempt. > > peter@Nyx-II:~/Lisi$ scp /home/peter/Pictures/Winter\ Dream\ II.jpg > lisi@192.168.0.2:/home/lisi/Pictures?Winter\ Dream\ II.jpg > lisi@192.168.0.2's password: > scp: ambiguous target

Fwd: ssh again

2016-06-14 Thread Lisi Reisz
Here is a repeat of my earlier failed attempt. peter@Nyx-II:~/Lisi$ scp /home/peter/Pictures/Winter\ Dream\ II.jpg lisi@192.168.0.2:/home/lisi/Pictures?Winter\ Dream\ II.jpg lisi@192.168.0.2's password: scp: ambiguous target peter@Nyx-II:~/Lisi$ This was the method that had worked from .2 to .3.