Eduardo Alvarenga wrote:
Hi there,

[EMAIL PROTECTED] crash]# scp -r 127.0.0.1-2007-11-26-18:31 [EMAIL 
PROTECTED]:/u02/snap
ssh: 127.0.0.1-2007-11-26-18: Name or service not known

127.0.0.1-2007-11-26-18:31 is a directory

It seems that scp is not understanding that 127.0.0.1-2007-11-26-18:31 is a
directory.
Can anyone help?

This is an OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003 running on RHEL 4.4


Regards,


That's because your directory name follows the same command pattern that scp looks for:

<server>:<directory>

so it's looking to SCP a directory called '31' on the server '127.0.0.1-2007-11-26-18' to the other server. If you put the filename in quotes, does it work?

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to