authenticate(self,
handle,
auth_req,
callback,
arg)
Authenticate a client connection.
This function is called to authenticate a connection from a
client.
After a client connection has been accepted (using the
globus_ftp_control_server_accept call), this function should be called
to authenticate the client. The caller of this function may specify
certain authentication requirements using the auth_requirements
parameter.
-
- Parameters:
handle -
- a FtpControl object that has already been used in the accept
call
auth_req -
- an int specifying the authentication required
|