06103e0f4b
SFTP with SSH agent.
5 lines
40 B
Bash
Executable File
5 lines
40 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. source-ssh-agent
|
|
sftp "$@"
|