Computing.net: Question & Answers Forum Latest Questions

computing
  • 2
  • 2

I am connecting to an external client using sftp. i gave the following command #!/usr/bin/expect -f spawn sftp username@hostname expect “password: ” send “xxxxx” expect sftp> … … but the command was not working. The Error is : spawn: command not found couldn’t read file “password:”: no such ...