Hello,
Unfortunately, there is not a way to pass all parameters on the command line as you wish. You must use a script to list the commands that should be performed after authentication. You can use scp with a single command line, if your server supports scp file transfers.
Using scp, your command would look something like this:
scp -oidentityfile2=d:\somelocation\public_key
Test_User@remotelocationalias:landing_directory\fileUsing sftp you would need a script with the following:
put file
Your command line would then look like: