I am getting "Too many parameters for command 'open'." error when trying to connect to a server for below command,
option confirm off
open sftp://uname:[email protected]/ -hostkey="ssh-rsa 1024 xx:xx:xx:xx:xx" -timeout=60 -rawsettings SendBuf=0 SshSimple=1 -rawtransfersettings IgnorePermErrors=0 PreserveTimeDirs=0
I have checked lot of other posts mentioning the use of Double-Quotes for text having space and I think my above script is complaint with that.
If I remove the last set of parameters followed by -rawtransfersettings
my script work fine. That is the open sftp://uname:[email protected]/ -hostkey="ssh-rsa 1024 xx:xx:xx:xx:xx" -timeout=60 -rawsettings SendBuf=0 SshSimple=1
commands works perfectly.
I am not sure how to proceed further with this as I am new to command scripting world.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…