FTPit Pro

Transfer files to and from an FTP server

<- Back to FTPit Pro function list

FTPit_RemoveAccount

Description

This function removes an Account with the specified name. You can also remove Accounts from the Account Configuration Dialog available from the FTPit_ConfigureAccount function.

Return Type
Text
Format
FTPit_RemoveAccount ( AccountName )
Required Parameters
  • AccountName

    The Name of the Account to Remove.

Related Items
FTPit_AddAccount, FTPit_ConfigureAccount, FTPit_GetAccountNames, FTPit_GetAccountOption, FTPit_SetAccountOption
Example

Code:

FTPit_RemoveAccount("work ftp")

Result:

Removes the "work ftp" account