Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

nareshv

Too many parameters for command 'open

Hello, 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:pwd@abc.example.com/ -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:pwd@abc.example.com/ -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.

Regards,
Naresh