Class AbstractFileSystemURL

    • Constructor Detail

      • AbstractFileSystemURL

        public AbstractFileSystemURL​(String ressourceURL)
        Parameters:
        ressourceURL - like "protocol://user:password@host/basePath?password=secret&active&key=/path/to/privateOpenSSHkey" query must not be encoded use ":password" or "password=" as you want. Never set an "@" in the user:password place. Quotation mark here are ignored (simply used as quotation marks). Never add directly an "&" in the password in query, but you can use " (quotation mark) like password="s&e?c=r+t" key password can be set by... set password FTP(S|ES) is passive by default. - Add "ignoreInvalidCertificates" to bypass TLS verification with FTPS/FTPES clients.