79579970

Date: 2025-04-17 19:45:33
Score: 2.5
Natty:
Report link

Not the most secure solution, but if you need a one-liner including the password...

sshpass -p <password> sftp <user>@<destination> <<< $'put <filepath>'

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Evelyn Dickinson