Tag Archives | Java

Secure downloads with SFTP / SCP and Java

I wasn’t able to find a software that permits me to automatize the file transfers from a command line script using SCP or SFTP protocols, so I wrote two small CLI (Command Line Interface) applications in Java language that permit this. Both the applications accept many arguments (host, username, password, remote directory, local directory) on [...]

Read full story Comments { 0 }