[techtalk] ssh file transfer

2001-02-16 Thread David Merrill
Hi, I know there is supposed to be a way to transfer files from one computer to another once I have an ssh connection set up, but the man page is very vague. Can anyone give me some pointers or point me to some docs? Thanks, -- Dr. David C. Merrill http://www.lupercalia.ne

Re: [techtalk] ssh file transfer

2001-02-16 Thread James Sutherland
On Fri, 16 Feb 2001, David Merrill wrote: > Hi, > > I know there is supposed to be a way to transfer files from one > computer to another once I have an ssh connection set up, but the man > page is very vague. > > Can anyone give me some pointers or point me to some docs? You want the "scp" fe

Re: [techtalk] ssh file transfer

2001-02-16 Thread Kathryn Hogg
David Merrill wrote: > I know there is supposed to be a way to transfer files from one > computer to another once I have an ssh connection set up, but the man > page is very vague. > > Can anyone give me some pointers or point me to some docs? I use scp and have seen some references to an ssh ba

Re: [techtalk] ssh file transfer

2001-02-16 Thread stephanie1200
There is also sftp which should be documented in the ssh stuff. and if you're really feeling frisky, you can set up an ssh tunnel, and run ncftp (allowing recursive gets and puts! get an entire dir at a time with a -R!) through it. There was a lovely article on how to do this in sys admin maga

Re: [techtalk] ssh file transfer

2001-02-16 Thread David Merrill
On Fri, Feb 16, 2001 at 02:02:59PM +, James Sutherland wrote: > On Fri, 16 Feb 2001, David Merrill wrote: > > > Hi, > > > > I know there is supposed to be a way to transfer files from one > > computer to another once I have an ssh connection set up, but the man > > page is very vague. > > >

Re: [techtalk] ssh file transfer

2001-02-16 Thread Harry Hoffman
Hey David, If using Openssh v2 then: copying from remote to local scp -p user@local:/dir/where/file/is /dir/where/file/is/going copying from local to remote scp -p /dir/where/file/is user@remote:/dir/where/file/is/going HTH, Harry On Fri, 16 Feb 2001, David Merrill wrote: > Hi, > > I know

Re: [techtalk] ssh file transfer

2001-02-16 Thread Anmol Khirbat
On Fri, 16 Feb 2001, Kathryn Hogg wrote: > David Merrill wrote: > > I know there is supposed to be a way to transfer files from one > > computer to another once I have an ssh connection set up, but the man > > page is very vague. > > > > Can anyone give me some pointers or point me to some doc

[techtalk] Netscape Font Problem

2001-02-16 Thread Phil Savoie
Hi All, Sorry about this but I seem to recall a solution as to how to ensure netscape fonts display properly by switching a line in a file somewhere. I can't seem to find that message and was wondering if someone could help me out with what I would have to do. Hanging my head in shame, Phil

[techtalk] Open Source Projects

2001-02-16 Thread A Kozic
I'm a college student, and I was looking for a part time job, just for the sake of experience & such. (I can get more money sponging off my mother when I don't have a job. I love my mom...) But I was thinking, I'd much rather code at home in sweats for free than get dressed up, drive somewhere i

Re: [techtalk] Netscape Font Problem

2001-02-16 Thread Phil Savoie
Nope this is a linux thing Mandrake 7.2. Phil I guess I'm an underwater thing wrote: > > If you're running solaris there's a patch for that. It's a common problem > that I often ran into with fresh solaris installations. > > -e > > On Fri, 16 Feb 2001, Phil Savoie wrote: > > > > > Hi All, >

Re: [techtalk] Netscape Font Problem

2001-02-16 Thread I guess I'm an underwater thing
heh. duh. _linux_chix would imply that. my bad. -e On Fri, 16 Feb 2001, Phil Savoie wrote: > Nope this is a linux thing Mandrake 7.2. > > Phil > > I guess I'm an underwater thing wrote: > > > > If you're running solaris there's a patch for that. It's a common problem > > that I often ra

Re: [techtalk] Open Source Projects

2001-02-16 Thread Karl-Heinz Zimmer
On Fre, 16 Feb 2001 A Kozic wrote: .. > But I was thinking, I'd much rather code at home in sweats for free > than get dressed up, drive somewhere in the car I don't have, and > code for money. So, Open Source. > > Any advice for a Linux/GNU newbie, with good C++/Java skills and > some time on her

Re: [techtalk] Open Source Projects

2001-02-16 Thread Laurel Fan
If you don't have anything really specific, you probably want to contribute to an existing project. First, find something that you'd be interested in working on, such as a program you use or a project working on something that interests you. http://www.sourceforge.net is a good place to look for

Re: [techtalk] Open Source Projects

2001-02-16 Thread James Sutherland
On Fri, 16 Feb 2001, A Kozic wrote: > I'm a college student, and I was looking for a part time job, just for the > sake of experience & such. (I can get more money sponging off my mother > when I don't have a job. I love my mom...) > > But I was thinking, I'd much rather code at home in sweats f

Re: [techtalk] Netscape Font Problem

2001-02-16 Thread Anmol Khirbat
Hi This is where I got the info to fix my ugly netscape fonts. http://www.mandrakeuser.org/connect/cbrowse2.html HTH bye :) Anmol On Fri, 16 Feb 2001, Phil Savoie wrote: > > Hi All, > > Sorry about this but I seem to recall a solution as to how to ensure > netscape fonts display properly by