Networking Forums

Networking Forums > Computer Networking > Linux Networking > FTP and IPv6 (RFC-2428)

Reply
Thread Tools Display Modes

FTP and IPv6 (RFC-2428)

 
 
Giampaolo Rodola'
Guest
Posts: n/a

 
      05-08-2008, 05:14 PM
Hi all,
I have the FTP server in my signature to wich I'd want to add IPv6
support.
I'm having trouble with understanding how to implement the EPSV
command described in RFC-2428: http://www.ietf.org/rfc/rfc2428.txt

RFC-2428 says:



> When the EPSV command is issued with no argument, the server will
> choose the network protocol for the data connection based on the
> protocol used for the control connection.
> However, in the case of proxy FTP, this protocol might not be appropriate
> for communication between the two servers. Therefore, the client needs to
> be able to request a specific protocol.
> [...]
> The client can send an EPSV command requesting the use of a specific
> network protocol, as follows:


> EPSV<space><net-prt>



> If the requested protocol is supported by the server, it SHOULD use
> the protocol. If not, the server MUST return the 522 error messages
> as outlined in section 2.




What does this mean? That, for example, a client connected on the
command channel through IPv4 can ask the server to open a passive
data
channel using IPv6?
If so how could I be able to open an IPv6 socket without knowing to
which address I have to bind it on?
I guess there's something I'm missing here.

Thanks in advance.


--- Giampaolo
http://code.google.com/p/pyftpdlib


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IPv6 address not connecting but IPv4-mapped -IPv6 does. Please help. DanielJohnson Network Routers 0 01-07-2009 12:10 AM
kernel hangs after setting up Ipv6-ipv6 tunnel Kristoff Bonne Linux Networking 0 09-20-2008 08:36 PM
IPv6 infrastructure for Global and/or Site Specific IPv6 address JackFlash Windows Networking 1 06-25-2007 03:11 PM
Implementing a IPv6 network with dynamically assigned static IPv6 addresses. Ashish Shukla Linux Networking 2 02-13-2007 02:59 PM
Linux host PC(ipv6) can't ping with embedded board(ipv6) with ping6 sangsu Linux Networking 2 10-11-2005 09:06 AM



1 2 3 4 5 6 7 8 9 10 11