Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
606 views
in Technique[技术] by (71.8m points)

sftp - WinSCP command line - Too many parameters for command 'open' when using -rawtransfersettings switch

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

WinSCP open command has no -rawtransfersettings switch.

That switch belongs to file transfer commands, like get, put, etc.


Other questions with the same error message, but different problem:


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...