Re: scp with IPV6

2010-12-20 Thread Tim
On Mon, 2010-12-20 at 21:18 +0100, Benito Mourelo Caldeiro wrote: > It can be more complex in future. Look at the section "3.2.2 Host" in > RFC 3996. So, the best is to use the host name for the destination to > which you want to connect. You can add it to the hosts file, or to > your .ssh/config

Re: scp with IPV6

2010-12-20 Thread Benito Mourelo Caldeiro
On Mon, 2010-12-20 at 21:18 +0100, Benito Mourelo Caldeiro wrote: > > It can be more complex in future. Look at the section "3.2.2 Host" in > RFC 3996. > I'm sorry, RFC 3986, Uniform Resource Identifier (URI): Generic Syntax. -- -

Re: scp with IPV6

2010-12-20 Thread Benito Mourelo Caldeiro
On Mon, 2010-12-20 at 17:12 +0100, Joachim Backes wrote: > On 12/20/2010 04:18 PM, Benito Mourelo Caldeiro wrote: > > > > See RFC 2732, "Format for Literal IPv6 Addresses in URL's": > > > > << > > 2. Literal IPv6 Address Format in URL's Syntax > > > >To use a literal IPv6 address in a URL,

Re: scp with IPV6

2010-12-20 Thread Joachim Backes
On 12/20/2010 04:18 PM, Benito Mourelo Caldeiro wrote: > > See RFC 2732, "Format for Literal IPv6 Addresses in URL's": > > << > 2. Literal IPv6 Address Format in URL's Syntax > >To use a literal IPv6 address in a URL, the literal address should be >enclosed in "[" and "]" characters. F

Re: scp with IPV6

2010-12-20 Thread Benito Mourelo Caldeiro
See RFC 2732, "Format for Literal IPv6 Addresses in URL's": << 2. Literal IPv6 Address Format in URL's Syntax To use a literal IPv6 address in a URL, the literal address should be enclosed in "[" and "]" characters. For example the following literal IPv6 addresses: FEDC:BA98:76

Re: scp with IPV6

2010-12-20 Thread Joachim Backes
On 12/20/2010 10:18 AM, Ed Greshko wrote: > On 12/20/2010 05:04 PM, Joachim Backes wrote: >> helps. But where is this documented? I found nothing when using "man >> scp" or "info scp". > > AFAIK, it isn't documented. It is just the only way I could think of > getting it to work, like when sending

Re: scp with IPV6

2010-12-20 Thread Ed Greshko
On 12/20/2010 05:04 PM, Joachim Backes wrote: > helps. But where is this documented? I found nothing when using "man > scp" or "info scp". AFAIK, it isn't documented. It is just the only way I could think of getting it to work, like when sending email directly to an IP address > Kind regards

Re: scp with IPV6

2010-12-20 Thread Joachim Backes
On 12/20/2010 09:43 AM, Ed Greshko wrote: > On 12/20/2010 04:17 PM, Joachim Backes wrote: >> Hi, having a scp problem with IPV6: >> >> I want to copy a local file to a remote server without DNS entry via the >> server IPV6 address >> (for example "scp file 2001:638:208:ef45:0:ff:fe00:65:) >> >> Sy

Re: scp with IPV6

2010-12-20 Thread Ed Greshko
On 12/20/2010 04:17 PM, Joachim Backes wrote: > Hi, having a scp problem with IPV6: > > I want to copy a local file to a remote server without DNS entry via the > server IPV6 address > (for example "scp file 2001:638:208:ef45:0:ff:fe00:65:) > > Syntactical Problem: The first server part (2001) is

scp with IPV6

2010-12-20 Thread Joachim Backes
Hi, having a scp problem with IPV6: I want to copy a local file to a remote server without DNS entry via the server IPV6 address (for example "scp file 2001:638:208:ef45:0:ff:fe00:65:) Syntactical Problem: The first server part (2001) is interpreted as target host name, the rest as filename, and