> I'm trying to code a simple FTPServer using the ICS Demo
> as a base. However, I want to be able to disconnect a user via the
> server. I see the "FtpServer1.Disconnect()" method but I don't know how
> to use it.
> Could someone please explain how I would go about using this,
> for example, in an
Hi,
This is my first post to the list so I hope I do it right. My question
is as follows: I'm trying to code a simple FTPServer using the ICS Demo
as a base. However, I want to be able to disconnect a user via the
server. I see the "FtpServer1.Disconnect()" method but I don't know how
to use it. C