scp question

2002-02-22 Thread Cheryl Homiak
I have two computers running debian linux; I can run ssh from one to the other, either way, with no problem. One is a ppp connection and the other is cable-modem. The cable-modem's address may not be static but hasn't ever changed as far as I know and the ppp connection's ip addresses are obtainabl

Re: scp question (scp and exit shell)

2002-01-10 Thread Eric G . Miller
On Fri, 11 Jan 2002 11:20:13 +1000, john <[EMAIL PROTECTED]> wrote: [snip] > > One thing that speeds up scp tremendously is to add a -c blowfish to the > command. There may be patent issues or something, but the transfers are much > faster. > """ Blowfish is a symmetric block cipher that can be

Re: scp question (scp and exit shell)

2002-01-10 Thread martin f krafft
also sprach Mike Egglestone <[EMAIL PROTECTED]> [2002.01.11.0134 +0100]: > scp /home/user/file.txt bigserver:/home/user2/ & ssh -f bigserver 'cat > /home/user2/file.txt' < /home/user/file.txt -- martin; (greetings from the heart of the sun.) \ echo mailto: !#^."<*>"|tr "<*> ma

Re: scp question (scp and exit shell)

2002-01-10 Thread Jonathan D. Proulx
On Thu, Jan 10, 2002 at 04:34:34PM -0800, Mike Egglestone wrote: :Hi all, : :I would like to copy a huge file from one server to another. :but because it takes a long time, I would like to exit :my remote shell that I used to login and run the scp command. : :I have tried with the " & " symbol afte

Re: scp question (scp and exit shell)

2002-01-10 Thread john
Mike Egglestone wrote: > Hi all, > > I would like to copy a huge file from one server to another. > but because it takes a long time, I would like to exit > my remote shell that I used to login and run the scp command. > > I have tried with the " & " symbol after the command but no go. > ex. > scp

Re: scp question (scp and exit shell)

2002-01-10 Thread nate
> Hi all, > > I would like to copy a huge file from one server to another. > but because it takes a long time, I would like to exit > my remote shell that I used to login and run the scp command. > > I have tried with the " & " symbol after the command but no go. > ex. > scp /home/user/file.txt bi

scp question (scp and exit shell)

2002-01-10 Thread Mike Egglestone
Hi all, I would like to copy a huge file from one server to another. but because it takes a long time, I would like to exit my remote shell that I used to login and run the scp command. I have tried with the " & " symbol after the command but no go. ex. scp /home/user/file.txt bigserver:/home/use