FTPit Pro

Transfer files to and from an FTP server

<- Back to FTPit Pro function list

FTPit_ConfigureAccount

Description

This function opens the Account Configuration Dialog for setting up an Account. If you do not specify an Account Name, the dialog will allow you to edit any of the currently defined Accounts as well as Add or Remove Accounts. If you specify an Account Name, the dialog will allow you to edit that specific Account.

Return Type
Text
Format
FTPit_ConfigureAccount ( AccountName )
Optional Parameters
  • AccountName

    The Account to Configure. (If blank, you will be able to select the Account from a list.)

Related Items
FTPit_GetAccountNames, FTPit_GetAccountOption, FTPit_RemoveAccount, FTPit_SetAccountOption
Examples

Example 1

Code:

FTPit_ConfigureAccount

Result:

Opens the Account Configuration Dialog allowing you to Add, Remove, and/or Edit any defined Accounts.

Example 2

Code:

FTPit_ConfigureAccount( Data::Account )

Result:

Opens the Account Configuration Dialog allowing you to Edit the Account specified in the "Account" field of the "Data" table.