non-interactively upload file to sftp server, using password
- by matt
Hello Guys,
I know, this is not the recommended way to do this. But, I do not have another choice:
I've got to set up a cron job that will regularly upload a file to an external SFTP Server (no FTP available, and I do only have a username/password for it but no key.)
Still, I need to set up a cron that will regularly connect to that sftp and…