Answers for "curl copy from sftp"

0

curl copy from sftp

curl --insecure --user username:password -T /path/to/sourcefile sftp://desthost/path/
Posted by: Guest on September-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language