Re: scp problem

2006-02-25 Thread jlmb
> Thanks for the response. dest folder is /share. Is it possible to > transfer a file to that machine without having an account in that > machine ie without using password of user or root of that machine. > -- > L.V.Gandhi > http://lvgandhi.tripod.com/ > linux user No.205042 No, you need to have

Re: scp problem

2006-02-25 Thread L . V . Gandhi
On 2/25/06, jlmb <[EMAIL PROTECTED]> wrote: > L.V.Gandhi wrote: > > On 2/24/06, Dan Sheffner <[EMAIL PROTECTED]> wrote: > > > >>Q1) Yes you run a program that scans the network range. Very usefull. Prob > >>even more ways. > >> Q2) You should never give full access to some random folder on a box

Re: scp problem

2006-02-25 Thread jlmb
L.V.Gandhi wrote: > On 2/24/06, Dan Sheffner <[EMAIL PROTECTED]> wrote: > >>Q1) Yes you run a program that scans the network range. Very usefull. Prob >>even more ways. >> Q2) You should never give full access to some random folder on a box for >>security. below is what I have used to transfer

Re: scp problem

2006-02-24 Thread L . V . Gandhi
On 2/24/06, Dan Sheffner <[EMAIL PROTECTED]> wrote: > Q1) Yes you run a program that scans the network range. Very usefull. Prob > even more ways. > Q2) You should never give full access to some random folder on a box for > security. below is what I have used to transfer file between PC. Only

Re: scp problem

2006-02-24 Thread Dan Sheffner
Q1) Yes you run a program that scans the network range.  Very usefull.  Prob even more ways. Q2) You should never give full access to some random folder on a box for security.  below is what I have used to transfer file between PC.  Only use one slash like below.  Let me know if it doesn't work. sc

Re: SCP problem

2005-05-06 Thread Jon Dowland
NATARAJAN Sasi Kumar wrote: While run the following goal didn’t prompt for password Thanks in advance Is the target machine a debian box? Does logging in with those credentials via the openSSH 'ssh' tool, (or putty or something) work? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: SCP problem

2004-10-08 Thread Jule Slootbeek
I figured the problem out. I had bashrc execute 'date', whenever i opened a new shell, somehow scp woud read the bashrc, execute date and quite. not sure why it didn't copy. -JSS Nate Duehr wrote: Jule Slootbeek wrote: Yes, there is enough space, all the other users i talk to have no problem sc

Re: SCP problem

2004-10-08 Thread Nate Duehr
Jule Slootbeek wrote: Yes, there is enough space, all the other users i talk to have no problem scp'ing. I even rm -r'ed my .ssh dir. but nothing change. Are you running into a problem with using the wrong version of ssh -- protocol 1 or 2? What's the story about not making anything called test?

Re: SCP problem

2004-10-06 Thread Jule Slootbeek
i have no idea, can't find an alias anywhere. -t is also not in the scp man pages, maybe it's an internal symbol?? anywho, here's a log from a transaction from the server, to itself. [EMAIL PROTECTED]:~$scp -v foo [EMAIL PROTECTED]:~/foo2 Executing: program /usr/bin/ssh host babbage.clarku.edu, u

Re: SCP problem

2004-10-06 Thread Carl Fink
I'm far from an expert, but that never stops me. Much snipping below. On Wed, Oct 06, 2004 at 05:24:29PM -0400, Jule Slootbeek wrote: > [EMAIL PROTECTED]:~$ scp -v test [EMAIL PROTECTED]:~/ > jslootbeek, command scp -v -t ~/ Where'd that "-t" come from? Is scp by any chance an alias or script

Re: SCP problem

2004-10-06 Thread s. keeling
Incoming from Jule Slootbeek: > > What's the story about not making anything called test? man test (or info test) It already exists and it's rather important. There's a long history of people compiling their first program (gcc -o test test.c), running "test", and it not behaving at all like the

Re: SCP problem

2004-10-06 Thread Stefan O'Rear
On Wed, Oct 06, 2004 at 05:24:29PM -0400, Jule Slootbeek wrote: > I'll try it with a single file: [ ... ] > debug1: Exit status 0 Exit status 0 means completely successful. Either it worked or scp is lying (probably a bug). -- The world's most effective spam filter: ln -sf /dev/full /va

Re: SCP problem

2004-10-06 Thread Jule Slootbeek
Yes, there is enough space, all the other users i talk to have no problem scp'ing. I even rm -r'ed my .ssh dir. but nothing change. What's the story about not making anything called test? -JSS s. keeling wrote: Incoming from Jule Slootbeek: I'll try it with a single file: [EMAIL PROTECTED]:~$ tou

Re: SCP problem

2004-10-06 Thread s. keeling
Incoming from Jule Slootbeek: > I'll try it with a single file: > > [EMAIL PROTECTED]:~$ touch test > [EMAIL PROTECTED]:~$ ls -l test > -rw-r--r-- 1 jule jule 0 Oct 6 17:22 test You shouldn't call anything you make "test" in Unix (though it shouldn't matter here). > [EMAIL PROTECTED]:~$ scp -v

Re: SCP problem

2004-10-06 Thread Jule Slootbeek
I'll try it with a single file: [EMAIL PROTECTED]:~$ touch test [EMAIL PROTECTED]:~$ ls -l test -rw-r--r-- 1 jule jule 0 Oct 6 17:22 test [EMAIL PROTECTED]:~$ scj -v test [EMAIL PROTECTED]:~/ bash: scj: command not found [EMAIL PROTECTED]:~$ scp -v test [EMAIL PROTECTED]:~/ Executing: program /us

Re: SCP problem

2004-10-06 Thread s. keeling
Incoming from s. keeling: > Incoming from Jule Slootbeek: > > > > I have a problem scp'ing to and from my school's computer science > > department server. When i try to scp something all i get is the > > timestamp. I'm not sure if the problem lies on my side or on they're and > > [snip] > >

Re: SCP problem

2004-10-06 Thread s. keeling
Incoming from Jule Slootbeek: > > I have a problem scp'ing to and from my school's computer science > department server. When i try to scp something all i get is the > timestamp. I'm not sure if the problem lies on my side or on they're and > [snip] > [EMAIL PROTECTED]:~$ scp -r -v > [EM

Re: SCP problem

2004-10-06 Thread Jule Slootbeek
I did, it got wrapped it's on the next line. -JSS Carl Fink wrote: On Wed, Oct 06, 2004 at 03:15:04PM -0400, Jule Slootbeek wrote: Hey all, I have a problem scp'ing to and from my school's computer science department server. When i try to scp something all i get is the timestamp. I'm not sure if

Re: SCP problem

2004-10-06 Thread Carl Fink
On Wed, Oct 06, 2004 at 03:15:04PM -0400, Jule Slootbeek wrote: > Hey all, > I have a problem scp'ing to and from my school's computer science > department server. When i try to scp something all i get is the > timestamp. I'm not sure if the problem lies on my side or on they're and > so i