How to automate commands in cygwin

0

In my situation I am using Cygwin64 to connect to a remote SFTP server. I would like to have a script that opens cygwin and runs the sftp command and once I am connected to the server use the put command to send a file.

Aaron Pilkington

Posted 2019-06-25T13:39:45.243

Reputation: 1

The default cygwin command interpreter is bash. You can write bash scripts. – FedonKadifeli – 2019-07-03T11:37:12.917

in addition you can also write lftp scripts – matzeri – 2019-07-06T12:39:10.253

No answers