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

和自甴很熟 提交于 2020-01-03 02:23:11

问题


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.


回答1:


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:

  • WinSCP "Too many parameters for command 'open'." error
  • Getting "Too many parameters for command", when calling WinSCP command-line from VBA
  • FTP "Too many parameters for command 'synchronize'" with WinSCP


来源:https://stackoverflow.com/questions/55696465/winscp-command-line-too-many-parameters-for-command-open-when-using-rawtran

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!