Interface RemoteCopyOptions

interface RemoteCopyOptions {
    mode?: number;
}

Properties

Properties

mode?: number

The mode that the file should be set to once copied to the remote.

Only relevant for POSIX-like systems