In order for your server to support the SCP file transfer protocol, you need to configure your SshContext with the scp command in your configure method.
sshContext.addCommand("scp", ScpCommand.class);
This will use the file system you installed automatically there is no further configuration required.