When using sftp or ssh, we can specify the key file path using -i option like
ssh example.com -i ~/.ssh/example.key
It seems that there is no -i option available in yafc. I know I can login using public key by specify the identity file in ftp config file, but is there any way I can specify the key file path directly in the command line?