Class SFTPResolver

  • All Implemented Interfaces:
    Validatable, DependencyResolver, HasLatestStrategy

    public class SFTPResolver
    extends AbstractSshBasedResolver
    This resolver is able to work with any sftp server. It supports listing and publishing. The server host should absolutely be set using setHost. basedir defaults to . port default to 22 username and password will be prompted using a dialog box if not set. So if you are in an headless environment, provide username and password.