Re: Where is the code responsible for the file transfer in FTPServer?

2008-10-29 Thread Niklas Gustavsson
On Wed, Oct 29, 2008 at 3:20 AM, Erix Yao <[EMAIL PROTECTED]> wrote: > I am reading the source code of the FTPServer, But I don't know which class > is responsible for the file transfer, or how the server implement the file > transfer functionality? > Can anybody help me? The best place to start i

Re: Where is the code responsible for the file transfer in FTPServer?

2008-10-29 Thread Niklas Gustavsson
On Wed, Oct 29, 2008 at 2:38 PM, Sisk, Brad <[EMAIL PROTECTED]> wrote: > FtpServer uses the standard, J2SE Socket class, as do most servers and > clients, for network streaming of data. This is part of the J2SE class > library java.net package (java.net.Socket, and java.net.ServerSocket). > A good

RE: Where is the code responsible for the file transfer in FTPServer?

2008-10-29 Thread Sisk, Brad
ubject: Where is the code responsible for the file transfer in FTPServer? I am reading the source code of the FTPServer, But I don't know which class is responsible for the file transfer, or how the server implement the file transfer functionality? Can anybody help me?

Where is the code responsible for the file transfer in FTPServer?

2008-10-28 Thread Erix Yao
I am reading the source code of the FTPServer, But I don't know which class is responsible for the file transfer, or how the server implement the file transfer functionality? Can anybody help me?