Class WindowsTempShare

java.lang.Object
org.sentrysoftware.wmi.windows.remote.share.WindowsTempShare
Direct Known Subclasses:
WinTempShare

public class WindowsTempShare extends Object
  • Constructor Details

    • WindowsTempShare

      public WindowsTempShare(WindowsRemoteExecutor windowsRemoteExecutor, String shareNameOrUnc, String remotePath)
      Constructor of WindowsTempShare
      Parameters:
      windowsRemoteExecutor - the WindowsRemoteExecutor instance connected to the remote host (mandatory)
      shareNameOrUnc - The name of the share, or its full UNC path (mandatory)
      remotePath - The path on the remote system of the directory being shared
  • Method Details