E_FtpConnectionAuth

Specifies the type of authentication when establishing an FTP/SFTP connection.

TYPE E_FtpConnectionAuth 
(
    ftp_user_pwd,
    ftp_user_pwd_proxy,
    sftp_user_pwd,
    sftp_user_pwd_proxy,
    sftp_public_private_key,
    sftp_x509_certificate
) INT;
END_TYPE