Tagged Questions
3
votes
1answer
2k views
sftp a file using shell script
I have read through several threads (which have been helpful) and I'm still getting an error when trying to sftp a file (client wants it to be sftp'ed)
Here is the script:
#!/bin/bash
...