Command which connect ftp site using ftp address book name

I want to connect ftp server with ftp address book list name on command line

Is it available?

Please link your account.

OK I do it

Many thanks.

For a command that goes to an FTP site via the address book entry, use the Go command and put a @ before the entry name.

From the Go command docs:

So, for example:

Go "@AddressBookName"

(The " are required if the name has a space in it, and optional otherwise.)

If the entry is under a folder in the address book (not at the top level), include the folder:

Go "@Address Book Folder/My Site Name"