Version 1.15 (checked in on 2011/01/04 at 04:37:27 by webchick)
Helper functions and form handlers used for the authorize.php script.
| Name | Description |
|---|---|
| authorize_filetransfer_form | Build the form for choosing a FileTransfer type and supplying credentials. |
| authorize_filetransfer_form_submit | Submit callback when a file transfer is being authorized. |
| authorize_filetransfer_form_validate | Validate callback for the filetransfer authorization form. |
| authorize_get_filetransfer | Get a FileTransfer class for a specific transfer method and settings. |
| authorize_run_operation | Run the operation specified in $_SESSION['authorize_operation'] |
| _authorize_filetransfer_connection_settings | Generate the Form API array for the settings for a given connection backend. |
| _authorize_filetransfer_connection_settings_set_defaults | Recursively fill in the default settings on a file transfer connection form. |