Overload | Description |
---|---|
BeginChangeUser(AsyncCallback,Object) | Begins the process of changing the currently logged-in user to the anonymous user without disconnecting from the FTP server. Don't forget to call EndChangeUser! |
BeginChangeUser(String,String,AsyncCallback,Object) | Begins the process of changing the currently logged-in user to the specified user without disconnecting from the FTP server. Don't forget to call EndChangeUser! |
BeginChangeUser(String,String,String,AsyncCallback,Object) | Begins the process of changing the currently logged-in user to the specified user and account without disconnecting from the FTP server. Don't forget to call EndChangeUser! |