interface FtpAccount {
    path: string;
    username: string;
}

Properties

Properties

path: string

The path associated with the FTP account.

username: string

The username of the FTP account.