Thomas SMETS
Posts: 307
Nickname: tsmets
Registered: Apr, 2002
|
|
Re: FTP question
|
Posted: May 20, 2002 3:11 PM
|
|
There is globally two approaches : 1?. You open a socket your self & gimmic the FTP chat between the C & S. 2?. You implement a Network class the class loader will automatically load when the URL will be called. In more length, you will see that the URL class loader will take the right class when seing the URL loaded uses the ftp protocole (it will do exactly the same when attempting to use any other protocole for which no default implementation has been provided).
Rgds,
Thomas SMETS, SCJP2 - Brussels
|
|