Class SmbFileOperations

    • Constructor Detail

      • SmbFileOperations

        public SmbFileOperations()
    • Method Detail

      • setProvider

        public void setProvider​(SMBAuthenticationProvider value)
        Sets the authentication provider to use.
        Parameters:
        value - the provider
      • getProvider

        public SMBAuthenticationProvider getProvider()
        Returns the authentication provider in use.
        Returns:
        the provider, null if none set
      • isSupported

        public boolean isSupported​(Operation op)
        Checks whether the given operation is supported.
        Parameters:
        op - the operation to check
        Returns:
        true if supported
      • copy

        public String copy​(String source,
                           String target)
        Copies a file.
        Parameters:
        source - the source file
        target - the target file
        Returns:
        null if successful, otherwise error message
      • move

        public String move​(String source,
                           String target)
        Moves a file.
        Parameters:
        source - the source file
        target - the target file
        Returns:
        null if successful, otherwise error message
      • renameRemote

        protected String renameRemote​(String source,
                                      String target)
        Renames a remote file.
        Specified by:
        renameRemote in class AbstractRemoteFileOperations
        Parameters:
        source - the source file (old)
        target - the target file (new)
        Returns:
        null if successful, otherwise error message