Re: problem with scp

2003-01-25 Thread Mohammed Sameer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Once upon a time Bob Proulx wrote @ Sat, 25 Jan 2003 13:29:01 -0700 > Mohammed Sameer wrote: > > $ scp /tmp/file [EMAIL PROTECTED]:~/ > > [EMAIL PROTECTED]'s password: > > /tmp/file: No such file or directory > > > > ls -lh /tmp/file > > - -rw-r--r-

Re: problem with scp - SOLVED

2003-01-25 Thread Elimar Riesebieter
On Sat, 25 Jan 2003 the mental interface of Mohammed Sameer told: [...] > > > $ scp /tmp/file [EMAIL PROTECTED]:~/ > > [EMAIL PROTECTED]'s password: > > /tmp/file: No such file or directory > > > > ls -lh /tmp/file > > - -rw-r--r--1 mohammed mohammed 728k Jan 25 18:40 /tmp/file > > >

Re: problem with scp

2003-01-25 Thread Bob Proulx
Mohammed Sameer wrote: > $ scp /tmp/file [EMAIL PROTECTED]:~/ > [EMAIL PROTECTED]'s password: > /tmp/file: No such file or directory > > ls -lh /tmp/file > - -rw-r--r--1 mohammed mohammed 728k Jan 25 18:40 /tmp/file Very odd. Confirm that 'scp' is really scp and not an alias. type sc

Re: problem with scp

2003-01-25 Thread Ron Johnson
On Sat, 2003-01-25 at 10:41, Mohammed Sameer wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > Sorry for bothering you with my stupid questions > > i'm trying to use scp to copy some files from my local host to another host > "ssh ed to it" > I get > No such file or directory >

Re: problem with scp - SOLVED

2003-01-25 Thread Mohammed Sameer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Once upon a time Mohammed Sameer wrote @ Sat, 25 Jan 2003 18:41:39 +0200 > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > Sorry for bothering you with my stupid questions > > i'm trying to use scp to copy some files from my local host to

problem with scp

2003-01-25 Thread Mohammed Sameer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Sorry for bothering you with my stupid questions i'm trying to use scp to copy some files from my local host to another host "ssh ed to it" I get No such file or directory though the file is there $ scp /tmp/file [EMAIL PROTECTED]:~/ [EMAIL PR