Re: SCP where does the file xfer to?

2003-07-30 Thread LLeweLLyn Reese
DanB [EMAIL PROTECTED] writes: SCP where does the file xfer to? scp file.tar.gz [EMAIL PROTECTED] It's not enough to just give a username and a machine name. You need tell scp *where* on the remote machine you want the file put: $ scp file.tar.gz [EMAIL PROTECTED]:. The colon

Re: SCP where does the file xfer to?

2003-07-28 Thread Ruben de Groot
On Mon, Jul 28, 2003 at 11:45:08AM +, DanB typed: SCP where does the file xfer to? scp file.tar.gz [EMAIL PROTECTED] If this is really the command you used (without : after chatusa.com), check the directory you were in when you issued the command and look for a file called [EMAIL