how to disable "lookup user groups" via command line

Advertisement

bkerez
Guest

how to disable "lookup user groups" via command line

Hi,

i know it's been asked before but i got no answer.
is there a way to run the following without failing on the errors:

C:\Program Files\WinSCP>winscp.com scp://root:mypassword@HostIP:22 /script=c:\myscript.txt
Automatic actions are disabled when URL address is provided on command-line.
Searching for host...
Connecting to host...
Authenticating...
Using username "root".
Authenticating with pre-entered password.
Authenticated.
Starting the session...
Reading remote directory...
Error getting name of current remote directory.
Command 'pwd'
failed with return code 0 and error message
: groups: not found.
Session started.
Active session: [1] root@HostIP
winscp>

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: how to disable "lookup user groups" via command line

Please read FAQ
https://winscp.net/eng/docs/faq_script_ini

Though I do not think your problem is related to ": groups: not found.". It's more likely releated to: "Automatic actions are disabled when URL address is provided on command-line."

Instead of "scp://root:mypassword@HostIP:22" on command line, you should do "open scp://root:mypassword@HostIP:22" from your script file.

Reply with quote

Advertisement

You can post new topics in this forum