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 file

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 for security.

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 an

scp problem

2006-02-24 Thread L . V . Gandhi
My laptop is in lan for which dhcp server is router Linksys BEFW11S4. Router is connected to cable modem. Router assigns IP randomly. My laptop has both wifi and eth. It had ips 192.168.1.101 and 192.168.1.102. Another machine with eth has ip 192.168.1.103. This I got it from that machine. Q1) is

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. scp -p

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 use

Re: SCP problem

2005-05-06 Thread Jon Dowland
NATARAJAN Sasi Kumar wrote: While run the following goal didnt 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

SCP problem

2005-05-05 Thread NATARAJAN Sasi Kumar
While run the following goal didnt prompt for password Thanks in advance D:\Maven1\binmaven maven:scp __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 build:start: maven:scp: [echo] customer-ejb.jar

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

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

SCP problem

2004-10-06 Thread Jule Slootbeek
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'm not sure where to start. The kid in charge can't figure anything out

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'm

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

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 [EMAIL

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] [EMAIL

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

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 test

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]:~$

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

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 their

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 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,