shifahim
shifahim

Reputation: 137

WinSCP to invoke remote script

I have Windows box and I wish to invoke a .sh script on a remote Unix server.

Can someone help me with the command if it is possible using WinSCP?

Upvotes: 1

Views: 4618

Answers (2)

Frank He
Frank He

Reputation: 546

Please refer to https://winscp.net/eng/docs/scripting#different_account

But I suggest to use a SSH client such as PuTTY or Bitvise Tunnelier to execute some command on remote server.

Upvotes: 1

Martin Prikryl
Martin Prikryl

Reputation: 202168

To invoke a remote command using WinSCP, use the call command.

Upvotes: 1

Related Questions